From 35bc9360255e9ab0dd5566ca9a8ac2a064b93118 Mon Sep 17 00:00:00 2001
From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Date: Sun, 20 Apr 2025 19:44:12 -0600
Subject: [PATCH 1/2] i18n(es): update `/start-here/`
---
src/content/docs/es/start-here/configuration.mdx | 4 ++--
src/content/docs/es/start-here/getting-started.mdx | 9 ++++++---
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/content/docs/es/start-here/configuration.mdx b/src/content/docs/es/start-here/configuration.mdx
index 22a851e5..479afefe 100644
--- a/src/content/docs/es/start-here/configuration.mdx
+++ b/src/content/docs/es/start-here/configuration.mdx
@@ -33,7 +33,7 @@ export default defineConfig({
db(),
studioCMS({
dbStartPage: false,
- // ...Otras opciones de configuración
+ // otras opciones de configuración
}),
],
});
@@ -79,7 +79,7 @@ import { defineStudioCMSConfig } from "studiocms/config";
export default defineStudioCMSConfig({
dbStartPage: false,
- // ...Otras opciones de configuración
+ // otras opciones de configuración
})
```
diff --git a/src/content/docs/es/start-here/getting-started.mdx b/src/content/docs/es/start-here/getting-started.mdx
index 4338f3f5..b02bab7b 100644
--- a/src/content/docs/es/start-here/getting-started.mdx
+++ b/src/content/docs/es/start-here/getting-started.mdx
@@ -8,17 +8,19 @@ sidebar:
import { PackageManagers } from 'starlight-package-managers'
import TursoCLI from '~/components/TursoCLI.astro';
-import { Aside, Steps, Tabs, TabItem } from '@astrojs/starlight/components';
+import { Aside, Steps, Tabs, TabItem, LinkCard } from '@astrojs/starlight/components';
import ReadMore from '~/components/ReadMore.astro';
import { sponsors, SponsorLink } from '~/share-link'
+
+
## Comencemos
Para empezar a usar StudioCMS, necesitarás:
- La version de [Node.js admitida por Astro](https://docs.astro.build/en/install-and-setup/#prerequisites) (Bun y Deno no son compatibles)
- Un proyecto de Astro
-- Un proveedor libSQL o un servidor libSQL autoalojado
+- Un proveedor libSQL o un [servidor libSQL autoalojado][self-hosted-libsql]
- La integración StudioCMS
## Preparar tu base de datos
@@ -362,4 +364,5 @@ Aprende más sobre las opciones de configuración de StudioCMS usando las págin
[db-url-token]: /es/start-here/environment-variables/#url-de-la-base-de-datos-y-token-para-astrojsdb
[encryption-key]: /es/start-here/environment-variables/#clave-de-encriptación-para-studiocmsauth
[oauth-environment-variables]: /es/start-here/environment-variables/#variables-de-entorno-para-autenticación-oauth
-[auth-config-ref]: /es/config-reference/dashboard/#authconfig
\ No newline at end of file
+[auth-config-ref]: /es/config-reference/dashboard/#authconfig
+[self-hosted-libsql]: /en/guides/database/sqld-server/
\ No newline at end of file
From 00cfa6e6ac80a654e06f9eb1fa1d807a0912094d Mon Sep 17 00:00:00 2001
From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Date: Sun, 20 Apr 2025 20:00:30 -0600
Subject: [PATCH 2/2] Update src/content/docs/es/start-here/getting-started.mdx
Co-authored-by: Adam Matthiesen
---
src/content/docs/es/start-here/getting-started.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/docs/es/start-here/getting-started.mdx b/src/content/docs/es/start-here/getting-started.mdx
index b02bab7b..46e4cc38 100644
--- a/src/content/docs/es/start-here/getting-started.mdx
+++ b/src/content/docs/es/start-here/getting-started.mdx
@@ -365,4 +365,4 @@ Aprende más sobre las opciones de configuración de StudioCMS usando las págin
[encryption-key]: /es/start-here/environment-variables/#clave-de-encriptación-para-studiocmsauth
[oauth-environment-variables]: /es/start-here/environment-variables/#variables-de-entorno-para-autenticación-oauth
[auth-config-ref]: /es/config-reference/dashboard/#authconfig
-[self-hosted-libsql]: /en/guides/database/sqld-server/
\ No newline at end of file
+[self-hosted-libsql]: /es/guides/database/sqld-server/
\ No newline at end of file