How this file works
- Read-only view shows everything from
services.json
- Click β Edit mode β every cell becomes editable, plus a + Add row button appears in each section
- Make your changes (they save to browser localStorage automatically)
- Click β Export JSON β downloads
services.json with your changes
- Replace
website/ops_dashboard/services.json in the repo with the downloaded file
- Commit + push β Cloudflare Pages auto-deploys in 1-2 min
- Click βΊ Reset to discard local edits and re-load from the live JSON
Note: edits live in your browser's localStorage until you commit the exported JSON.
Different browser / fresh device = won't see your unsaved edits. The committed
services.json is the canonical state.