forked from WeBankPartners/wecube-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
75 lines (69 loc) · 2.28 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
site_name: 'WeCube文档中心'
repo_name: 'wecube-platform@GitHub'
repo_url: 'https://github.com/WeBankPartners/wecube-platform'
edit_uri: ''
docs_dir: 'docs'
site_dir: 'site'
nav:
- '首页': 'index.md'
- '初识WeCube': 'introduction.md'
- 'What is WeCube?': 'introduction-en.md'
- '安装WeCube':
- '在私有资源上以单机模式安装': 'standalone-mode-on-premises.md'
- '在公有云上以单机模式安装': 'standalone-mode-on-public-cloud.md'
- 'WeCube安装目录结构': 'directory-structure.md'
- '上手指引':
- '场景介绍': 'tutorial-scenarios.md'
- '安装并运行WeCube': 'tutorial-installation.md'
- '了解可用的插件': 'tutorial-plugins.md'
- '设计并规划数据中心': 'tutorial-design-and-plan-idc.md'
- '创建云上资源': 'tutorial-create-resources.md'
- '设计业务应用系统': 'tutorial-design-business-applications.md'
- '部署和升级业务应用系统': 'tutorial-deploy-business-applications.md'
- '监测数据中心': 'tutorial-monitor.md'
- '小结': 'tutorial-summary.md'
- '用户手册':
- '注册和配置插件': 'plugin.md'
- '编排配置': 'orchestration-configuration.md'
- '编排执行': 'orchestration-execution.md'
- '批量执行': 'batch-execution.md'
- '插件':
- 'WeCMDB': 'plugin-wecmdb.md'
- 'Open-Monitor': 'plugin-open-monitor.md'
- 'Saltstack': 'plugin-saltstack.md'
- 'Qcloud': 'plugin-qcloud.md'
- 'Artifacts': 'plugin-artifacts.md'
- 'Service-Management': 'plugin-service-management.md'
- 'Notification': 'plugin-notification.md'
- '开发新的插件': 'plugin-development.md'
- '参考文档':
- '数据模型表达式解析': 'data-model-expression.md'
- '应用发布规范': 'application-deployment-specification.md'
- '常见问题': 'faq.md'
extra_css:
- 'stylesheets/font-awesome.min.css'
theme:
name: 'material'
features:
- instant
language: 'zh'
favicon: 'favicon.ico'
icon:
logo:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- attr_list
- fontawesome_markdown
- meta
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
plugins:
- search:
lang:
- ja
- minify:
minify_html: true
# - pdf-export:
# verbose: true