-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (63 loc) · 1.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: Kubemux Documents
site_url: https://kubemux.corvo.fun
repo_url: https://github.com/corvofeng/kubemux
edit_uri: edit/main/docs/
nav:
- Home: index.md
- English:
- Introduction: en/intro.md
- Why: en/why.md
- Usage: en/usage.md
- Example: en/example.md
- Usage:
# - terminator: en/usage/terminator.md
- kubeconfig: en/usage/kubeconfig.md
- tmuxinator: en/usage/tmuxinator.md
- zellij: en/usage/zellij.md
- 中文文档:
- 简介: zh/intro.md
- 为什么: zh/why.md
- 使用: zh/usage.md
- 最佳实践: zh/example.md
- 使用详情:
- kubeconfig: zh/usage/kubeconfig.md
- tmuxinator: zh/usage/tmuxinator.md
- zellij: zh/usage/zellij.md
theme:
name: "material"
include_search_page: false
search_index_only: true
features:
- content.code.copy
- content.code.select
- content.action.edit
feature:
tabs: false
language: 'en'
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- pymdownx.magiclink
- toc:
permalink: True
- admonition
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# markdown_extensions:
# - admonition
#
extra:
disqus: 'kubemux'
analytics:
provider: google
property: G-FVREQ6MGWF
# search: