mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
children error fix (#1734)
This commit is contained in:
parent
0a9dfa01fb
commit
16e3aa8ee0
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ export const KNOWN_LANGUAGES = {
|
||||||
|
|
||||||
export const SIDEBAR = {
|
export const SIDEBAR = {
|
||||||
en: [
|
en: [
|
||||||
|
{ text: "", header: true },
|
||||||
{ text: 'Section Header', header: true },
|
{ text: 'Section Header', header: true },
|
||||||
{ text: 'Introduction', link: 'en/introduction' },
|
{ text: 'Introduction', link: 'en/introduction' },
|
||||||
{ text: 'Page 2', link: 'en/page-2' },
|
{ text: 'Page 2', link: 'en/page-2' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue