forked from kubernetes-el/kubernetes-el
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
42 lines (38 loc) · 1.03 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
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
- Changelog: CHANGELOG.md
- Contributing: contributing.md
theme:
name: material
palette:
scheme: slate
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- pymdownx.snippets
- 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