mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-19 02:43:27 +08:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
|
|
# This data could theoretically be retrieved directly from the md files:
|
|
# https://jekyllrb.com/tutorials/navigation/#scenario-8-retrieving-items-based-on-front-matter-properties
|
|
|
|
sections:
|
|
- title: For Users
|
|
docs:
|
|
- title: Getting Started
|
|
url: /
|
|
- title: ODrive Tool
|
|
url: odrivetool
|
|
- title: Parameters & Commands
|
|
url: commands
|
|
- title: Interfaces
|
|
url: interfaces
|
|
- title: Encoders
|
|
url: encoders
|
|
- title: Control & Tuning
|
|
url: control
|
|
- title: Hoverboard Guide
|
|
url: hoverboard
|
|
- title: Troubleshooting
|
|
url: troubleshooting
|
|
- title: For ODrive Developers
|
|
docs:
|
|
- title: Firmware Developer Guide
|
|
url: developer-guide
|
|
- title: Configuring Visual Studio Code
|
|
url: configuring-vscode
|
|
- title: Configuring Eclipse
|
|
url: configuring-eclipse
|
|
- title: Component Guides
|
|
docs:
|
|
- title: Motor Guide
|
|
url: https://docs.google.com/spreadsheets/d/12vzz7XVEK6YNIOqH0jAz51F5VUpc-lJEs3mmkWP1H4Y
|
|
- title: Encoder Guide
|
|
url: https://docs.google.com/spreadsheets/d/1OBDwYrBb5zUPZLrhL98ezZbg94tUsZcdTuwiVNgVqpU
|