-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yaml
59 lines (53 loc) · 1.21 KB
/
mkdocs.yaml
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
---
strict: true
site_name: "🥤 kele.el: Kubernetes Enablement Layer for Emacs"
site_description: "Kubernetes Enablement Layer for Emacs"
site_url: https://jonathanj.in/kele.el
repo_name: jinnovation/kele.el
repo_url: https://github.com/jinnovation/kele.el
nav:
- Home: index.md
- How-Tos:
- how-tos/usage.md
- how-tos/customization.md
- how-tos/integrations.md
- Explanations:
- explanations/comparisons.md
- explanations/design.md
- References:
- references/index.md
- references/changelog.md
- ADRs:
- references/adrs/index.md
- references/adrs/01-timer-based-discovery-cache.md
- contributing.md
theme:
name: material
logo: assets/logo.png
palette:
scheme: slate
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
custom_dir: mkdocs_overrides
extra:
analytics:
provider: custom
markdown_extensions:
- abbr
- admonition
- attr_list
- pymdownx.details
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- smarty
- tables
- meta
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg