Documentation site for ferrus — deterministic orchestration of AI agents for real software work.
Built with Docusaurus and deployed to ferrus.dev.
npm install
npm startOpens at http://localhost:3000/ferrus-docs/.
npm run build
npm run servenpm run build produces static files in build/. The
deploy.yml workflow rebuilds and
publishes the site to GitHub Pages on every push to main.
docs/ # content (markdown)
src/
├── components/
│ ├── FerrusLogo/ # the terminal block-character FERRUS banner
│ └── IsoGrid/ # 8-bit isometric grid background
├── css/custom.css # black/orange theme
└── pages/index.tsx # homepage
static/img/favicon.svg
docusaurus.config.ts
sidebars.ts