mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-18 18:20:15 +08:00
Move all documentation to docs/ and add a couple of layout/styling files to customize the appearance when the documentation is published on GitHub pages
165 B
165 B
{% for section in site.data.index.sections %}
{{ section.title }}
{% for item in section.docs %}
- [{{ item.title }}]({{ item.url }}) {% endfor %} {% endfor %}