-
Notifications
You must be signed in to change notification settings - Fork 123
/
mkdocs.yml
46 lines (41 loc) · 1.2 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
site_name: 【布客】kafka 中文翻译
site_url: https://kafka.apachecn.org
# Repository
repo_name: apachecn/kafka-doc-zh
repo_url: https://github.com/apachecn/kafka-doc-zh
theme:
name: material
language: zh
custom_dir: themes_material
analytics:
gtag: G-8DP4GX97XY
features:
- content.code.copy
- content.action.edit
- content.action.view
- navigation.footer
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
# - javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- "kafke 中文文档": "index.md"
- "kafke 1.0.x 版本": "https://kafka1x.apachecn.org"
- "kafke 3.5.x 版本":
- "1. 入门": "1.md"
- "2. APIs": "2.md"
- "3. 配置": "3.md"
- "4. 设计": "4.md"
- "5. 实施": "5.md"
- "6. 运维": "6.md"
- "7. 安全": "7.md"
- "8. Kafka 连接": "8.md"
- "9. Kafka Streams": "9.md"
- "下载 Kafka": "downloads.md"
- "贡献指南": "contrib.md"
- "关于我们": "https://www.apachecn.org/about"
- "加入我们": "https://www.apachecn.org/join"
- "中文资源合集": "https://docs.apachecn.org"