Statement
Collection-driven routing shall be required for entries under `src/content/pages/`; this requirement does not prohibit additional public route families backed by the `articles` collection, `docs` collection, or static `.astro` pages.
Rationale
Collection-driven routing for the pages collection keeps publishable page content aligned with route generation while preserving flexibility for other public route families.
Notes
Implemented via the dynamic route at src/pages/[...slug].astro which consumes the pages collection at build time.
Topics
Owner: content-authoring
Related: rendering-runtime
Applies To
- Content Collections DOC-00005