From 5f7d0f745440f96afa7c07aa01d01a5740f3a6bd Mon Sep 17 00:00:00 2001 From: forestcat-admin Date: Sat, 23 May 2026 22:37:36 +0200 Subject: [PATCH] fix setup instructions to use uv run --- docs/guides/writing-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/writing-documentation.md b/docs/guides/writing-documentation.md index fd2681f..15fe254 100644 --- a/docs/guides/writing-documentation.md +++ b/docs/guides/writing-documentation.md @@ -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: