From 7c44557f3c45e149e6fbec3ca7c531cbad014ea3 Mon Sep 17 00:00:00 2001 From: Waxer59 Date: Fri, 30 Jun 2023 16:43:46 +0200 Subject: i18n(es): Updated `configuration.md` (#283) --- docs/src/content/docs/es/reference/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/es/reference/configuration.md b/docs/src/content/docs/es/reference/configuration.md index 31883561..36a94961 100644 --- a/docs/src/content/docs/es/reference/configuration.md +++ b/docs/src/content/docs/es/reference/configuration.md @@ -226,7 +226,7 @@ El idioma predeterminado se utilizará para proporcionar contenido de respaldo d ### `social` -**tipo:** `{ discord?: string; github?: string; mastodon?: string; twitter?: string }` +**tipo:** `{ codeberg?: string; discord?: string; github?: string; mastodon?: string; twitter?: string; youtube?: string }` Detalles opcionales sobre las cuentas de redes sociales para este sitio. Agregar cualquiera de estos los mostrará como enlaces de iconos en el encabezado del sitio. @@ -238,6 +238,7 @@ starlight({ github: 'https://github.com/withastro/starlight', mastodon: 'https://m.webtoo.ls/@astro', twitter: 'https://twitter.com/astrodotbuild', + youtube: 'https://youtube.com/@astrodotbuild', }, }); ``` -- cgit