Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 595 Bytes

📕 | MotorGo Documentation | 📕

Home to the MotorGo Documentation Website


Tools

  • The documentation is built using [Nextra][https://nextra.site]
  • The API docs are automatically generated using Sphinx and Sphinx-Markdown-Builder

Development

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.