Documentation for SiLago Platform
https://silago.eecs.kth.se/docs
SiLagoDoc uses zensical. Zensical is a static site generator for markdown style files. Read more about markdown grammar.
-
Create a Python venv
python -m venv .venv source .venv/bin/activate -
Install dependencies
pip install -r requirements.txt
-
Compile the docs
zensical serve