mirror of
https://github.com/jsonnet-libs/k8s-libsonnet.git
synced 2026-03-28 03:01:44 +01:00
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
"edit_uri": ""
|
|
"extra_css":
|
|
- "stylesheets/extra.css"
|
|
"markdown_extensions":
|
|
- "pymdownx.highlight"
|
|
- "pymdownx.superfences"
|
|
- "mdx_truly_sane_lists":
|
|
"nested_indent": 2
|
|
"truly_sane": true
|
|
"plugins":
|
|
- "search":
|
|
"separator": "[\\s\\-\\.]+"
|
|
- "minify":
|
|
"minify_html": true
|
|
- "exclude-search":
|
|
"exclude":
|
|
- "1.34/*"
|
|
- "1.33/*"
|
|
- "1.32/*"
|
|
"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":
|
|
"features":
|
|
- "navigation.tabs"
|
|
- "navigation.indexes"
|
|
"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" |