-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
102 lines (85 loc) · 2.26 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
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
site_name: DCE 5.0
copyright: Copyright © 2016 - 2022 DaoCloud
theme:
name: material
language: zh
include_homepage_in_sidebar: true
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
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 文档站导航
nav:
- 首页: ./
- 帮助文档:
- 产品介绍: index.md
- 快速入门: 01-mkdocs-material.md
- 安装手册: install.md
- 云容器管理: '!include modules/kpanda/docs/honkit/zh/pages.yml'
- 全局管理: '!include modules/ghippo/docs/honkit/zh/pages.yml'
- 微服务引擎: '!include modules/skoala/docs/honkit/zh_cn/pages.yml'
- 可观测配置: '!include modules/insight/docs/book/zh/pages.yml'
- 服务网格: '!include modules/mspider/docs/honkit/zh/pages.yml'
- 应用工作台: '!include modules/amamba/docs/honkit/zh/pages.yml'
- Kubean: '!include modules/kubean/docs/honkit/zh/pages.yml'
- 博客: ./
- 视频: ./
- 用户论坛: ./
- 开源社区: ./
- DaoCloud 官网: https://www.daocloud.io/