-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
155 lines (143 loc) · 4.56 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#===================================================================================#
# Site Information
#===================================================================================#
site_name: Nauticus
repo_name: "edixos/Nauticus"
site_description: Nauticus Simplifies Kubernetes cluster management with fully-managed Spaces.
repo_url: https://github.com/edixos/Nauticus
site_author: Edixos
copyright: >
Copyright © 2023-2024 Edixos.
<a href="#__consent">Change cookie settings</a>
#===================================================================================#
# Mkdocs Theme (Material Mkdocs) + Extras
#===================================================================================#
theme:
name: material
custom_dir: overrides
logo: assets/images/logos/nauticus-logo-textless-small.png
features:
- content.tabs.link #Insiders only so far
- navigation.tabs
- navigation.instant
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.expand
- content.code.copy
- announce.dismiss
font:
text: Raleway
code: Ubuntu Sans Mono
palette: # https://www.materialpalette.com/colors
- scheme: slate
primary: yellow # comment to replace by /docs/assets/stylesheets
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: default
primary: yellow # comment to replace by /docs/assets/stylesheets
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
include_sidebar: true
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
#===================================================================================#
# Mkdocs Markdown Extensions, Plugins & extras
#===================================================================================#
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- codehilite
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
# insert a blank space before the character
permalink: " ¶"
plugins:
- search
- include-markdown
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
version:
provider: mike
analytics:
provider: google
property: G-YSCQHVX2PE
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
generator: false
social:
- icon: material/github
link: 'https://github.com/edixos/nauticus'
- icon: material/slack
link: 'https://kubernetes.slack.com/archives/C04NQTC3R0F'
logo: assets/images/logos/nauticus-logo-textless-small.png
#===================================================================================#
# Mkdocs Navigation Tree
#===================================================================================#
nav:
- Home: index.md
- Getting started:
- Installation: getting-started.md
- Tutorials:
- Space Tutorial: tutorials/space-tutorial.md
- Space Template Tutorial: tutorials/space-templates-tutorial.md
- Ignore Underlying Deletion: tutorials/ignore-underlying-deletion.md
- Reference:
- API Specification: crds-apis.md
- Community:
- Contributing:
- Contribution Process: contributing/process.md
- Developer Guide: contributing/dev-guide.md
- Code Of Conduct: contributing/coc.md