Contributing
Documentation corrections and clarifications are welcome.
Before submitting a change:
- Confirm that the information is intended for public release.
- Do not include client information, private infrastructure details, credentials, internal URLs, or proprietary operating procedures.
- Keep changes focused and explain why they improve accuracy or usability.
- Link supporting public sources when a change depends on an external standard.
For substantial additions, open a public documentation issue before preparing a pull request. Security concerns must follow the security policy.
Preview documentation changes
Install the pinned documentation dependencies and start the local preview server:
python -m venv .venv
.venv\Scripts\activate
python -m pip install --requirement requirements.txt
mkdocs serve
On macOS or Linux, activate the environment with source .venv/bin/activate. Before
submitting a pull request, verify the production build succeeds:
mkdocs build --strict