-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
85 lines (70 loc) · 1.74 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Oscar's Homelab
#copyright:
theme:
name: material
features:
#- navigation.tabs
#- navigation.tabs.sticky
- navigation.instant
- navigation.sections
- navigation.indexes
- navigation.top
- search.highlight
- search.suggest
- search.share
- content.code.annotate
- header.autohide
- announce.dismiss
- toc.follow
icon:
repo: 'fontawesome/brands/github'
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
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
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started:
- 00-getting-started/about.md
#- Administration:
# - administration/fluxcd.md
- How-to guides:
- 01-how-to-guides/index.md
- Documentation:
- Flow & Policy Logging:
- 02-docs/logs/index.md
- Ops & Sec Metrics:
- 02-docs/metrics/index.md
- Tools:
- 03-tools/elastic/README.md