diff options
author | 2021-11-03 22:28:41 +0600 | |
---|---|---|
committer | 2021-11-03 12:28:41 -0400 | |
commit | 16e3aa8ee0d7b9a378a7b0597e65d61dd359d508 (patch) | |
tree | 1561fc790ba84dd3fbd00a254d6fea7e0f4e6f0d /examples/docs/src/config.ts | |
parent | 0a9dfa01fbcb920f299d06374babc07127e84d9b (diff) | |
download | astro-16e3aa8ee0d7b9a378a7b0597e65d61dd359d508.tar.gz astro-16e3aa8ee0d7b9a378a7b0597e65d61dd359d508.tar.zst astro-16e3aa8ee0d7b9a378a7b0597e65d61dd359d508.zip |
children error fix (#1734)
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' }, |