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 044b868be..ed59f9557 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -47,6 +47,10 @@ export const SIDEBAR = { { text: 'Pika-aloitus', link: 'fi/quick-start' }, { text: 'Asennus', link: 'fi/installation' }, ], + es: [ + { text: 'Configuración', header: true }, + { text: 'Empezando', link: 'es/getting-started' }, + ], 'zh-CN': [ { text: '起步', header: true }, { text: '入门指南', link: 'zh-CN/getting-started' }, |