Documentation for SiLago Platform
https://silago.eecs.kth.se/docs
SiLagoDoc uses mkdocs with Material theme as the framework. Makedocs is a python-based static site generator for markdown style files. You can read more about markdown grammar from here
-
Create a Python venv
python -m venv .venv source .venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Compile the docs
mkdocs serve