Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: home page spanish #107

Merged
merged 3 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading