This repository contains documentation about Gaia.
It can be viewed locally (for editing and format testing) or online at this address: Gaia Documentation.
Follow these steps:
git clone [email protected]:gaia-pipeline/docs.git
git submodule init
git submodule update
Hugo is a static site generator tool located here: Hugo. Please follow the installation steps provided for your operating system here: Installing Hugo.
Add or edit a page. The pages are written in Markdown format, then Hugo is used to generate HTML
out of that format. For samples, please check out the contents in the content
folder.
Once done, run:
hugo server
Visit http://localhost:1313/
and find your page in the right section.