aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
committerGravatar copilot-swe-agent[bot] <[email protected]>2025-07-18 20:15:51 +0000
commite4d8006cecfc8842c11967c2782c7bd5ee2e136c (patch)
tree9aaf5c66e80bb4b8c464b4040f1398b65b58aa70 /docs/README.md
parentUpdate Keycloak to 26.3.0 (diff)
10x the repo
Diffstat (limited to 'docs/README.md')
-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).