Contributing
Every page is a Markdown file in src/content/docs/. To contribute:
- Fork the repository.
- Add or edit a
.mdfile in the relevant folder (building/,competing/,reference/). - Open a pull request.
Page format
Section titled “Page format”Each file starts with frontmatter:
---title: Brushless drive motorsdescription: One-line summary for search results and social cards.---
Page content in Markdown...New folders appear in the sidebar automatically if their parent section uses
autogenerate in astro.config.mjs.
- Write for someone building their first robot in that weight class.
- Prefer tables and lists over long paragraphs.
- Cite rulesets and sources with links.
- Keep vendor mentions neutral; this is not a marketplace.
Local preview
Section titled “Local preview”npm installnpm run dev