summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaxer592023-06-30 16:43:46 +0200
committerGitHub2023-06-30 16:43:46 +0200
commit7c44557f3c45e149e6fbec3ca7c531cbad014ea3 (patch)
tree4033ee13226ba02cbe4ab906f28f17e482323c19
parent04b2bdff7d3e0ef2074f15276f995fef041f6b85 (diff)
downloadIT.starlight-7c44557f3c45e149e6fbec3ca7c531cbad014ea3.tar.gz
IT.starlight-7c44557f3c45e149e6fbec3ca7c531cbad014ea3.tar.bz2
IT.starlight-7c44557f3c45e149e6fbec3ca7c531cbad014ea3.zip
i18n(es): Updated `configuration.md` (#283)
-rw-r--r--docs/src/content/docs/es/reference/configuration.md3
1 files changed, 2 insertions, 1 deletions
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',
},
});
```