Authoring
Internal Linking
Build stable, predictable links between wiki pages.
Internal links should always point to /wiki/... routes.
Link style
- Preferred: absolute wiki links such as
/wiki/getting-started/. - Avoid legacy route names or mixed path styles.
- Include trailing slash for consistency with generated route output.
Why this matters
- Consistent links reduce broken references during refactors.
- Search snippets remain aligned with real destinations.
- Sidebar and in-page navigation reinforce the same structure.
After adding links, run pnpm build and verify navigation from /wiki/.