From d59b65739541ef013f58930e628681b0b7b04e00 Mon Sep 17 00:00:00 2001 From: matthewp Date: Tue, 12 Oct 2021 17:06:04 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/config.ts | 25 +++++++++++++++---- .../es/core-concepts/astro-components.md | 3 +-- .../src/pages/es/core-concepts/astro-pages.md | 1 - .../es/core-concepts/component-hydration.md | 6 ++--- .../es/core-concepts/project-structure.md | 2 +- docs/src/pages/es/guides/deploy.md | 6 ++--- 6 files changed, 28 insertions(+), 15 deletions(-) diff --git a/docs/src/config.ts b/docs/src/config.ts index 597ecb7967..ce757f7e1d 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -59,12 +59,21 @@ export const SIDEBAR = { { 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: '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: 'Hidratación parcial', + link: 'es/core-concepts/component-hydration', + }, { text: 'Guías', header: true }, { text: 'Estilo y CSS', link: 'es/guides/styling' }, @@ -79,14 +88,20 @@ export const SIDEBAR = { { text: 'Publicar en npm', link: 'es/guides/publish-to-npm' }, { text: 'Referencia', header: true }, - { text: 'Componentes incorporados', link: 'es/reference/builtin-components' }, + { + 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' }, + { + text: 'Referencia de renderizador', + link: 'es/reference/renderer-reference', + }, ], 'zh-CN': [ { text: '起步', header: true }, diff --git a/docs/src/pages/es/core-concepts/astro-components.md b/docs/src/pages/es/core-concepts/astro-components.md index 09bbf0488b..68ca6bbcb7 100644 --- a/docs/src/pages/es/core-concepts/astro-components.md +++ b/docs/src/pages/es/core-concepts/astro-components.md @@ -37,7 +37,6 @@ Las reglas CSS dentro de una etiqueta `