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:
parent
a93d22fb05
commit
31cc60c648
4 changed files with 120 additions and 0 deletions
19
mkdocs.yml
Normal file
19
mkdocs.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue