forked from dromara/CloudEon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (93 loc) · 2.55 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
site_name: CloudEon Documentation
site_description: 构建于kubernetes集群之上的大数据集群管理平台
site_url: https://github.com/dromara/CloudEon
site_author: Pandas886
repo_name: dromara/CloudEon
repo_url: https://github.com/dromara/CloudEon
edit_uri: ""
extra:
generator: false
homepage: https://cloudeon.top
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
link: https://github.com/Pandas886
- icon: fontawesome/brands/github
link: https://github.com/Pandas886
copyright: Copyright © 2023 CloudEon
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
theme:
custom_dir: overrides
name: material
language: zh
logo: images/logo.png
favicon: images/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
primary: deep orange
accent: deep orange
# - scheme: slate
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
# - scheme: default
# toggle:
# icon: material/toggle-switch
# name: Switch to light mode
features:
- navigation.instant
- navigation.indexes
- content.code.annotate
- content.tabs.link
- navigation.top
# - navigation.tabs
- navigation.tracking
- navigation.expand
- search.highlight
- search.share
- search.suggest
nav:
- index.md
- mind.md
- 安装部署:
- 安装部署/install_pre.md
- 安装部署/docker.md
- 安装部署/local.md
- 安装部署/minikube.md
- quickstart.md
- 支持组件:
- 支持组件/supportservice.md
- 支持组件/HDFSonK8s.md
- 支持组件/YarnonK8s.md
- 支持组件/DorisonK8s.md
- 支持组件/ZookeeperOnK8s.md
- 支持组件/AmoroOnK8s.md
- 支持组件/KafkaOnK8s.md
- 支持组件/HbaseOnK8s.md
- 支持组件/FlinkOnK8s.md
- 支持组件/SparkOnK8s.md
- 支持组件/HiveOnK8s.md
- 支持组件/KyuubiOnK8s.md
- 支持组件/MonitorOnK8s.md
- 支持组件/KylinOnK8s.md
- 支持组件/DinkyOnK8s.md
- 支持组件/DolphinschedulerOnK8s.md
- 支持组件/ElasticsearchOnK8s.md
- 支持组件/IcebergOnK8s.md
- 支持组件/TrinoOnK8s.md
- 支持组件/SeatunnelOnK8s.md
- 支持组件/HueOnK8s.md
- component_extension.md
- 社区贡献:
- 社区贡献/communicate.md
- 社区贡献/contribute.md
- 社区贡献/develop.md
- 社区贡献/windows-develop.md
- sponsor.md
- logserver.md
- FAQ.md
- Roadmap.md