This repository contains all doc.cerebrate-project.org website. The website use mkdocs and mkdocs-material which are the requirements to build this website.
mkdocs build
mkdocs serve
to test locally the documentation website
rsync -v -rz --checksum site/ [email protected]:/var/www/doc.cerebrate-project.org/
You need the proper access to do the deployment.