-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathmkdocs.yaml
52 lines (47 loc) · 1.25 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
strict: true
site_name: "kubernetes-el: Kubernetes client for Emacs"
site_description: Kubernetes client for Emacs
site_url: https://kubernetes-el.github.io/kubernetes-el
repo_name: kubernetes-el/kubernetes-el
repo_url: https://github.com/kubernetes-el/kubernetes-el
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Tutorials:
- getting-started/tutorials/index.md
- Feature Overview: getting-started/tutorials/0-feature-overview.md
- How-To: how-to.md
- Explanations:
- explanations/comparisons.md
- References:
- references/index.md
- Changelog: CHANGELOG.md
- Compatibility: references/compatibility.md
- Contributors Guide:
- contributing/index.md
theme:
name: material
palette:
scheme: slate
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg