Skip to content

Commit 0644706

Browse files
docs(theming): add theming reference to tutorialkit.dev (#97)
1 parent 0f5dd45 commit 0644706

25 files changed

+514
-13
lines changed

docs/tutorialkit.dev/astro.config.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ export default defineConfig({
1919
light: './src/assets/brand/tutorialkit-logo-light.svg',
2020
replacesTitle: true,
2121
},
22-
plugins: [starlightLinksValidator()],
22+
plugins: [
23+
starlightLinksValidator({
24+
exclude: ['../../guides/**/*'],
25+
}),
26+
],
2327
sidebar: [
2428
{
2529
label: 'Guides',
@@ -51,6 +55,15 @@ export default defineConfig({
5155
},
5256
],
5357
},
58+
{
59+
label: 'Reference',
60+
items: [
61+
{
62+
label: 'Theming',
63+
link: '/reference/theming/',
64+
},
65+
],
66+
},
5467
],
5568
tableOfContents: {
5669
maxHeadingLevel: 5,

docs/tutorialkit.dev/src/content/docs/reference/example.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
19.9 KB
Loading
108 KB
Loading
23.4 KB
Loading
62.5 KB
Loading
123 KB
Loading
515 Bytes
Loading
6.05 KB
Loading
58.9 KB
Loading

0 commit comments

Comments
 (0)