diff options
author | 2021-10-12 19:02:34 +0200 | |
---|---|---|
committer | 2021-10-12 13:02:34 -0400 | |
commit | f6d0631ceeb39361980542b726630074dd0218f7 (patch) | |
tree | da50c0b8d1835428b7238ca3f88b029d8a54b8d2 /docs/src/config.ts | |
parent | 6ea1119a32bda1461c56db33dedecedd4a7fef19 (diff) | |
download | astro-f6d0631ceeb39361980542b726630074dd0218f7.tar.gz astro-f6d0631ceeb39361980542b726630074dd0218f7.tar.zst astro-f6d0631ceeb39361980542b726630074dd0218f7.zip |
docs: spanish translation (#1531)
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 501e7db9a..07ff18d47 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -57,6 +57,36 @@ export const SIDEBAR = { { 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' }, + + { text: 'Fundamentos', header: true }, + { text: 'Estructura del Proyecto', link: 'es/core-concepts/project-structure' }, + { text: 'Sintaxis del Componente', link: 'es/core-concepts/astro-components' }, + { text: 'Páginas', link: 'es/core-concepts/astro-pages' }, + { text: 'Maquetas', link: 'es/core-concepts/layouts' }, + { text: 'Enrutamiento', link: 'es/core-concepts/routing' }, + { text: 'Hidratación parcial', link: 'es/core-concepts/component-hydration' }, + + { text: 'Guías', header: true }, + { text: 'Estilo y CSS', link: 'es/guides/styling' }, + { text: 'Markdown', link: 'es/guides/markdown-content' }, + { text: 'Depuración', link: 'es/guides/debugging' }, + { text: 'Obtención de datos', link: 'es/guides/data-fetching' }, + { text: 'Paginación', link: 'es/guides/pagination' }, + { text: 'RSS', link: 'es/guides/rss' }, + { text: 'Importaciones admitidas', link: 'es/guides/imports' }, + { text: 'Alias', link: 'es/guides/aliases' }, + { text: 'Desplegar en la web', link: 'es/guides/deploy' }, + { text: 'Publicar en npm', link: 'es/guides/publish-to-npm' }, + + { text: 'Referencia', header: true }, + { text: 'Componentes incorporados', link: 'es/reference/builtin-components' }, + { text: 'Referencia de API', link: 'es/reference/api-reference' }, + { text: 'Referencia de CLI', link: 'es/reference/cli-reference' }, + { + text: 'Referencia de configuración', + link: 'es/reference/configuration-reference', + }, + { text: 'Referencia de renderizador', link: 'es/reference/renderer-reference' }, ], 'zh-CN': [ { text: '起步', header: true }, |