Add dated MDX files under content/changelog/ and Capsa gives you a
Changelog tab, a newest-first listing at /docs/changelog, per-entry pages,
and an RSS feed — no configuration.
date (ISO YYYY-MM-DD, quoted) drives the listing order and shows next to
the breadcrumb on the entry page.title and description appear on the listing card, in search, and in the
RSS feed.content/ gets.href tab in src/navigation.ts, like the API Reference)./docs/changelog sorts entries newest-first by date.content/changelog/ folder and the tab simply 404s — delete the
tab entry in src/navigation.ts to hide it entirely.On deploys with VITE_SITE_URL set, the build emits feed.xml (RSS 2.0) with
every dated entry, and the site <head> advertises it via
<link rel="alternate">. Readers and release-watchers can subscribe to
https://your-site/feed.xml.