-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
58 lines (53 loc) · 1.08 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
site_name: "Home Lab Documentation"
site_description: Project documentation with Markdown.
site_url: "https://homelab.tino.sh/"
repo_url: "https://github.com/tinoschroeter/k8s.homelab"
edit_uri: "/tinoschroeter/k8s.homelab/edit/master/docs/"
nav:
- Home: README.md
theme:
name: material
palette:
- scheme: default
primary: eventim
features:
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.path
- navigation.tracking
- search.highlight
- search.share
- search.sugge
locale: en
icon:
logo: 'material/cloud-outline'
favicon: 'img/logo.svg'
font:
text: Roboto
code: Roboto Mono
extra_javascript:
- extra.js
extra_css:
- extra.css
markdown_extensions:
- toc:
permalink:
- attr_list
- def_list
- tables
- pymdownx.snippets
- mdx_gh_links:
user: mkdocs
repo: mkdocs
- mkdocs-click
copyright: "Tino Schroeter"
plugins:
- search
- mermaid2
- macros