Skip to main content

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 projectMember Guide
Write markdown contentWriting Content
Configure the sidebarSidebar Configuration
See all config optionsConfiguration Reference
Set up the serverDeployment
Understand how it all fits togetherArchitecture