diff options
author | Waxer59 | 2023-06-30 15:07:35 +0200 |
---|---|---|
committer | GitHub | 2023-06-30 15:07:35 +0200 |
commit | 04b2bdff7d3e0ef2074f15276f995fef041f6b85 (patch) | |
tree | 874093893c3301f613bce8066c801f56e6beaf29 | |
parent | 6b23ebc9974828837a2de9175297664e5d28a999 (diff) | |
download | IT.starlight-04b2bdff7d3e0ef2074f15276f995fef041f6b85.tar.gz IT.starlight-04b2bdff7d3e0ef2074f15276f995fef041f6b85.tar.bz2 IT.starlight-04b2bdff7d3e0ef2074f15276f995fef041f6b85.zip |
i18n(es): Updated `customization.mdx` (#282)
-rw-r--r-- | docs/src/content/docs/es/guides/customization.mdx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/content/docs/es/guides/customization.mdx b/docs/src/content/docs/es/guides/customization.mdx index 66216081..ad0b23dd 100644 --- a/docs/src/content/docs/es/guides/customization.mdx +++ b/docs/src/content/docs/es/guides/customization.mdx @@ -175,7 +175,7 @@ defineConfig({ Starlight cuenta con soporte incorporado para agregar enlaces a tus cuentas de redes sociales en el encabezado del sitio mediante la opción [`social`](/es/reference/configuration/#social) en la integración de Starlight. -Actualmente, se admiten enlaces a Codeberg, Discord, GitHub, Mastodon y Twitter. ¡Háznoslo saber en GitHub o Discord si necesitas soporte para otro servicio! +Actualmente, se admiten enlaces a Codeberg, Discord, GitHub, Mastodon, Twitter y Youtube. ¡Háznoslo saber en GitHub o Discord si necesitas soporte para otro servicio! ```js // astro.config.mjs @@ -192,6 +192,7 @@ export default defineConfig({ github: 'https://github.com/withastro/starlight', mastodon: 'https://m.webtoo.ls/@astro', twitter: 'https://twitter.com/astrodotbuild', + youtube: 'https://youtube.com/@astrodotbuild', }, }), ], |