The central documentation for cogstack, hosted on docs.cogstack.org
- Python 3.10 or higher
- uv package manager
uv venv --python 3.12 --allow-existing
source .venv/bin/activate
uv sync --devTo preview the documentation locally with live reload:
uv run mkdocs serveThe documentation will be available at http://127.0.0.1:8000
To build the static site:
uv run mkdocs buildThe built site will be in the site/ directory.