Skip to content

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 under docs/
  • The site is built with MkDocs using the Material theme
  • Every push to main automatically deploys the site via GitHub Actions
  • Access to the rendered site is managed through Cloudflare Access

Contributing

  1. Edit or create a .md file in docs/
  2. Update nav: in mkdocs.yml if you added a new page
  3. Preview locally with mkdocs serve
  4. Push to main