aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
commitdd0fe50e79763a586b099a6d264c01d818edd5c8 (patch)
treea445d20c0066a9902c68bc3acf04ff758295afa0 /docs
parentUpdate Keycloak to 26.3.0 (diff)
10x the repo
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/README.md b/docs/README.md
index cbef50e..9fe165a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,11 +3,10 @@
This directory contains the mkdocs configuration and markdown files for the
PyDis DevOps documentation.
-To work on these files, install the docs dependencies with `poetry install
---with docs` in the root folder.
+To work on these files, install the docs dependencies with `uv sync` in the root folder.
You can work locally on the site by navigating to the root directory and running
-`poetry run task serve-docs` which will start a local server with live
-reloading. You can also run `poetry run task build-docs` in the root to build a
+`uv run task serve-docs` which will start a local server with live
+reloading. You can also run `uv run task build-docs` in the root to build a
local copy of the documentation, which will be placed in the `docs/site` folder
(`site` folder of this directory).