About¶
This wiki is an internal knowledge base for capturing documentation, guides, and reference material.
How it works¶
- Source files are Markdown (
.md) stored in this repository underdocs/ - The site is built with MkDocs using the Material theme
- Every push to
mainautomatically deploys the site via GitHub Actions - Access to the rendered site is managed through Cloudflare Access
Contributing¶
- Edit or create a
.mdfile indocs/ - Update
nav:inmkdocs.ymlif you added a new page - Preview locally with
mkdocs serve - Push to
main