-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: home page spanish * Update docs/astro.config.mjs Co-authored-by: Kevin Nielsen <keveran@gmail.com> --------- Co-authored-by: Kevin Nielsen <keveran@gmail.com>
- Loading branch information
1 parent
9982727
commit 58b81ff
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |