From 16e3aa8ee0d7b9a378a7b0597e65d61dd359d508 Mon Sep 17 00:00:00 2001 From: Rafid Muhymin Wafi Date: Wed, 3 Nov 2021 22:28:41 +0600 Subject: [PATCH] children error fix (#1734) --- examples/docs/src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 3efd4a3a6f..6949c0ece3 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' },