-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmkdocs.yml
57 lines (51 loc) · 1.54 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
site_name: "RDSim"
site_author: ggh-png
repo_url: https://github.com/AuTURBO/RDSim
site_url: https://AuTURBO.github.io/RDSim/
site_description: "RDSim is a high-fidelity Robo Delivery Simulator designed for autonomous delivery systems."
theme:
name: material
palette:
primary: indigo
logo: # assets/logo2_w.png
favicon: # assets/glim_gray.png
front:
text: Roboto
use_directory_urls: false
markdown_extensions:
- meta
- attr_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: Copyright © 2024 - 2025 ggh-png
extra:
social:
# - icon: material/home
# link: https://staff.aist.go.jp/k.koide/
- icon: fontawesome/brands/github
link: https://github.com/AuTURBO/RDSim
- icon: fontawesome/brands/docker
link: https://hub.docker.com/repository/docker/koide3/glim_ros
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/k_koide3
extra_css:
- "css/custom.css"
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
nav:
- 'index.md'
# - 'installation.md'
# - 'docker.md'
# - 'quickstart.md'
# - 'parameters.md'
# - 'demo.md'
# - 'extend.md'
# - 'extensions.md'
# - 'faq.md'
# - 'api.md'