docs: add mkdocs config and CI for building infra-docs website

Heavily inspired by: https://forgejo.c3voc.de/voc/av-docs
This commit is contained in:
June 2026-05-18 23:09:43 +02:00
commit 05a84bb374
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 120 additions and 0 deletions

19
mkdocs.yml Normal file
View file

@ -0,0 +1,19 @@
site_name: CCCHH Infrastructure Documentation
site_url: https://infra-docs.hamburg.ccc.de
repo_url: https://git.hamburg.ccc.de/CCCHH/ansible-infra
copyright: MIT
markdown_extensions:
- smarty
- admonition
- attr_list
theme:
name: shadcn
show_title: true
show_stargazers: false
pygments_style:
light: shadcn-light
dark: github-dark
icon: oui:documentation
topbar_sections: false
show_datetime: false