mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-18 01:18:52 +08:00
This adds a jinja template to generate markdown files (with lots of HTML mixed in) from YAML using the existing interface_generator.py script. The docs website layout files are modified to incorporate the new documentation. While previously Github Pages was automatically running Jekyll on the docs folder, this commit adds a custom Github workflow to compile and deploy the website to facilitate the custom markdown generation step before Jekyll runs.
9 lines
162 B
YAML
9 lines
162 B
YAML
theme: jekyll-theme-minimal
|
|
exclude: [ruby-bundle, vendor]
|
|
plugins:
|
|
- jekyll-redirect-from
|
|
google_analytics: UA-93396600-3
|
|
collections:
|
|
api:
|
|
output: true
|