Skip to content

Edit the Docs

This documentation site is generated using Zensical, turning markdown files in the docs directory into a website, with features like styling, search, navigation, etc.

To add new pages to the navigation, or change settings, edit the zensical.toml file.

Install Zensical

If the venv is missing, or incompatible, you will need to install it.

rm -rf venv
python3 -m venv venv
source venv/bin/activate
pip install zensical

Running Zensical

We will first need to source the virtual environment, then run zensical.

source venv/bin/activate
zensical serve