Add documentation style outline #97

Merged
forestcat-admin merged 5 commits from docs-outline-style into main 2026-05-27 20:49:08 +02:00
Showing only changes of commit ed6245fa8e - Show all commits

fix setup instructions to use uv run

forestcat-admin 2026-05-23 22:40:09 +02:00 committed by forestcat-admin

View file

@ -38,7 +38,7 @@ Once you have cloned the repository, you can just edit a file in the [`docs/`](h
```shell
uv venv
uv pip install -r docs_requirements.txt
mkdocs serve
uv run mkdocs serve
```
When adding new content, you can use one of the templates below to get started: