-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
47 lines (41 loc) · 994 Bytes
/
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
39
40
41
42
43
44
45
46
47
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Pando85's Homelab
repo_url: https://github.com/pando85/homelab
theme:
name: material
palette:
primary: black
features:
- navigation.indexes
- navigation.expand
- search.highlight
- search.share
plugins:
- search
- include_dir_to_nav
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- admonition
- pymdownx.details
- pymdownx.snippets:
check_paths: true
- def_list
- pymdownx.tasklist:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Network:
- network
- Deployment:
- deployment
- User-guide:
- user-guide
- Troubleshooting:
- troubleshooting