diff options
author | 2021-09-29 15:08:18 -0300 | |
---|---|---|
committer | 2021-09-29 14:08:18 -0400 | |
commit | 367ebd3d9f7af337e92a12975cdaf1054809d127 (patch) | |
tree | 3e16d4dabcd16282ff8f1ab40df35e7fff6b13e3 /docs/src/config.ts | |
parent | a9a3a43c5d2cfec82cec439da6cad6a59c478606 (diff) | |
download | astro-367ebd3d9f7af337e92a12975cdaf1054809d127.tar.gz astro-367ebd3d9f7af337e92a12975cdaf1054809d127.tar.zst astro-367ebd3d9f7af337e92a12975cdaf1054809d127.zip |
Added installation.md in spanish (#1444)
* Added installation.md in spanish
* Add update to docs/src/config.ts sidebar
Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 307fa140f..ada905ab2 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -54,6 +54,7 @@ export const SIDEBAR = { es: [ { text: 'Configuración', header: true }, { text: 'Empezando', link: 'es/getting-started' }, + { text: 'Instalación', link: 'es/installation' }, ], 'zh-CN': [ { text: '起步', header: true }, |