-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
47 lines (47 loc) · 1.14 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
site_name: cloudflight-libsonnet
extra:
version:
provider: mike
plugins:
- include-markdown
- git-revision-date
- search
theme:
name: material
icon:
logo: material/kubernetes
features:
- navigation.tabs
- content.code.annotate
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
repo_name: "cloudflight-libsonnet"
repo_url: https://github.com/cloudflightio/cloudflight-libsonnet
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true