-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (53 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
68 lines (53 loc) · 1.31 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
site_name: 运动的生物力学
#repo_url: https://github.com/carla-simulator/carla
#docs_dir: Docs
#edit_uri: 'edit/master/Docs/'
# 设置编译页面的链接的前缀
repo_url: https://github.com/OpenHUTB/move
# 页面右上角添加直接编辑页面的按钮
edit_uri: edit/main/docs
theme:
name: readthedocs
sticky_navigation: True
navigation_depth: 3
extra_css: [extra.css]
# mathjax用于单独公式展示
extra_javascript:
- extra.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
plugins:
# - mkdocs-video
- mkdocs-pdf
- search:
lang: ja
separator: '[\s\-\.]+'
min_search_length: 2
extra:
generator: false
nav:
- 框架: '#content'
- 一、总论: '#perspective'
- 二、细胞: '#cell'
- 三、突触: '#transmission'
- 四、感知: '#perception'
- 五、控制: '#control'
- 六、规划: '#planning'
- 七、发育: '#development'
- 八、学习: '#learning'
- 九、疾病: '#desease'
#- 交通: '#_3'
#- 行人: "#_4"
#- 高级概念: '#_5'
#- 自定义地图: '#_6'
#- 自定义开发: '#_7'
#- 基准测试: "#_8"
#- 生态系统: '#_9'
#- 源代码编译: '#_10'
#- 贡献: '#_11'
#- 其他: '#_12'
#- 参考: '#_13'
# - mdx_math 用于行内公式显示
markdown_extensions:
- admonition
- attr_list
# - mdx_math