-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (68 loc) · 1.89 KB
/
mkdocs.yml
File metadata and controls
69 lines (68 loc) · 1.89 KB
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: FaBo LeRobot Docs
theme:
name: material
custom_dir: 'theme'
language: 'ja'
palette:
primary: 'yellow'
accent: 'black'
logo: 'logo.png'
favicon: 'favicon.png'
extra:
search:
language: 'jp'
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
noclasses: false
pygments_style: monokai
linenums: true
- pymdownx.superfences
- admonition
- pymdownx.keys
- attr_list
nav:
- Home: "index.md"
- FaBo Kit:
- 配置と配線: "jetson/build.md"
- 動作確認: "jetson/first.md"
- Servo:
- Firmware: "setting/firmware.md"
- ID割り振り: "setting/id.md"
- Jetson Orin Nano:
- 環境構築: "jetson_orin/setting.md"
- 各種設定: "jetson_orin/setup.md"
- LeRobot:
- 各種コマンド: "lerobot/command.md"
- LeRobot Core:
- Teleop: "core/teleop.md"
- Robot: "core/robot.md"
- Toio Leader: "core/toio_teleop.md"
- Toio Follower: "core/toio_robot.md"
- Toio Command: "core/toio_command.md"
- その他:
- GR00T:
- 環境構築: "gr00t/env.md"
- SmolVLA:
- 環境構築: "smolvla/setting.md"
- HilSerl:
- 環境構築: "hilsel/setting.md"
- 環境構築(#644): "hilsel/setting_644.md"
- Rerun.io:
- Trouble Shooting: "rerun/trouble.md"
- Jetson AGX Orin:
- GMSL Camera: "jetson_agx/gmsl_camera.md"
extra_css:
# - "https://fonts.googleapis.com/earlyaccess/notosansjp.css"
# - "https://fonts.googleapis.com/css?family=Open+Sans:600,800"
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
# - "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css"
- "css/version-select.css"
- "css/custom.css"
- "stylesheets/lerobot_ports.css"
extra_javascript:
- javascripts/version-select.js
- javascripts/extra.js
- javascripts/lerobot_ports.js
plugins:
- macros