-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (64 loc) · 1.75 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
site_name: ASL Trunk Robot
site_description: ASL Trunk Robot documentation
site_url: https://stanfordasl.github.io/trunk-stack
repo_url: https://github.com/StanfordASL/trunk-stack
repo_name: StanfordASL/trunk-stack
theme:
name: material
favicon: assets/favicon-robot.png
logo: assets/asl-white.png
palette:
primary: custom
features:
- content.code.copy
icon:
adminition:
note: material/alert-circle
extra_css:
- stylesheets/extra.css
nav:
- Introduction: index.md
- Design:
- Mechanical: mechanical_design.md
- Electrical: electrical_design.md
- Software: software_design.md
- Setup:
- 3D Printing: 3d_printing.md
- OptiTrack System: optitrack.md
- ROS2 Workspaces: ros2_workspaces.md
- Usage:
- Motion Capture: mocap.md
- Motors and Gripper: motors_gripper.md
- Collecting data: collecting_data.md
- Video Streaming: video_streaming.md
- Telemetry Viewer: telemetry_viewer.md
- Teleoperation: teleoperation.md
- Visuomotor Rollout: visuomotor_rollout.md
- Contributing: contributing.md
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- git-committers:
repository: StanfordASL/trunk-stack
branch: main
- git-revision-date-localized