PiTCT Documents
-
Install uv
uv is a Python package manager
curl -LsSf https://astral.sh/uv/install.sh | sh -
Install Dependencies
uv sync
-
Serve the Documentation Locally: Run the following command to start the live-reloading docs server and see your changes:
uv run mkdocs serve
When you add a new directory to the documentation, follow these steps to ensure it is properly integrated and displayed:
- Update
.nav.yml:- Open the
.nav.ymlconfiguration file. - Add an settings for your new directory under the
navsection
- Open the
-
Commit and Push Changes:
- Commit your changes to the repository and push them to the remote repository.
After committing to the main branch, the document site is automatically built and updated using GitHub Actions.
