diff options
author | 2021-10-09 19:27:37 -0300 | |
---|---|---|
committer | 2021-10-09 17:27:37 -0500 | |
commit | 2d2af9ee9751e1b1a68bffe8b86f349dad903c55 (patch) | |
tree | ac7ba71ac90d04ca0cc2a43a2a7447fe755b432c /docs/src/config.ts | |
parent | bbff0a8a2b3c063eb4331612a8f8d732df47b189 (diff) | |
download | astro-2d2af9ee9751e1b1a68bffe8b86f349dad903c55.tar.gz astro-2d2af9ee9751e1b1a68bffe8b86f349dad903c55.tar.zst astro-2d2af9ee9751e1b1a68bffe8b86f349dad903c55.zip |
i18n/es: Added comparing-astro-vs-others.md (#1488)
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 }, |