diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 4a8840ae5..2142fd0fc 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -57,7 +57,8 @@ export const SIDEBAR = { { text: 'Partial Hydration', link: 'de/core-concepts/component-hydration' }, { text: 'Anleitungen', header: true }, - + { text: 'Styling & CSS', link: 'de/guides/styling' }, + { text: 'Referenz', header: true }, ], nl: [ |