fix: update all internal doc links to new nested URL structure
/docs/introduction/ → /docs/getting-started/introduction/ /docs/tokens/ → /docs/core/tokens/ /docs/semantic-html/ → /docs/core/semantic-html/ /docs/reset/ → /docs/core/reset/ /docs/data-attributes/ → /docs/core/data-attributes/ /docs/layouts/ → /docs/components/layouts/ Zero 404s in docs after clean build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
21524b4b25
commit
414ede2957
9 changed files with 25 additions and 25 deletions
|
|
@ -267,6 +267,6 @@ Opt out with `data-layout="fluid"` on `<main>`.
|
|||
|
||||
## Related
|
||||
|
||||
- [Reset](/docs/reset/) — the normalization layer underneath these element styles
|
||||
- [Data Attributes](/docs/data-attributes/) — extend element styles with `data-*` attributes
|
||||
- [Token System](/docs/tokens/) — the custom properties driving all colours, sizes, and fonts here
|
||||
- [Reset](/docs/core/reset/) — the normalization layer underneath these element styles
|
||||
- [Data Attributes](/docs/core/data-attributes/) — extend element styles with `data-*` attributes
|
||||
- [Token System](/docs/core/tokens/) — the custom properties driving all colours, sizes, and fonts here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue