generated from roboclubdtu/MKDocsTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
76 lines (75 loc) · 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
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
site_name: ROS2 by Projects
repo_url: https://github.com/roboclubdtu/ros2-prj
site_description: Learning ROS2 through projects
site_author: Meltwin
copyright: © 2024 - DTU Roboclub
docs_dir: docs
site_dir: build
nav:
- Home: index.md
# - "Core 0: Overview":
# - Introduction: core0/index.md
# - "1 - ROS History": core0/history.md
# - "2 - Principles": core0/principles.md
# - "3 - Environments": core0/environment.md
- "Core 1: Basics":
- Introduction: core1/index.md
- "1 - Command line": core1/cmd/index.md
- "2 - Graphical tools": core1/tools/index.md
# - "Core 2: Advanced":
# - Introduction: core2/index.md
# - "Core 3a: Manipulators":
# - Introduction: core3a/index.md
# - "Core 3b: Mobile robots":
# - Introduction: core3b/index.md
# - "Diverse topics":
# - Introduction: corez/index.md
extra_css:
- assets/custom_css.css
theme:
name: material
favicon: assets/Logo_Thicker.svg
logo: assets/Logo_Thicker.svg
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: black
accent: red
# Palette toggle for dark mode
- scheme: slate
logo: assets/Logo_WR.svg
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: red
accent: cyan
features:
- content.code.copy
- content.code.select
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- footnotes
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg