docs(changelog): split 585-line monolith into monthly archive pages #64
Reference in New Issue
Block a user
Delete Branch "docs/split-changelog-by-month"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
changelog.mdxhad grown to 585 lines and grows every release. Split into achangelog/folder:changelog/index.mdx— keeps the/docs/changelogURL; current month (2026-06) inline + an Archive section linking to month pages.changelog/2026-05.mdx,changelog/2026-04.mdx— per-month archives, each cross-linked back.changelog/meta.json— nav order.No breakage: date-level headers (
## 2026-06-01) preserved → existing#YYYY-MM-DDanchors still resolve. Rootmeta.json"changelog"entry resolves to the folder index unchanged (verified/docs/changelogroute still emits).npm run buildgreen — 128 pages, all three changelog routes generated. Also dropped a stalegithub.comfooter link.Future daily entries append under the current month in
index.mdx; roll a month into its own archive page when it closes.Split verified: build green (128 pages), /docs/changelog URL preserved, month pages + anchors intact. LGTM.