forked from jsonnet-libs/k8s-libsonnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (42 loc) · 1.1 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
"edit_uri": ""
"extra_css":
- "stylesheets/extra.css"
"markdown_extensions":
- "pymdownx.highlight"
- "pymdownx.superfences"
"plugins":
- "search":
"indexing": "titles"
"min_search_length": 2
"prebuild_index": true
"separator": "[\\s\\-\\.]+"
- "minify":
"minify_html": true
- "exclude-search":
"exclude":
- "1.24/*"
- "1.23/*"
- "1.22/*"
- "1.21/*"
- "1.20/*"
"repo_name": "jsonnet-libs/k8s-libsonnet"
"repo_url": "https://github.com/jsonnet-libs/k8s-libsonnet"
"site_name": "k8s jsonnet library"
"site_url": "https://jsonnet-libs.github.io/k8s-libsonnet"
"theme":
"name": "material"
"palette":
- "accent": "indigo"
"media": "(prefers-color-scheme: light)"
"primary": "indigo"
"scheme": "default"
"toggle":
"icon": "material/toggle-switch-off-outline"
"name": "Switch to dark mode"
- "accent": "red"
"media": "(prefers-color-scheme: dark)"
"primary": "red"
"scheme": "slate"
"toggle":
"icon": "material/toggle-switch"
"name": "Switch to light mode"