-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (38 loc) · 1.19 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: DerekMurawsky.General Documentation
theme:
name: material
icon:
logo: material/ansible
features:
- navigation.instant
- navigation.indexes
repo_url: https://github.com/derekmurawsky/ansible-derekmurawsky-general
nav:
- Home: 'README.md'
- ADRs:
- Overview: "ADRs/README.md"
- "0000 Use MADRs": ADRs/0000-use-markdown-architectural-decision-records.md
- "0001 Use MKDocs": ADRs/0001-use-mkdocs-monorepo.md
- MADR Template: ADRs/adr-template.md
- Playbooks:
- Overview: '!include ./playbooks/mkdocs.yml'
- Roles:
- ansible_bootstrap: '!include ./roles/ansible_bootstrap/mkdocs.yml'
- proxmox_base: '!include ./roles/proxmox_base/mkdocs.yml'
- proxmox_nginx: '!include ./roles/proxmox_nginx/mkdocs.yml'
plugins:
- monorepo
- search
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg