ansible-infra/mkdocs.yml
June 8428d5a66b
Some checks failed
/ Ansible Lint (push) Successful in 2m33s
/ build (push) Failing after 2m38s
docs: use pymdownx.superfences to make codeblocks in lists work properly
2026-05-19 23:49:06 +02:00

22 lines
497 B
YAML

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
- codehilite
- pymdownx.superfences:
css_class: codehilite
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