Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.2 KB

File metadata and controls

42 lines (27 loc) · 1.2 KB

StackPatrol Docs

Documentation site for StackPatrol — a Rust CLI + Telegram bot for server monitoring.

Built with Fumadocs on Next.js 16.

Local development

npm install
npm run dev

The site runs at http://localhost:3000/docs.

Building

npm run build
npm start

Content layout

All MDX content lives under content/docs/. Sections:

  • introduction/ — what StackPatrol is, why it exists, how it works, quick start
  • cli/ — command reference (init, daemon, status, alert-test, ...)
  • guide/monitoring/ — built-in probes (Docker, systemd, ports, resources)
  • guide/alerts/ — Telegram alert routing, recovery, coalescing, silences
  • guide/plans/ — Free / Pro / Team tier breakdown
  • reference/ — token format, event schema, architecture overview

Each folder has a meta.json controlling its sidebar order and icon. See Fumadocs source API.

Deployment

Built as a standalone Next.js Docker image. The deployment compose file in ../deploy/ builds this directory and routes stackpatrol.dev/docs to it via nginx.

License

MIT.