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..46e4cc38 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]: /es/guides/database/sqld-server/ \ No newline at end of file