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
|
|
@ -213,5 +213,5 @@ Override chart size tokens on the `[data-chart]` element:
|
|||
|
||||
## Related
|
||||
|
||||
- [Token System](/docs/tokens/) — colour tokens used by the chart colour cycle (`--accent`, `--accent-blue`, etc.)
|
||||
- [Data Attributes](/docs/data-attributes/) — the broader `data-*` vocabulary of which `data-chart` is a part
|
||||
- [Token System](/docs/core/tokens/) — colour tokens used by the chart colour cycle (`--accent`, `--accent-blue`, etc.)
|
||||
- [Data Attributes](/docs/core/data-attributes/) — the broader `data-*` vocabulary of which `data-chart` is a part
|
||||
|
|
|
|||
|
|
@ -151,5 +151,5 @@ Use Chroma for Hugo sites. Use Prism for everything else.
|
|||
|
||||
## Related
|
||||
|
||||
- [Token System](/docs/tokens/) — the Open Props colour tokens that the highlight palette maps to
|
||||
- [Semantic HTML](/docs/semantic-html/) — how `<pre>` and `<code>` are styled at the element level
|
||||
- [Token System](/docs/core/tokens/) — the Open Props colour tokens that the highlight palette maps to
|
||||
- [Semantic HTML](/docs/core/semantic-html/) — how `<pre>` and `<code>` are styled at the element level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue