TrickFire Docs
TrickFire Docs is the unified documentation system for TrickFire Robotics. Every project repo publishes its docs here automatically — no manual uploads, no separate doc sites to maintain.
The live site is at docs.trickfirerobotics.com.
How it works
Each TrickFire project repo contains a docs/ folder and a docs.config.json file. When you push changes to main, a GitHub Actions workflow syncs those files to the docs server and rebuilds the Docusaurus site. The result shows up at docs.trickfirerobotics.com/<repo-name> within a minute.
Your repo push → GitHub Actions → sync to server → Docusaurus build → live site
Quick navigation
| I want to… | Go to |
|---|---|
| Add docs to my project | Member Guide |
| Write markdown content | Writing Content |
| Configure the sidebar | Sidebar Configuration |
| See all config options | Configuration Reference |
| Set up the server | Deployment |
| Understand how it all fits together | Architecture |