diff options
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 }, |