varnish config/docs (#342)
[akkoma] / docs / mkdocs.yml
1 site_name: Akkoma Documentation
2 theme:
3 favicon: 'images/akko_badday.png'
4 name: 'material'
5 custom_dir: 'theme'
6 # Disable google fonts
7 font: false
8 logo: 'images/akko_badday.png'
9 features:
10 - navigation.tabs
11 - toc.follow
12 - navigation.instant
13 - navigation.sections
14 palette:
15 primary: 'deep purple'
16 accent: 'blue grey'
17
18 extra_css:
19 - css/extra.css
20 repo_name: 'AkkomaGang/akkoma'
21 repo_url: 'https://akkoma.dev/AkkomaGang/akkoma'
22
23 extra:
24 repo_icon: gitea
25
26 markdown_extensions:
27 # Note/warning blocks https://squidfunk.github.io/mkdocs-material/extensions/admonition/
28 - admonition
29 - codehilite:
30 guess_lang: false
31 # Make it possible to link to every header https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
32 - toc:
33 permalink: true
34 - pymdownx.tasklist:
35 custom_checkbox: true
36 - pymdownx.superfences
37 - pymdownx.tabbed:
38 alternate_style: true
39 - pymdownx.details
40 - markdown_include.include:
41 base_path: docs