You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(rfcs): centralize RFC sidebar and source metadata (#205)
## Summary
<!-- What has been updated and why -->
This PR centralizes published RFC metadata in src/data/rfcs.ts so it can
act as the single source of truth for RFC routes, titles, and raw source
URLs.
The Starlight sidebar in astro.config.mjs now derives its RFC entries
from that shared data instead of duplicating each label and link inline.
The RFC MDX pages under src/content/docs/rfcs were also updated to
resolve their Rfc component source prop via getRfcById(...) rather than
hardcoded GitHub raw URLs. This reduces repetition and keeps sidebar
navigation and RFC page sources aligned from one place.
0 commit comments