diff options
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 3efd4a3a6..6949c0ece 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -31,6 +31,7 @@ export const KNOWN_LANGUAGES = { export const SIDEBAR = { en: [ + { text: "", header: true }, { text: 'Section Header', header: true }, { text: 'Introduction', link: 'en/introduction' }, { text: 'Page 2', link: 'en/page-2' }, |