Announcements Manifest
The production announcement feed is published from:
https://docs.borgui.com/announcements.json
This file is sourced from docs/announcements.json because GitHub Pages in this repository publishes the docs/ site.
Update Flow
- Edit docs/announcements.json.
- Commit and push to
main. - Wait for GitHub Pages to rebuild.
- Verify the live manifest URL returns JSON.
Local Development
Local frontend development does not use frontend/public/announcements.json automatically.
The app defaults to the published GitHub Pages manifest unless VITE_ANNOUNCEMENTS_URL is explicitly set.
To turn local announcements on for testing:
- Start the frontend with
VITE_ANNOUNCEMENTS_URL=/announcements.json. - Clear any
announcement:*localStorage keys if the modal was previously acknowledged or snoozed.