diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 2ff25dd90..b66dc9d01 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -65,6 +65,10 @@ export const SIDEBAR = { { text: '安裝', link: 'zh-TW/installation' }, { text: '範例', link: 'zh-TW/examples' }, ], + bg: [ + { text: 'Главни', header: true }, + { text: 'Започваме!', link: 'bg/getting-started' } + ] }; export const SITE = { |