Documentation site for StackPatrol — a Rust CLI + Telegram bot for server monitoring.
Built with Fumadocs on Next.js 16.
npm install
npm run devThe site runs at http://localhost:3000/docs.
npm run build
npm startAll MDX content lives under content/docs/. Sections:
introduction/— what StackPatrol is, why it exists, how it works, quick startcli/— command reference (init,daemon,status,alert-test, ...)guide/monitoring/— built-in probes (Docker, systemd, ports, resources)guide/alerts/— Telegram alert routing, recovery, coalescing, silencesguide/plans/— Free / Pro / Team tier breakdownreference/— token format, event schema, architecture overview
Each folder has a meta.json controlling its sidebar order and icon. See Fumadocs source API.
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.
MIT.