Run the site¶
The project uses uv to keep its Python tools isolated from the rest of your computer.
Start a live preview¶
From this folder, run:
Then open http://127.0.0.1:8000. Leave the command running while you edit. Most saved changes appear automatically.
Press Ctrl+C in the terminal to stop the server.
Check the production build¶
Before publishing, run:
This validates links, navigation, and configuration. The generated website is written to site/.
Note
You normally do not edit anything inside site/. MkDocs recreates that folder every time it builds.