This repository contains the official documentation and examples of the Dataphos platform components. The following link will lead you to the official web page where the documentation is hosted: docs.dataphos.com.
- Install Hugo.
- In the
dataphos-docs/themes/hugo-geekdoc
folder, runnpm install
andnpm run build
. - Navigate to the
dataphos-docs
folder and runhugo server -D
. This should result in the server running onlocalhost:1313
.
The content is managed as a set of Markdown files in the dataphos-docs/content
folder. Every markdown file is its own static page. See the persistor/quickstart.md
as an example of how to utilize some basic editing.
The order the pages will be displayed in the sidebar is determined by the weight
parameter of the Markdown file header.
You can configure the look and feel of the site by editing the static/custom.css
file.
Any examples or files used as part of the deployment instructions are made available in the examples
folder of this repository.