forked from ittuann/Awesome-IntelligentCarRace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
130 lines (122 loc) · 3.14 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
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
# Project information
site_name: Awesome-IntelligentCarRace
site_description: 智能车竞赛 开源项目合集 | Awesome Intelligent Car Race
site_url: https://ittuann.github.io/Awesome-IntelligentCarRace/
# Repository
repo_name: ittuann/Awesome-IntelligentCarRace
repo_url: https://github.com/ittuann/Awesome-IntelligentCarRace
edit_uri: blob/main/docs
# Configuration
theme:
name: material
custom_dir: overrides
font:
text: Roboto
code: Roboto Mono
features:
- navigation.top
- navigation.footer
- navigation.expand
- navigation.tracking
- navigation.indexes
- navigation.instant
- content.action.edit
- content.code.copy
- content.code.annotate
- content.code.select
- content.tabs.link
- content.tooltips
- search.suggest
- search.highlight
- search.share
- toc.follow
logo: assets/favicon/favicon.png
favicon: assets/favicon/favicon.png
icon:
repo: fontawesome/brands/github
edit: material/eye
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
site_author: ittuann
copyright: MIT & CC-BY-4.0 License
# Extensions
markdown_extensions:
- admonition
- footnotes
- attr_list
- def_list
- md_in_html
- toc:
permalink: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.betterem
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji
- meta
- tables
extra_javascript:
- https://unpkg.com/tablesort@latest/dist/tablesort.min.js
- javascripts/tablesort.js
plugins:
- search:
lang: ja
- table-reader
- rss
# Extra
extra:
social:
- icon: octicons/globe-16
link: https://ittuann.github.io/Awesome-IntelligentCarRace/
- icon: fontawesome/brands/github
link: https://github.com/ittuann
- icon: fontawesome/solid/envelope
link: mailto:<ittuann@outlook.com>
analytics:
provider: google
property: G-8SY1RE8KQW
# Navigation
nav:
- 首页: index.md
- 获奖:
- 国家级一等奖: award/国家级一等奖.md
- 国家级二等奖: award/国家级二等奖.md
- 省级一等奖: award/省级一等奖.md
- 省级二等奖: award/省级二等奖.md
- 省级三等奖: award/省级三等奖.md
- 组别:
- 摄像头四轮组: group/摄像头四轮组.md
- 智能视觉组: group/智能视觉组.md
- 多车编队组: group/多车编队组.md
- 负压电磁组: group/负压电磁组.md
- 全向行进组: group/全向行进组.md
- 年份:
- 2023: year/2023.md
- 2022: year/2022.md
- 2021: year/2021.md
- 提交指南: contribution.md