-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (33 loc) · 906 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (33 loc) · 906 Bytes
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
edit_uri: ''
markdown_extensions:
- 'pymdownx.highlight'
- 'pymdownx.superfences'
plugins:
- search:
indexing: 'titles'
min_search_length: 2
prebuild_index: true
separator: '[\\s\\-\\.]+'
- minify:
minify_html: true
repo_name: 'raeumlich/k8std-libsonnet'
repo_url: 'https://github.com/raeumlich/k8std-libsonnet'
site_name: 'Kubernetes Standard Jsonnet Library'
site_url: 'https://raeumlich.github.io/k8std-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'