forked from oceanbase/miniob
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
143 lines (135 loc) · 4.09 KB
/
mkdocs.yml
File metadata and controls
143 lines (135 loc) · 4.09 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: MiniOB
site_url: https://oceanbase.github.io/miniob
repo_url: https://github.com/oceanbase/miniob
repo_name: oceanbase/miniob
edit_uri: edit/main/docs/docs/
copyright: Copyright © 2024 OceanBase
plugins:
- search
- git-authors
nav:
- 首页: index.md
- 快速开始:
- 编译: how_to_build.md
- 运行: how_to_run.md
- 开发环境:
- dev-env/introduction.md
- dev-env/vscode_dev_with_local_virtual_env.md
- dev-env/dev_by_online.md
- dev-env/how-to-dev-using-docker.md
- dev-env/how_to_dev_in_docker_container_by_vscode.md
- dev-env/how_to_dev_in_docker_container_by_vscode_on_windows.md
- dev-env/how_to_dev_miniob_by_docker_on_windows.md
- dev-env/how_to_dev_miniob_by_vscode.md
- dev-env/miniob-how-to-debug.md
- dev-env/how_to_submit_for_testing.md
- dev-env/integration_test.md
- dev-env/cloudlab_setup.md
- 设计文档:
- design/miniob-architecture.md
- design/miniob-buffer-pool.md
- design/miniob-double-write-buffer.md
- design/miniob-transaction.md
- design/miniob-durability.md
- design/miniob-sql-parser.md
- design/miniob-how-to-add-new-sql.md
- design/miniob-sql-expression.md
- design/miniob-bplus-tree.md
- design/miniob-bplus-tree-concurrency.md
- design/miniob-thread-model.md
- design/miniob-mysql-protocol.md
- design/miniob-pax-storage.md
- design/miniob-aggregation-and-group-by.md
- design/miniob-lsm-tree.md
- Doxy 代码文档: design/doxy/html/index.html
- OceanBase 数据库大赛:
- game/introduction.md
- game/miniob-output-convention.md
- game/debug-output.md
- game/miniob-memtracer.md
- game/miniob_topics.md
- game/github-introduction.md
- game/gitee-instructions.md
- game/miniob-vectordb.md
- game/git-introduction.md
- 数据库系统实现原理与实践:
- db_course_lab/overview.md
- db_course_lab/lab0.md
- db_course_lab/lab1.md
- db_course_lab/lab2.md
- db_course_lab/lab3.md
- db_course_lab/lab4.md
- 数据库实现简明教程:
- lectures/copyright.md
- lectures/lecture-1.md
- lectures/lecture-2.md
- lectures/lecture-3.md
- lectures/lecture-4.md
- lectures/lecture-5.md
- lectures/lecture-6.md
- lectures/references.md
- 博客:
- blog/introduction.md
- blog/1.md
theme:
name: material
language: zh
features:
- search.highlight
- navigation.sections
- navigation.path
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- toc.follow
- content.code.copy
- content.action.edit
logo: assets/logo.png
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/oceanbase
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/oceanbase/miniob
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/oceanbase/shared_invite/zt-1e25oz3ol-lJ6YNqPHaKwY_mhhioyEuw
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
block_tag: 'pre'
extra_javascript:
- ./assets/mathjax.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
- https://polyfill.alicdn.com/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js