This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yaml
84 lines (75 loc) · 1.64 KB
/
mkdocs.yaml
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
---
# Project information
site_name: Grey Rock | greyrock-ops
site_description: My home operations documentation
site_author: Todd Punderson
site_url: https://greyrock.github.io/greyrock-ops/
# Repository
repo_name: doonga/greyrock-ops
repo_url: https://github.com/doonga/greyrock-ops
edit_uri: ""
# Configuration
docs_dir: ./docs
theme:
name: material
logo: _assets/images/logo.jpg
icon:
repo: fontawesome/brands/github-alt
language: en
font: false
features:
- navigation.tabs
- navigation.sections
- navigation.tracking
- search.highlight
- search.suggest
palette:
- scheme: default
primary: blue grey
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
# Plugins
plugins:
- search:
lang: en
- minify:
minify_html: true
- macros:
include_dir: docs/_snippets
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
# Customization
extra_javascript:
- _assets/js/fancybox.umd.js
extra_css:
- _assets/css/fancybox.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/doonga
# Navigation structure
nav:
- Home:
- "index.md"
- "home/repo_structure.md"
- "home/cluster_overview.md"
- "home/tools.md"
- Storage:
- "storage/index.md"
- "storage/backups.md"
- Networking:
- "networking/index.md"
- "networking/dns.md"
- "networking/podgateway.md"
- "networking/multus.md"