-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (106 loc) · 2.79 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: K3S Homelab Gitops Documentation
repo_url: https://github.com/smp4/k3s-homelab-gitops
edit_uri: edit/main/docs/
site_description: A basic, unavoidably opinionated, non-professional template for bootstrapping a K3S cluster at home.
site_author: smp4
theme:
name: material
custom_dir: docs/overrides
locale: en
icon:
logo: material/test-tube
repo: fontawesome/brands/github
favicon: assets/images/icons/favicon-32x32.png
features:
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
- content.action.view
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search
- glightbox # image zoom
- blog:
enabled: true
post_readtime: true
- git-revision-date-localized:
type: datetime
timezone: Europe/Berlin
enable_creation_date: true
exclude:
- index.md
- git-authors:
show_contribution: true
sort_authors_by: name
authorship_threshold_percent: 10
markdown_extensions:
- admonition
- attr_list
- tables
- md_in_html
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.keys
- pymdownx.details
- pymdownx.superfences
- pymdownx.tilde # tilde delete
- pymdownx.snippets
exclude_docs: |
/assets/images/icons/README.md
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- getting-started/installation.md
- Repository Contents: getting-started/repo-contents.md
- Tutorials:
- tutorials/index.md
- tutorials/tutorial01.md
- tutorials/tutorial02.md
- tutorials/tutorial03.md
- tutorials/tutorial04.md
- tutorials/tutorial05.md
- How To's:
- howtos/index.md
- howtos/kubectl.md
- howtos/helm-kustomize.md
- howtos/add-new-node.md
- howtos/dynamic-environments.md
- howtos/patching-argocd-cd.md
- howtos/argocd-local-repo.md
- Explanations:
- explanations/index.md
- Cluster organisation: explanations/cluster-organisation.md
- Naming conventions: explanations/naming.md
- Reference:
- reference/index.md
- Development: development.md
- About:
- about/index.md
- about/CHANGELOG.md
#- Blog: blog/index.md