forked from oceanbase/oceanbase
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
57 lines (55 loc) · 1.18 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
site_name: OceanBase Developer Guide
site_url: https://oceanbase.github.io/oceanbase
repo_url: https://github.com/oceanbase/oceanbase
repo_name: oceanbase/oceanbase
plugins:
- search
#- material-relative-language-selector
#- mdpo
- i18n:
docs_structure: folder
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
link: /zh/
- git-authors
nav:
- README.md
- toolchain.md
- build-and-run.md
- ide-settings.md
- coding-convension.md
- unittest.md
- mysqltest.md
- debug.md
- logging.md
- memory.md
- container.md
- architecture.md
- coding_standard.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
language: en
features:
- search.highlight
- navigation.sections
- navigation.path
- navigation.top
logo: assets/logo.png
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github