-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
54 lines (50 loc) · 1.31 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
site_name: RoboStack
site_url: https://robostack.github.io/
repo_url: https://github.com/RoboStack/robostack.github.io
edit_uri: edit/master/docs/
nav:
- Home: index.md
# - What's New: WhatsNew.md
- Getting Started: GettingStarted.md
- Available Packages:
- ROS1 Noetic: noetic.md
- ROS2 Foxy: foxy.md
- ROS2 Galactic: galactic.md
- ROS2 Humble: humble.md
- JupyterRos: JupyterRos.md
- Support: support.md
- Contributing: Contributing.md
- FAQ: FAQ.md
extra_css: [extra.css]
theme:
name: material
features:
- content.code.copy
- content.action.edit
- content.action.view
- content.tabs.link
- navigation.instant
- navigation.path
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
use_directory_urls: false
strict: true
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
plugins:
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true