-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
101 lines (90 loc) · 2.26 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
98
99
100
101
site_name: Depthai Yolo
site_url: https://richard-xx.github.io/DepthAI_Yolo/
edit_uri: /blob/main/docs/
# Repository
repo_name: richard-xx/DepthAI_Yolo
repo_url: https://github.com/richard-xx/DepthAI_Yolo
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.tabs #主题插件:顶部横向导航栏
- navigation.tabs.sticky
- navigation.top #主题插件:快速回到页首
- navigation.tracking
- navigation.path
- search.suggest
- search.highlight
- toc.follow
- toc.integrate
language: 'zh' #页面文字
palette:
# 自动模式的调色板切换
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# 浅色模式的调色板切换
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# 深色模式的调色板切换
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- mkdocs-typer
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
auto_title: false
linenums: false
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.tilde
- tables
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
plugins:
- search:
separator: '[\s\u200b\-]'
nav:
- Home: index.md
- Oak Custom Docs: https://richard-xx.github.io/oak_custom_doc/oak/pointcloud/point_cloud_viewer/
- Yolo:
- OAK D: oak-d.md
- OAK SR: sr.md
- OAK LR: lr.md