-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs-en.yml
110 lines (93 loc) · 2.31 KB
/
mkdocs-en.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: DCE 5.0
# site_dir: 'public/en/'
copyright: Copyright © 2016 - 2022 DaoCloud
theme:
name: material
include_homepage_in_sidebar: true
language: 'en'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- search.share
- content.code.annotate
plugins:
- monorepo
- search:
separator: '[\\s\\u200b\\-]'
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
- extra/zoom_image.js
extra_css:
- extra/custom.css
extra:
alternate:
- link: /
name: zh - 简体中文
lang: zh
- link: /en/
name: en - English
lang: en
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- tables
- toc:
permalink: true
title: 导航
toc_depth: 5
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.keys
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
# nav page tree
nav:
- Home: ./
- Documents:
- Index: index.md
- User Guide: 01-mkdocs-material.md
- Install: install.md
- Kapanda: '!include modules/kpanda/docs/honkit/en/pages.yml'
# - Ghippo: '!include modules/ghippo/docs/honkit/en/pages.yml'
# - Skoala: '!include modules/skoala/docs/honkit/en_us/pages.yml'
- Insight: '!include modules/insight/docs/book/en/pages.yml'
- mSpider: '!include modules/mspider/docs/honkit/en/pages.yml'
# - Amamba: '!include modules/amamba/docs/honkit/en/pages.yml'
# - Kubean: '!include modules/kubean/docs/honkit/zh/pages.yml'
- Blogs: ./
- Videos: ./
- Forum: ./
- DaoCloud Website: https://www.daocloud.io/