Files
ODrive/docs/index.md
T
Samuel Sadok 7f1873dfc4 Documentation reorganization
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
2018-04-13 16:19:31 -07:00

165 B

{% for section in site.data.index.sections %}

{{ section.title }}

{% for item in section.docs %}

  • [{{ item.title }}]({{ item.url }}) {% endfor %} {% endfor %}