Home to the MotorGo Documentation Website
- The documentation is built using [Nextra][https://nextra.site]
- The API docs are automatically generated using Sphinx and Sphinx-Markdown-Builder
To run the documentation locally, you'll need to install the dependencies and start the development server.
npm install
npm run dev
To make changes go live, simply push to the main
branch. The documentation will be automatically built and deployed to GitHub Pages.