diff options
author | 2021-10-01 12:27:09 -0300 | |
---|---|---|
committer | 2021-10-01 11:27:09 -0400 | |
commit | f351bb857033ae7916219e6166d43766fdc749df (patch) | |
tree | b8aa5c9eb955ccd545e480f64fe6363516621403 /docs/src/config.ts | |
parent | 756e3769d35ed721c64928cc97af691c653c39de (diff) | |
download | astro-f351bb857033ae7916219e6166d43766fdc749df.tar.gz astro-f351bb857033ae7916219e6166d43766fdc749df.tar.zst astro-f351bb857033ae7916219e6166d43766fdc749df.zip |
Added quick-start.md in spanish and link into sidebar in config.ts (#1466)
* Added quick-start.md in spanish and link into sidebar in config.ts
* Change accepted
* Fixed typos errors
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 1c322b03e..0ae909683 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: 'Comienzo rápido', link: 'es/quick-start' }, { text: 'Instalación', link: 'es/installation' }, ], 'zh-CN': [ |