diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index d92b16156..501e7db9a 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -56,6 +56,7 @@ export const SIDEBAR = { { text: 'Empezando', link: 'es/getting-started' }, { text: 'Comienzo rápido', link: 'es/quick-start' }, { text: 'Instalación', link: 'es/installation' }, + { text: 'Astro vs. X', link: 'es/comparing-astro-vs-other-tools' }, ], 'zh-CN': [ { text: '起步', header: true }, |