Skip to content

Commit

Permalink
docs: home page spanish (#107)
Browse files Browse the repository at this point in the history
* docs: home page spanish

* Update docs/astro.config.mjs

Co-authored-by: Kevin Nielsen <[email protected]>

---------

Co-authored-by: Kevin Nielsen <[email protected]>
  • Loading branch information
Caixetadev and kevinanielsen committed Jan 25, 2024
1 parent 9982727 commit 58b81ff
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default defineConfig({
da: {
label: "Dansk",
},
es: {
label: "Español",
lang: "es",
},
},
social: {
github: "https://github.com/kevinanielsen/go-fast-cdn",
Expand Down
37 changes: 37 additions & 0 deletions docs/src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Go-fast CDN
description: Lo simple y rápido autohospedada CDN.
template: splash
hero:
tagline: Bienvenido a la documentación oficial de go-fast CDN - Lo simple y rápido autohospedada CDN!
image:
file: ../../../assets/gopher.png
actions:
- text: Cómo utilizar
link: /go-fast-cdn/guides/usage/
icon: right-arrow
variant: primary
- text: Deja una estrella en Github
link: https://github.com/kevinanielsen/go-fast-cdn
icon: external
---

import { Card, CardGrid } from "@astrojs/starlight/components";

## Próximos pasos

<CardGrid stagger>
<Card title="Descarga la CDN" icon="add-document">
Descarga la versión para tu máquina en [
Github](https://github.com/kevinanielsen/go-fast-cdn/releases).
</Card>
<Card title="Lee la documentación" icon="open-book">
Ve a leer la guía de uso en [la documentación](/go-fast-cdn/guides/usage).
</Card>
<Card title="Aloja tu propia CDN" icon="rocket">
[Haz clic aquí](/go-fast-cdn/guides/hosting) para aprender cómo alojar tu CDN de forma gratuita en un contenedor Docker.
</Card>
<Card title="Contribute" icon="pen">
[Contribuye](/go-fast-cdn/contribution/contributing) a este proyecto. Toda ayuda es bienvenida: traducciones, corrección de errores, pruebas, mejoras y etc.
</Card>
</CardGrid>

0 comments on commit 58b81ff

Please sign in to comment.