diff --git a/src/content/docs/ar/getting-started.mdx b/src/content/docs/ar/getting-started.mdx index 24d8737c8e2ac..4ab06c5c681ab 100644 --- a/src/content/docs/ar/getting-started.mdx +++ b/src/content/docs/ar/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: البدء icon: rocket - link: /ar/install/auto/ + link: /ar/install-and-setup/ variant: primary - text: تعرف على ميزات أسترو icon: right-arrow diff --git a/src/content/docs/de/getting-started.mdx b/src/content/docs/de/getting-started.mdx index 78ed2ef11552e..71d0b66c208de 100644 --- a/src/content/docs/de/getting-started.mdx +++ b/src/content/docs/de/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: Los geht's icon: rocket - link: /de/install/auto/ + link: /de/install-and-setup/ variant: primary - text: Lerne mehr über Astro icon: right-arrow diff --git a/src/content/docs/de/guides/deploy/cloudflare.mdx b/src/content/docs/de/guides/deploy/cloudflare.mdx index fdff06b450fa6..487f7e4b529be 100644 --- a/src/content/docs/de/guides/deploy/cloudflare.mdx +++ b/src/content/docs/de/guides/deploy/cloudflare.mdx @@ -32,7 +32,7 @@ Um loszulegen, brauchst du Folgendes: - **Framework-Voreinstellung**: `Astro` - **Build-Befehl:** `npm run build` - **Build-Ausgabeverzeichnis:** `dist` - - **Umgebungsvariablen (erweitert)**: Standardmäßig verwendet Cloudflare Pages Node.js 12.18.0, aber Astro [erfordert eine höhere Version](/de/install/auto/#voraussetzungen). Füge eine Umgebungsvariable mit einem **Variablennamen** von `NODE_VERSION` und einem **Wert** von `v16.13.0` oder höher hinzu, um Cloudflare anzuweisen, eine kompatible Node-Version zu verwenden. Alternativ kannst du auch eine `.nvmrc`-Datei zu deinem Projekt hinzufügen, um eine Node-Version anzugeben. + - **Umgebungsvariablen (erweitert)**: Standardmäßig verwendet Cloudflare Pages Node.js 12.18.0, aber Astro [erfordert eine höhere Version](/de/install-and-setup/#prerequisites). Füge eine Umgebungsvariable mit einem **Variablennamen** von `NODE_VERSION` und einem **Wert** von `v16.13.0` oder höher hinzu, um Cloudflare anzuweisen, eine kompatible Node-Version zu verwenden. Alternativ kannst du auch eine `.nvmrc`-Datei zu deinem Projekt hinzufügen, um eine Node-Version anzugeben. 7. Klicke auf die Schaltfläche **Speichern und bereitstellen**. diff --git a/src/content/docs/de/guides/deploy/render.mdx b/src/content/docs/de/guides/deploy/render.mdx index 048f014d59ab3..b376f16770cb3 100644 --- a/src/content/docs/de/guides/deploy/render.mdx +++ b/src/content/docs/de/guides/deploy/render.mdx @@ -15,5 +15,5 @@ Du kannst dein Astro-Projekt bei [Render](https://render.com/) veröffentlichen, 4. Gib deiner Website einen Namen, wähle den Branch aus und gib den Build-Befehl und das Veröffentlichungsverzeichnis an - **Build-Befehl:** `npm run build` - **Veröffentlichungs-Verzeichnis:** `dist` - - **Umgebungsvariablen (erweitert)**: Standardmäßig verwendet Render Node.js 14.17.0, aber Astro [erfordert eine höhere Version](/de/install/auto/#voraussetzungen). Füge eine Umgebungsvariable mit einem **Variablenschlüssel** von `NODE_VERSION` und einem **Wert** von `16.12.0` oder höher hinzu, um Render anzuweisen, eine kompatible Node.js-Version zu verwenden. Alternativ kannst du auch eine [`.node-version`](https://render.com/docs/node-version) oder [`.nvmrc`](https://render.com/docs/node-version) Datei zu deinem Projekt hinzufügen, um eine Node.js-Version anzugeben. + - **Umgebungsvariablen (erweitert)**: Standardmäßig verwendet Render Node.js 14.17.0, aber Astro [erfordert eine höhere Version](/de/install-and-setup/#prerequisites). Füge eine Umgebungsvariable mit einem **Variablenschlüssel** von `NODE_VERSION` und einem **Wert** von `16.12.0` oder höher hinzu, um Render anzuweisen, eine kompatible Node.js-Version zu verwenden. Alternativ kannst du auch eine [`.node-version`](https://render.com/docs/node-version) oder [`.nvmrc`](https://render.com/docs/node-version) Datei zu deinem Projekt hinzufügen, um eine Node.js-Version anzugeben. 5. Klicke auf die Schaltfläche **Statische Website erstellen** diff --git a/src/content/docs/de/install/manual.mdx b/src/content/docs/de/install/manual.mdx index 1ee32b2004215..7a852d25a9232 100644 --- a/src/content/docs/de/install/manual.mdx +++ b/src/content/docs/de/install/manual.mdx @@ -140,4 +140,4 @@ Wenn du alle Schritte befolgt hast, sollte dein Projektverzeichnis nun so ausseh Herzlichen Glückwunsch, du hast Astro eingerichtet und kannst jetzt loslegen! -Wenn du diese Anleitung komplett befolgt hast, kannst du direkt fortfahren und zum ersten Mal [Astro starten](/de/install/auto/#2-starte-astro-). +Wenn du diese Anleitung komplett befolgt hast, kannst du direkt fortfahren und zum ersten Mal [Astro starten](/de/install-and-setup/#start-the-astro-dev-server) diff --git a/src/content/docs/en/guides/deploy/render.mdx b/src/content/docs/en/guides/deploy/render.mdx index d772ce78574ee..26b0ab6298ae1 100644 --- a/src/content/docs/en/guides/deploy/render.mdx +++ b/src/content/docs/en/guides/deploy/render.mdx @@ -20,7 +20,7 @@ You can deploy your Astro project to [Render](https://render.com/), a service to 4. Give your website a name, select the branch and specify the build command and publish directory - **build command:** `npm run build` - **publish directory:** `dist` - - **Environment variables (advanced)**: By default, Render uses Node.js 14.17.0, but Astro [requires a higher version](/en/install/auto/#prerequisites). Add an environment variable with a **Variable key** of `NODE_VERSION` and a **Value** of `v18.17.1` or `v20.3.0` or higher to tell Render to use a compatible Node.js version. Alternatively, add a [`.node-version`](https://render.com/docs/node-version) or [`.nvmrc`](https://render.com/docs/node-version) file to your project to specify a Node.js version. + - **Environment variables (advanced)**: By default, Render uses Node.js 14.17.0, but Astro [requires a higher version](/install-and-setup/#prerequisites). Add an environment variable with a **Variable key** of `NODE_VERSION` and a **Value** of `v18.17.1` or `v20.3.0` or higher to tell Render to use a compatible Node.js version. Alternatively, add a [`.node-version`](https://render.com/docs/node-version) or [`.nvmrc`](https://render.com/docs/node-version) file to your project to specify a Node.js version. 5. Click the **Create Static Site** button diff --git a/src/content/docs/en/install/manual.mdx b/src/content/docs/en/install/manual.mdx index 8b663ead762e0..7e1e446cb9de3 100644 --- a/src/content/docs/en/install/manual.mdx +++ b/src/content/docs/en/install/manual.mdx @@ -195,4 +195,4 @@ If you have followed the steps above, your project directory should now look lik Congratulations, you're now set up to use Astro! -If you followed this guide completely, you can jump directly to [Step 2: Start Astro](/en/install/auto/#2-start-astro-) to continue and learn how to run Astro for the first time. +If you followed this guide completely, you can jump directly to [Step 2: Start Astro](/install-and-setup/#start-the-astro-dev-server) to continue and learn how to run Astro for the first time. diff --git a/src/content/docs/es/getting-started.mdx b/src/content/docs/es/getting-started.mdx index 8d8c8a158e0c2..37869fb77c4da 100644 --- a/src/content/docs/es/getting-started.mdx +++ b/src/content/docs/es/getting-started.mdx @@ -11,7 +11,7 @@ hero: actions: - text: Instalar Astro icon: rocket - link: /es/install/auto/ + link: /es/install-and-setup/ variant: primary - text: Conoce las características de Astro icon: right-arrow diff --git a/src/content/docs/es/guides/deploy/render.mdx b/src/content/docs/es/guides/deploy/render.mdx index 667c5fc4a999f..ef76b23f2810b 100644 --- a/src/content/docs/es/guides/deploy/render.mdx +++ b/src/content/docs/es/guides/deploy/render.mdx @@ -20,7 +20,7 @@ Puedes desplegar tu proyecto de Astro en [Render](https://render.com/), un servi 4. Asigna un nombre a tu sitio web, selecciona la rama y especifica el comando de compilación y el directorio de publicación - **build command:** `npm run build` - **publish directory:** `dist` - - **Environment variables (advanced)**: Por defecto, Render usa Node.js 14.17.0, pero Astro [requiere una versión superior](/es/install/auto/#prerrequisitos). Añade una variable de entorno con una **Variable key** de `NODE_VERSION` y un **Value** de `v18.17.1` o `v20.3.0` o superior para indicarle a Render que use una versión compatible de Node.js. Alternativamente, añade un archivo [`.node-version`](https://render.com/docs/node-version) o [`.nvmrc`](https://render.com/docs/node-version) a tu proyecto para especificar una versión de Node.js. + - **Environment variables (advanced)**: Por defecto, Render usa Node.js 14.17.0, pero Astro [requiere una versión superior](/es/install-and-setup/#prerequisites). Añade una variable de entorno con una **Variable key** de `NODE_VERSION` y un **Value** de `v18.17.1` o `v20.3.0` o superior para indicarle a Render que use una versión compatible de Node.js. Alternativamente, añade un archivo [`.node-version`](https://render.com/docs/node-version) o [`.nvmrc`](https://render.com/docs/node-version) a tu proyecto para especificar una versión de Node.js. 5. Haz clic en el botón **Create Static Site**. diff --git a/src/content/docs/es/guides/migrate-to-astro/from-docusaurus.mdx b/src/content/docs/es/guides/migrate-to-astro/from-docusaurus.mdx index 36a998188aead..d5ea257d8dbba 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-docusaurus.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-docusaurus.mdx @@ -43,7 +43,7 @@ Cuando reconstruyas tu sitio de Docusaurus a Astro, notarás algunas diferencias Para convertir un sitio de documentación de Docusaurus a Astro, empieza con nuestra [plantilla oficial de inicio para documentación Starlight](https://starlight.astro.build), o explora más temas de la comunidad en nuestro [catálogo de temas](https://astro.build/themes?search=&categories%5B%5D=docs). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-eleventy.mdx b/src/content/docs/es/guides/migrate-to-astro/from-eleventy.mdx index eb0afb982cd74..af57130928890 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-eleventy.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-eleventy.mdx @@ -37,7 +37,7 @@ Cuando reconstruyas tu sitio de Eleventy (11ty) en Astro, notarás algunas difer Para convertir un blog de Eleventy a Astro, comienza con nuestra plantilla de inicio de tema de blog, o explora más temas de blog de la comunidad en nuestro [mostrador de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-gatsby.mdx b/src/content/docs/es/guides/migrate-to-astro/from-gatsby.mdx index f10d72cc1a78b..007cacbbea427 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-gatsby.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-gatsby.mdx @@ -43,7 +43,7 @@ Cada migración de proyecto será diferente, pero hay algunas acciones comunes q ### Crear un nuevo proyecto de Astro Utiliza el comando `create astro` en tu gestor de paquetes para iniciar el asistente de línea de comandos de Astro o elige un tema de la comunidad desde el [Catálogo de Temas de Astro](https://astro.build/themes). -Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto de Astro con uno de nuestros inicios oficiales (p. ej. `docs`, `blog`, `portfolio`). Alternativamente, puedes [iniciar un nuevo proyecto a partir de cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto de Astro con uno de nuestros inicios oficiales (p. ej. `docs`, `blog`, `portfolio`). Alternativamente, puedes [iniciar un nuevo proyecto a partir de cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-gitbook.mdx b/src/content/docs/es/guides/migrate-to-astro/from-gitbook.mdx index 0b57143e79c17..c4fc655af2d80 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-gitbook.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-gitbook.mdx @@ -35,7 +35,7 @@ Cuando migres tu documentación de GitBook a Astro, notarás algunas diferencias Para migrar un sitio de documentación de GitBook a Astro, comienza con nuestra [plantilla oficial de inicio para documentación Starlight](https://starlight.astro.build) o explora más temas de documentación de la comunidad en nuestro [catálogo de temas](https://astro.build/themes?search=&categories%5B%5D=docs). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-gridsome.mdx b/src/content/docs/es/guides/migrate-to-astro/from-gridsome.mdx index 2d397eace0b87..fcdcfd9ebfc72 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-gridsome.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-gridsome.mdx @@ -37,7 +37,7 @@ Cuando reconstruyas tu sitio de Gridsome a Astro, notarás algunas diferencias i Para migrar un blog de Gridsome a Astro, empieza con nuestra plantilla inicial para blogs, o explora más temas de la comunidad para blogs en nuestro [catálogo de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-hugo.mdx b/src/content/docs/es/guides/migrate-to-astro/from-hugo.mdx index 3fab57cc3022e..04eb84f1c495d 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-hugo.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-hugo.mdx @@ -37,7 +37,7 @@ Cuando reconstruyas tu sitio de Hugo a Astro, notarás algunas diferencias impor Para migrar un blog de Hugo a Astro, empieza con nuestra plantilla inicial para blogs, o explora más temas de la comunidad para blogs en nuestro [mostrador de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-jekyll.mdx b/src/content/docs/es/guides/migrate-to-astro/from-jekyll.mdx index 7fd00a2158662..6dd5354735bdf 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-jekyll.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-jekyll.mdx @@ -35,7 +35,7 @@ Cuando reconstruyas tu sitio de Jekyll a Astro, notarás algunas diferencias imp Para migrar un blog de Jekyll a Astro, empieza con nuestra plantilla inicial para blogs, o explora más temas de la comunidad para blogs en nuestro [mostrador de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-nextjs.mdx b/src/content/docs/es/guides/migrate-to-astro/from-nextjs.mdx index 8570ac1b0b11e..a3b87779fab85 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-nextjs.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-nextjs.mdx @@ -39,7 +39,7 @@ Cada migración será diferente, pero hay algunas acciones comunes que realizar ### Crear un nuevo proyecto de Astro Utiliza el comando `create astro` en tu gestor de paquetes para lanzar el asistente de línea de comandos de Astro, o elige un tema de la comunidad desde el [catálogo de temas de Astro](https://astro.build/themes). -Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto de Astro con una de nuestras plantillas oficiales (p. ej. `docs`, `blog`, `portafolio`). O, puedes [iniciar un nuevo proyecto a partir de cualquier repositorio de Astro existente en GitHub.](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto de Astro con una de nuestras plantillas oficiales (p. ej. `docs`, `blog`, `portafolio`). O, puedes [iniciar un nuevo proyecto a partir de cualquier repositorio de Astro existente en GitHub.](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-nuxtjs.mdx b/src/content/docs/es/guides/migrate-to-astro/from-nuxtjs.mdx index c920264bdc389..0573cd037ed69 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-nuxtjs.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-nuxtjs.mdx @@ -41,7 +41,7 @@ Cada migración de proyecto se verá diferente, pero hay algunas acciones comune ### Crea un nuevo proyecto Astro Utiliza el comando `create astro` en tu gestor de paquetes para lanzar el asistente de linea de comandos de Astro o elige un tema de la comunidad del [catálogo de temas de Astro](https://astro.build/themes). -Puedes pasar un argumento `--template` al comando `create astro` para iniciar un nuevo proyecto Astro con uno de nuestros ejemplos oficiales (por ejemplo, `docs`, `blog`, `portfolio`). O, puedes [iniciar un nuevo proyecto desde cualquier repositorio Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar un argumento `--template` al comando `create astro` para iniciar un nuevo proyecto Astro con uno de nuestros ejemplos oficiales (por ejemplo, `docs`, `blog`, `portfolio`). O, puedes [iniciar un nuevo proyecto desde cualquier repositorio Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-pelican.mdx b/src/content/docs/es/guides/migrate-to-astro/from-pelican.mdx index 2b1700e57d12c..0ed19342e689c 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-pelican.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-pelican.mdx @@ -33,7 +33,7 @@ Cuando reconstruyas tu sitio Pelican a Astro, notarás algunas diferencias impor Para convertir un sitio de documentación de Pelican a Astro, comienza con nuestra [plantilla oficial de inicio para documentación Starlight](https://starlight.astro.build) o explora más temas de blog de la comunidad en nuestro [catálogo de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto Astro con uno de nuestros inicios oficiales. O, puedes [iniciar un nuevo proyecto desde cualquier repositorio Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto Astro con uno de nuestros inicios oficiales. O, puedes [iniciar un nuevo proyecto desde cualquier repositorio Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-sveltekit.mdx b/src/content/docs/es/guides/migrate-to-astro/from-sveltekit.mdx index 15b437094fa02..476fb4b829815 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-sveltekit.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-sveltekit.mdx @@ -40,7 +40,7 @@ Cuando reconstruyas tu sitio de SvelteKit a Astro, notarás algunas diferencias Para migrar un blog de SvelteKit a Astro, empieza con nuestra plantilla inicial para blogs, o explora más temas de la comunidad para blogs en nuestro [catálogo de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-vuepress.mdx b/src/content/docs/es/guides/migrate-to-astro/from-vuepress.mdx index cc7f46f718131..c7ba5187d5564 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-vuepress.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-vuepress.mdx @@ -36,7 +36,7 @@ Cuando reconstruyas tu sitio VuePress en Astro, notarás algunas diferencias imp Para migrar un sitio de documentación de VuePress a Astro, comienza con nuestra [plantilla oficial de inicio para documentación Starlight](https://starlight.astro.build) o explora más temas de documentación de la comunidad en nuestro [catálogo de temas](https://astro.build/themes?search=&categories%5B%5D=docs). -Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto Astro con una de nuestras plantillas oficiales. O, puedes [iniciar un nuevo proyecto desde cualquier repositorio Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para iniciar un nuevo proyecto Astro con una de nuestras plantillas oficiales. O, puedes [iniciar un nuevo proyecto desde cualquier repositorio Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/guides/migrate-to-astro/from-wordpress.mdx b/src/content/docs/es/guides/migrate-to-astro/from-wordpress.mdx index 15053b978ffd4..33121965c0117 100644 --- a/src/content/docs/es/guides/migrate-to-astro/from-wordpress.mdx +++ b/src/content/docs/es/guides/migrate-to-astro/from-wordpress.mdx @@ -36,7 +36,7 @@ Cuando reconstruyas tu sitio WordPress a Astro, notarás algunas diferencias imp Para migrar un blog de WordPress a Astro, empieza con nuestra plantilla inicial para blogs, o explora más temas de la comunidad para blogs en nuestro [mostrador de temas](https://astro.build/themes/). -Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install/auto/#plantillas-de-inicio). +Puedes pasar el argumento `--template` al comando `create astro` para empezar un nuevo proyecto de Astro con una de nuestras plantillas oficiales. O, puedes [comenzar un nuevo proyecto desde cualquier repositorio de Astro existente en GitHub](/es/install-and-setup/#use-a-theme-or-starter-template). diff --git a/src/content/docs/es/install/manual.mdx b/src/content/docs/es/install/manual.mdx index 66a2e0e7680db..1be0cecec8fd7 100644 --- a/src/content/docs/es/install/manual.mdx +++ b/src/content/docs/es/install/manual.mdx @@ -12,7 +12,7 @@ Esta guía te guíara paso a paso para instalar manualmente y configurar un nuev #### ¿Prefieres una forma más rápida de empezar? - + #### Prerrequisitos @@ -193,4 +193,4 @@ Si has seguido las instrucciones anteriores, el proyecto debe lucir así: ¡Felicidades, estás listo para empezar a usar Astro! -Si has seguido todo el proceso, puedes ir directamente al [Paso 2: Inicia Astro](/es/install/auto/#2-inicia-astro-) para continuar y aprender cómo ejecutar Astro por primera vez. +Si has seguido todo el proceso, puedes ir directamente al [Paso 2: Inicia Astro](/es/install-) para continuar y aprender cómo ejecutar Astro por primera vez. diff --git a/src/content/docs/es/recipes/bun.mdx b/src/content/docs/es/recipes/bun.mdx index d629bcf87af35..2ef652c0ba859 100644 --- a/src/content/docs/es/recipes/bun.mdx +++ b/src/content/docs/es/recipes/bun.mdx @@ -26,7 +26,7 @@ bunx create-astro@latest my-astro-project-using-bun ``` :::tip -También puedes [crear un nuevo proyecto de Astro a partir de cualquier repositorio de GitHub de Astro existente](/es/install/auto/#plantillas-de-inicio) utilizando la bandera `--template`: +También puedes [crear un nuevo proyecto de Astro a partir de cualquier repositorio de GitHub de Astro existente](/es/install-and-setup/#use-a-theme-or-starter-template) utilizando la bandera `--template`: ```bash bunx create-astro@latest my-astro-project-using-bun --template eliancodes/brutal ``` diff --git a/src/content/docs/fr/getting-started.mdx b/src/content/docs/fr/getting-started.mdx index 997db5ad295d5..c52a508dd0158 100644 --- a/src/content/docs/fr/getting-started.mdx +++ b/src/content/docs/fr/getting-started.mdx @@ -14,7 +14,7 @@ hero: actions: - text: Installer Astro icon: rocket - link: /fr/install/auto/ + link: /fr/install-and-setup/ variant: primary - text: "Découvrez les caractéristiques d'Astro" icon: right-arrow diff --git a/src/content/docs/fr/guides/deploy/render.mdx b/src/content/docs/fr/guides/deploy/render.mdx index debd3d784660d..eca3fbef273e5 100644 --- a/src/content/docs/fr/guides/deploy/render.mdx +++ b/src/content/docs/fr/guides/deploy/render.mdx @@ -20,7 +20,7 @@ Vous pouvez déployer votre projet Astro sur [Render](https://render.com/), un s 4. Donnez un nom à votre site web, sélectionnez la branche et spécifiez la commande de construction et le répertoire de publication - **build command:** `npm run build` (Commande de construction) - **publish directory:** `dist` (Répertoire de publication) - - **Environment variables (advanced)**: (Variables d'environnement) Par défaut, Render utilise Node.js 14.17.0, mais Astro [nécessite une version supérieure](/fr/install/auto/#prérequis). Ajoutez une variable d'environnement avec une **Variable key** (clé de variable) de `NODE_VERSION` et une **Value** (Valeur) de `18.14.1` ou plus pour dire à Render d'utiliser une version compatible de Node.js. Alternativement, ajoutez un fichier [`.node-version`](https://render.com/docs/node-version) ou [`.nvmrc`](https://render.com/docs/node-version) a votre projet pour spécifier la version de Node.js. + - **Environment variables (advanced)**: (Variables d'environnement) Par défaut, Render utilise Node.js 14.17.0, mais Astro [nécessite une version supérieure](/fr/install-and-setup/#prerequisites). Ajoutez une variable d'environnement avec une **Variable key** (clé de variable) de `NODE_VERSION` et une **Value** (Valeur) de `18.14.1` ou plus pour dire à Render d'utiliser une version compatible de Node.js. Alternativement, ajoutez un fichier [`.node-version`](https://render.com/docs/node-version) ou [`.nvmrc`](https://render.com/docs/node-version) a votre projet pour spécifier la version de Node.js. 5. Cliquez sur le bouton **Create Static Site** diff --git a/src/content/docs/fr/install/manual.mdx b/src/content/docs/fr/install/manual.mdx index 128c5b6ab8ca9..5a505eb5b4d9c 100644 --- a/src/content/docs/fr/install/manual.mdx +++ b/src/content/docs/fr/install/manual.mdx @@ -195,4 +195,4 @@ Si vous avez suivi les étapes ci-dessus, votre répertoire de projet devrait ma Bien joué, vous êtes prêt à utiliser Astro ! -Si vous avez suivi ce guide jusqu'au bout, vous pouvez aller directement à l'[Étape 2: Lancer Astro ✨](/fr/install/auto/#2-lancer-astro-) pour continuer et apprendre comment lancer Astro pour la première fois. +Si vous avez suivi ce guide jusqu'au bout, vous pouvez aller directement à l'[Étape 2: Lancer Astro ✨](/fr/install-and-setup/#start-the-astro-dev-server) pour continuer et apprendre comment lancer Astro pour la première fois. diff --git a/src/content/docs/fr/recipes/bun.mdx b/src/content/docs/fr/recipes/bun.mdx index 254ba7e726c39..6ff5dbac1c80b 100644 --- a/src/content/docs/fr/recipes/bun.mdx +++ b/src/content/docs/fr/recipes/bun.mdx @@ -26,7 +26,7 @@ bunx create-astro@latest my-astro-project-using-bun ``` :::tip -Vous pouvez également [créer un nouveau projet Astro à partir d'un dépôt Astro GitHub existant](/fr/install/auto/#modèles-de-démarrage) en utilisant l'option `--template` : +Vous pouvez également [créer un nouveau projet Astro à partir d'un dépôt Astro GitHub existant](/fr/install-and-setup/#use-a-theme-or-starter-template) en utilisant l'option `--template` : ```bash bunx create-astro@latest my-astro-project-using-bun --template eliancodes/brutal ``` diff --git a/src/content/docs/hi/getting-started.mdx b/src/content/docs/hi/getting-started.mdx index 34a562302b994..10ab1eff756db 100644 --- a/src/content/docs/hi/getting-started.mdx +++ b/src/content/docs/hi/getting-started.mdx @@ -14,7 +14,7 @@ hero: actions: - text: Astro इंस्टॉल करे icon: rocket - link: /hi/install/auto/ + link: /hi/install-and-setup/ variant: primary - text: Astro की विशेषताओं को जानें icon: right-arrow diff --git a/src/content/docs/hi/install/manual.mdx b/src/content/docs/hi/install/manual.mdx index feaa119278df0..1adafeb971624 100644 --- a/src/content/docs/hi/install/manual.mdx +++ b/src/content/docs/hi/install/manual.mdx @@ -197,4 +197,4 @@ TypeScript को `tsconfig.json` का उपयोग करके कॉन बधाई हो, अब आप Astro का उपयोग करने के लिए तैयार हैं! -यदि आपने इस गाइड का पूरी तरह से पालन किया है, तो आप सीधे [चरण 2: Astro शुरू करें](/hi/install/auto/#2-astro-प्रारंभ-करें-) पर जा सकते हैं जारी रखने के लिए और पहली बार Astro चलाना सीखें। +यदि आपने इस गाइड का पूरी तरह से पालन किया है, तो आप सीधे [चरण 2: Astro शुरू करें](/hi/install-and-setup/#start-the-astro-dev-server) पर जा सकते हैं जारी रखने के लिए और पहली बार Astro चलाना सीखें। diff --git a/src/content/docs/it/getting-started.mdx b/src/content/docs/it/getting-started.mdx index fbcb1d8f4f14c..da2330c04d5ca 100644 --- a/src/content/docs/it/getting-started.mdx +++ b/src/content/docs/it/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: Inizia icon: rocket - link: /it/install/auto/ + link: /it/install-and-setup/ variant: primary - text: Scopri le funzionalità di Astro icon: right-arrow diff --git a/src/content/docs/it/install/manual.mdx b/src/content/docs/it/install/manual.mdx index 25a324e216979..4cc2cd31eef84 100644 --- a/src/content/docs/it/install/manual.mdx +++ b/src/content/docs/it/install/manual.mdx @@ -195,4 +195,4 @@ Se hai seguito tutti i passaggi, la cartella del tuo progetto ora dovrebbe avere Congratulazioni, ora sei pronto/a ad usare Astro! -Se hai seguito questa guida nella sua interezza, puoi saltare direttamente allo [Step 2: Fai partire Astro](/it/install/auto/#2-fai-partire-astro-) per continuare e vedere come far partire Astro per la prima volta. +Se hai seguito questa guida nella sua interezza, puoi saltare direttamente allo [Step 2: Fai partire Astro](/it/install-and-setup/#start-the-astro-dev-server) per continuare e vedere come far partire Astro per la prima volta. diff --git a/src/content/docs/it/recipes/bun.mdx b/src/content/docs/it/recipes/bun.mdx index f99a668535e6b..ffd084e0a5002 100644 --- a/src/content/docs/it/recipes/bun.mdx +++ b/src/content/docs/it/recipes/bun.mdx @@ -26,7 +26,7 @@ bunx create-astro@latest my-astro-project-using-bun ``` :::tip -Puoi creare anche un [nuovo progetto Astro da qualsiasi repository Astro GitHub esistente](/it/install/auto/#template-di-partenza) usando il flag `--template`: +Puoi creare anche un [nuovo progetto Astro da qualsiasi repository Astro GitHub esistente](/it/install-and-setup/#use-a-theme-or-starter-template) usando il flag `--template`: ```bash bunx create-astro@latest my-astro-project-using-bun --template eliancodes/brutal ``` diff --git a/src/content/docs/ja/getting-started.mdx b/src/content/docs/ja/getting-started.mdx index 821e76a1c8a76..92a8de399fb87 100644 --- a/src/content/docs/ja/getting-started.mdx +++ b/src/content/docs/ja/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: はじめる icon: rocket - link: /ja/install/auto/ + link: /ja/install-and-setup/ variant: primary - text: Astroの特徴について学ぶ icon: right-arrow diff --git a/src/content/docs/ja/guides/deploy/render.mdx b/src/content/docs/ja/guides/deploy/render.mdx index b3597ff722aef..a2713710eda1a 100644 --- a/src/content/docs/ja/guides/deploy/render.mdx +++ b/src/content/docs/ja/guides/deploy/render.mdx @@ -15,5 +15,5 @@ i18nReady: true 4. ウェブサイトに名前を付け、ブランチを選択し、ビルドコマンドと公開ディレクトリを指定します。 - **build command:** `npm run build` - **publish directory:** `dist` - - **Environment variables (advanced)**: 初期設定では、RenderはNode.js 14.17.0を使用しますが、Astroは[より高いバージョンを必要とします](/ja/install/auto/#前提条件)。Renderに互換性のあるNode.jsバージョンを使用するよう指示をするため、**Variable key**を`NODE_VERSION`に、**Value**を`18.14.1`またはそれ以上に設定する環境変数を追加します。もしくは、[`.node-version`](https://render.com/docs/node-version)または[`.nvmrc`](https://render.com/docs/node-version)ファイルをプロジェクトに追加し、Node.jsバージョンを指定します。 + - **Environment variables (advanced)**: 初期設定では、RenderはNode.js 14.17.0を使用しますが、Astroは[より高いバージョンを必要とします](/ja/install-and-setup/#prerequisites)。Renderに互換性のあるNode.jsバージョンを使用するよう指示をするため、**Variable key**を`NODE_VERSION`に、**Value**を`18.14.1`またはそれ以上に設定する環境変数を追加します。もしくは、[`.node-version`](https://render.com/docs/node-version)または[`.nvmrc`](https://render.com/docs/node-version)ファイルをプロジェクトに追加し、Node.jsバージョンを指定します。 5. **Create Static Site**ボタンをクリックします。 \ No newline at end of file diff --git a/src/content/docs/ja/install/manual.mdx b/src/content/docs/ja/install/manual.mdx index 70af514e2c3f5..2176c8182642a 100644 --- a/src/content/docs/ja/install/manual.mdx +++ b/src/content/docs/ja/install/manual.mdx @@ -193,4 +193,4 @@ TypeScriptのコードを書く予定がある場合は、Astroの`strict`また おめでとうございます!これでAstroを使うための設定は完了です。 -このガイドにすべてしたがった場合は、[ステップ2: Astroをスタートする](/ja/install/auto/#2-astroをスタートする-)に直接ジャンプして、Astroをはじめて実行する方法を続けて学べます。 +このガイドにすべてしたがった場合は、[ステップ2: Astroをスタートする](/ja/install-and-setup/#start-the-astro-dev-server)に直接ジャンプして、Astroをはじめて実行する方法を続けて学べます。 diff --git a/src/content/docs/ja/recipes/bun.mdx b/src/content/docs/ja/recipes/bun.mdx index b199f14124730..bc9b02242da91 100644 --- a/src/content/docs/ja/recipes/bun.mdx +++ b/src/content/docs/ja/recipes/bun.mdx @@ -26,7 +26,7 @@ bunx create-astro@latest my-astro-project-using-bun ``` :::tip -また、`--template`フラグを使用して、[既存のAstro GitHubリポジトリから新しいAstroプロジェクトを作成する](/ja/install/auto/#スターターテンプレート)こともできます。 +また、`--template`フラグを使用して、[既存のAstro GitHubリポジトリから新しいAstroプロジェクトを作成する](/ja/install-and-setup/#use-a-theme-or-starter-template)こともできます。 ```bash bunx create-astro@latest my-astro-project-using-bun --template eliancodes/brutal ``` diff --git a/src/content/docs/ko/getting-started.mdx b/src/content/docs/ko/getting-started.mdx index d07489bae895b..c2510e029ae1a 100644 --- a/src/content/docs/ko/getting-started.mdx +++ b/src/content/docs/ko/getting-started.mdx @@ -11,7 +11,7 @@ hero: actions: - text: Astro 설치 icon: rocket - link: /ko/install/auto/ + link: /ko/install-and-setup/ variant: primary - text: Astro의 기능에 대해 알아보세요 icon: right-arrow diff --git a/src/content/docs/ko/guides/deploy/render.mdx b/src/content/docs/ko/guides/deploy/render.mdx index 4e119f5658a53..c1a7d0452f32e 100644 --- a/src/content/docs/ko/guides/deploy/render.mdx +++ b/src/content/docs/ko/guides/deploy/render.mdx @@ -20,7 +20,7 @@ Astro 프로젝트를 [Render](https://render.com/)에 배포할 수 있습니 4. 웹 사이트 이름을 지정하고 브랜치를 선택한 다음 빌드 명령과 게시 디렉터리를 지정합니다. - **빌드 명령:** `npm run build` - **게시 디렉터리:** `dist` - - **환경 변수 (고급)**: 기본적으로 Render는 Node.js 14.17.0을 사용하지만 Astro에서는 [더 높은 버전이 필요합니다](/ko/install/auto/#요구사항). Render에 호환되는 Node.js 버전을 사용하도록 지시하려면 **Variable key**가 `NODE_VERSION`이고 **Value**가 `v18.17.1` 또는 `v20.3.0` 이상인 환경 변수를 추가하세요. 또는 Node.js 버전을 지정하기 위해 프로젝트에 [`.node-version`](https://render.com/docs/node-version)이나 [`.nvmrc`](https://render.com/docs/node-version) 파일을 추가하세요. + - **환경 변수 (고급)**: 기본적으로 Render는 Node.js 14.17.0을 사용하지만 Astro에서는 [더 높은 버전이 필요합니다](/ko/install-and-setup/#prerequisites). Render에 호환되는 Node.js 버전을 사용하도록 지시하려면 **Variable key**가 `NODE_VERSION`이고 **Value**가 `v18.17.1` 또는 `v20.3.0` 이상인 환경 변수를 추가하세요. 또는 Node.js 버전을 지정하기 위해 프로젝트에 [`.node-version`](https://render.com/docs/node-version)이나 [`.nvmrc`](https://render.com/docs/node-version) 파일을 추가하세요. 5. **Create Static Site** 버튼을 클릭하세요. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-docusaurus.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-docusaurus.mdx index afd3f128c5696..d9328dfd9930c 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-docusaurus.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-docusaurus.mdx @@ -41,7 +41,7 @@ Astro에서 Docusaurus 사이트를 다시 구축하면 몇 가지 중요한 차 Docusaurus 문서 사이트를 Astro로 변환하려면 공식 [Starlight 문서 테마 시작 템플릿](https://starlight.astro.build/ko)으로 시작하거나 [테마 쇼케이스](https://astro.build/themes?search=&categories%5B%5D=docs)에서 더 많은 커뮤니티 문서 테마를 탐색하세요. -`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-eleventy.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-eleventy.mdx index 90ad082f48ad5..2bcd065acf296 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-eleventy.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-eleventy.mdx @@ -35,7 +35,7 @@ Astro에서 Eleventy (11ty) 사이트를 재빌드하면 몇 가지 중요한 Eleventy 블로그를 Astro로 변환하려면 블로그 테마 시작 템플릿으로 시작하거나 [테마 쇼케이스](https://astro.build/themes/)에서 더 많은 커뮤니티 블로그 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx index 84718e6c5382d..9879bd333798c 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx @@ -44,7 +44,7 @@ Astro에서 Gatsby 사이트를 다시 빌드하면 몇 가지 중요한 차이 패키지 관리자의 `create astro` 명령을 사용하여 Astro의 CLI 마법사를 시작하거나 [Astro 테마 쇼케이스](https://astro.build/themes)에서 커뮤니티 테마를 선택하세요. -`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 (예: `docs`, `blog`, `portfolio`) 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 (예: `docs`, `blog`, `portfolio`) 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-gitbook.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-gitbook.mdx index f0958d67a72ed..04de43092a328 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-gitbook.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-gitbook.mdx @@ -33,7 +33,7 @@ GitBook 문서를 Astro로 마이그레이션하면 몇 가지 중요한 차이 GitBook 문서 사이트를 Astro로 변환하려면 공식 [Starlight 문서 테마 시작 템플릿](https://starlight.astro.build)으로 시작하거나 [테마 쇼케이스](https://astro.build/themes?search=&categories%5B%5D=docs)에서 더 많은 커뮤니티 문서 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-gridsome.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-gridsome.mdx index 725d17cd59f45..aeb0a715f9cb2 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-gridsome.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-gridsome.mdx @@ -37,7 +37,7 @@ Astro에서 Gridsome 사이트를 다시 구축하면 몇 가지 중요한 차 Gridsome 블로그를 Astro로 변환하려면 블로그 테마 시작 템플릿으로 시작하거나 [테마 쇼케이스](https://astro.build/themes/)에서 더 많은 커뮤니티 블로그 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-hugo.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-hugo.mdx index d0e5379807341..ba57b21cb5ce7 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-hugo.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-hugo.mdx @@ -35,7 +35,7 @@ Astro에서 Hugo 사이트를 다시 구축하면 다음과 같은 몇 가지 Hugo 블로그를 Astro로 변환하려면 블로그 테마 시작 템플릿으로 시작하거나 [테마 쇼케이스](https://astro.build/themes/)에서 더 많은 커뮤니티 블로그 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-jekyll.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-jekyll.mdx index 351dc7043c8a4..e7a9cc64510d2 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-jekyll.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-jekyll.mdx @@ -33,7 +33,7 @@ Astro에서 Jekyll 사이트를 다시 구축하면 몇 가지 중요한 차이 Jekyll 블로그를 Astro로 변환하려면 블로그 테마 시작 템플릿으로 시작하거나 [테마 쇼케이스](https://astro.build/themes/)에서 더 많은 커뮤니티 블로그 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-nextjs.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-nextjs.mdx index 38930016eb995..57d5fea57dde1 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-nextjs.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-nextjs.mdx @@ -41,7 +41,7 @@ Astro에서 Next.js 사이트를 다시 빌드하면 몇 가지 중요한 차이 패키지 관리자의 `create astro` 명령을 사용하여 Astro의 CLI 마법사를 시작하거나 [Astro 테마 쇼케이스](https://astro.build/themes)에서 커뮤니티 테마를 선택하세요. -`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 (예: `docs`, `blog`, `portfolio`) 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 (예: `docs`, `blog`, `portfolio`) 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-nuxtjs.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-nuxtjs.mdx index 6beacab620bb9..3bd1d28f262b6 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-nuxtjs.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-nuxtjs.mdx @@ -43,7 +43,7 @@ Astro에서 Nuxt 사이트를 재빌드하면 몇 가지 중요한 차이점을 패키지 관리자의 `create astro` 명령을 사용하여 Astro의 CLI 마법사를 시작하거나 [Astro 테마 쇼케이스](https://astro.build/themes)에서 커뮤니티 테마를 선택하세요. -`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 (예: `docs`, `blog`, `portfolio`) 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +`create astro` 명령에 `--template` 인수를 전달하여 공식 스타터 (예: `docs`, `blog`, `portfolio`) 중 하나를 사용하여 새 Astro 프로젝트를 시작할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-pelican.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-pelican.mdx index fb815e84dfb48..cf38aac3fc922 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-pelican.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-pelican.mdx @@ -33,7 +33,7 @@ Astro에서 Pelican 사이트를 다시 빌드하면 몇 가지 중요한 차이 Pelican 문서 사이트를 Astro로 변환하려면 공식 [Starlight 문서 테마 시작 템플릿](https://starlight.astro.build)으로 시작하거나 [테마 쇼케이스](https://astro.build/themes/)에서 더 많은 커뮤니티 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-sveltekit.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-sveltekit.mdx index 0181ee4eaf02d..5c6c5e5b6d100 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-sveltekit.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-sveltekit.mdx @@ -39,7 +39,7 @@ Astro에서 SvelteKit 사이트를 다시 구축하면 몇 가지 중요한 차 SvelteKit 블로그를 Astro로 변환하려면 블로그 테마 시작 템플릿으로 시작하거나 [테마 쇼케이스](https://astro.build/themes/)에서 더 많은 커뮤니티 블로그 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-vuepress.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-vuepress.mdx index f4b6eb358fcb9..f9aa7c08d22de 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-vuepress.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-vuepress.mdx @@ -35,7 +35,7 @@ Astro에서 VuePress 사이트를 다시 구축하면 몇 가지 중요한 차 VuePress 문서 사이트를 Astro로 변환하려면 공식 [Starlight 문서 테마 시작 템플릿](https://starlight.astro.build)으로 시작하거나 [테마 쇼케이스](https://astro.build/themes?search=&categories%5B%5D=docs)에서 더 많은 커뮤니티 문서 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-wordpress.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-wordpress.mdx index 2b74459a04904..4c1f412dca31d 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-wordpress.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-wordpress.mdx @@ -37,7 +37,7 @@ Astro에서 WordPress 사이트를 다시 빌드하면 몇 가지 중요한 차 WordPress 블로그를 Astro로 변환하려면 블로그 테마 시작 템플릿으로 시작하거나 [테마 쇼케이스](https://astro.build/themes)에서 더 많은 커뮤니티 블로그 테마를 탐색하세요. -공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install/auto/#시작-템플릿)할 수 있습니다. +공식 스타터 중 하나를 사용하여 새로운 Astro 프로젝트를 시작하려면 `--template` 인수를 `create astro` 명령에 전달할 수 있습니다. 또는 [GitHub의 기존 Astro 저장소에서 새 프로젝트를 시작](/ko/install-and-setup/#use-a-theme-or-starter-template)할 수 있습니다. diff --git a/src/content/docs/ko/install/manual.mdx b/src/content/docs/ko/install/manual.mdx index ac472f4707b61..71b37f5cf589f 100644 --- a/src/content/docs/ko/install/manual.mdx +++ b/src/content/docs/ko/install/manual.mdx @@ -194,4 +194,4 @@ TypeScript 코드를 작성하려는 경우, Astro의 `strict` 또는 `strictest 축하합니다, 이제 Astro를 사용할 준비가 되었습니다! -이 가이드를 완전히 따랐다면 [2단계: Astro 시작하기](/ko/install/auto/#2-astro-시작하기-)로 이동하여 Astro를 실행하는 방법에 대해 알아보세요. +이 가이드를 완전히 따랐다면 [2단계: Astro 시작하기](/ko/install-and-setup/#start-the-astro-dev-server)로 이동하여 Astro를 실행하는 방법에 대해 알아보세요. diff --git a/src/content/docs/ko/recipes/bun.mdx b/src/content/docs/ko/recipes/bun.mdx index 3cd9a90a52962..f93acf1ee9b29 100644 --- a/src/content/docs/ko/recipes/bun.mdx +++ b/src/content/docs/ko/recipes/bun.mdx @@ -25,7 +25,7 @@ Bun을 사용하면서 문제를 발견했다면, [Github의 Bun 공식 저장 bunx create-astro@latest my-astro-project-using-bun ``` :::tip -또한 `--template` 플래그를 사용하여, [기존에 존재하던 다른 Astro Github 저장소로부터 새 Astro 프로젝트를 생성할 수도 있습니다.](/ko/install/auto/#시작-템플릿) +또한 `--template` 플래그를 사용하여, [기존에 존재하던 다른 Astro Github 저장소로부터 새 Astro 프로젝트를 생성할 수도 있습니다.](/ko/install-and-setup/#use-a-theme-or-starter-template) ```bash bunx create-astro@latest my-astro-project-using-bun --template eliancodes/brutal ``` diff --git a/src/content/docs/pl/getting-started.mdx b/src/content/docs/pl/getting-started.mdx index 5a80a22ed4a24..7d48cd671b795 100644 --- a/src/content/docs/pl/getting-started.mdx +++ b/src/content/docs/pl/getting-started.mdx @@ -11,7 +11,7 @@ hero: actions: - text: Rozpocznij icon: rocket - link: /pl/install/auto/ + link: /pl/install-and-setup/ variant: primary - text: Dowiedz się więcej o funkcjach Astro icon: right-arrow diff --git a/src/content/docs/pl/install/manual.mdx b/src/content/docs/pl/install/manual.mdx index 48844703613aa..6ae7af4b0d6f7 100644 --- a/src/content/docs/pl/install/manual.mdx +++ b/src/content/docs/pl/install/manual.mdx @@ -195,4 +195,4 @@ Jeśli wykonano wszystkie powyższe kroki, katalog Twojego projektu powinien ter Gratulacje, jesteś teraz gotów do korzystania z Astro! -Jeśli w pełni zastosowano się do tego przewodnika, można przejść bezpośrednio do [Kroku 2: Uruchom Astro](/pl/install/auto/#2-uruchamianie-astro-) aby kontynuować i dowiedzieć się jak uruchomić Astro po raz pierwszy. +Jeśli w pełni zastosowano się do tego przewodnika, można przejść bezpośrednio do [Kroku 2: Uruchom Astro](/pl/install-and-setup/#start-the-astro-dev-server) aby kontynuować i dowiedzieć się jak uruchomić Astro po raz pierwszy. diff --git a/src/content/docs/pt-br/getting-started.mdx b/src/content/docs/pt-br/getting-started.mdx index d60f361605553..8ced777e933cb 100644 --- a/src/content/docs/pt-br/getting-started.mdx +++ b/src/content/docs/pt-br/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: Instalar Astro icon: rocket - link: /pt-br/install/auto/ + link: /pt-br/install-and-setup/ variant: primary - text: Leia sobre as funcionalidades do Astro icon: right-arrow diff --git a/src/content/docs/pt-br/guides/deploy/render.mdx b/src/content/docs/pt-br/guides/deploy/render.mdx index c05b44a1d9765..6ecf63ba5867b 100644 --- a/src/content/docs/pt-br/guides/deploy/render.mdx +++ b/src/content/docs/pt-br/guides/deploy/render.mdx @@ -15,5 +15,5 @@ Você pode fazer deploy do seu projeto Astro no [Render](https://render.com/), u 4. Dê um nome ao seu site, selecione a branch e especifique o comando de build e diretório de publicação - **build command:** `npm run build` - **publish directory:** `dist` - - **Environment variables (advanced)**: Por padrão, o Render utiliza Node.js 14.17.0, mas o Astro [requer uma versão maior](/pt-br/install/auto/#pré-requisitos). Adicione uma variável de ambiente com uma **Variable key** de `NODE_VERSION` e um **Value** de `18.14.1` ou maior para instruir o Render a usar uma versão compatível do Node.js. Alternativamente, adicione um arquivo [`.node-version`](https://render.com/docs/node-version) ou [`.nvmrc`](https://render.com/docs/node-version) em seu projeto para especificar uma versão do Node.js. + - **Environment variables (advanced)**: Por padrão, o Render utiliza Node.js 14.17.0, mas o Astro [requer uma versão maior](/pt-br/install-and-setup/#prerequisites). Adicione uma variável de ambiente com uma **Variable key** de `NODE_VERSION` e um **Value** de `18.14.1` ou maior para instruir o Render a usar uma versão compatível do Node.js. Alternativamente, adicione um arquivo [`.node-version`](https://render.com/docs/node-version) ou [`.nvmrc`](https://render.com/docs/node-version) em seu projeto para especificar uma versão do Node.js. 5. Clique no botão **Create Static Site** diff --git a/src/content/docs/pt-br/install/manual.mdx b/src/content/docs/pt-br/install/manual.mdx index 8844bdb2c527c..e5be9d8efe807 100644 --- a/src/content/docs/pt-br/install/manual.mdx +++ b/src/content/docs/pt-br/install/manual.mdx @@ -12,7 +12,7 @@ Este guia irá te orientar através das etapas necessárias para instalar e conf #### Prefere uma forma mais rápida de começar? - + #### Pré-requisitos @@ -195,4 +195,4 @@ Se você seguir os passos acima, o diretório do seu projeto deve se parecer com Parabéns! Você está pronto para usar Astro! -Se você seguiu este guia por completo, você pode pular diretamente para o [Passo 2: Inicie Astro](/pt-br/install/auto/#2-inicie-astro-) para continuar e aprender como executar Astro pela primeira vez. +Se você seguiu este guia por completo, você pode pular diretamente para o [Passo 2: Inicie Astro](/pt-br/install-and-setup/#start-the-astro-dev-server) para continuar e aprender como executar Astro pela primeira vez. diff --git a/src/content/docs/ru/getting-started.mdx b/src/content/docs/ru/getting-started.mdx index 6a41473413e8d..8ffca34345cc9 100644 --- a/src/content/docs/ru/getting-started.mdx +++ b/src/content/docs/ru/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: Начать icon: rocket - link: /ru/install/auto/ + link: /ru/install-and-setup/ variant: primary - text: Узнать о возможностях Astro icon: right-arrow diff --git a/src/content/docs/ru/install/manual.mdx b/src/content/docs/ru/install/manual.mdx index f0bdc41ef5974..1f7a503746716 100644 --- a/src/content/docs/ru/install/manual.mdx +++ b/src/content/docs/ru/install/manual.mdx @@ -195,4 +195,4 @@ TypeScript настраивается с использованием `tsconfig. Поздравляем, теперь вы готовы к использованию Astro! -Если вы полностью следовали этому руководству, вы можете сразу перейти к [Шаг 2: Запуск Astro](/ru/install/auto/#2-запускаем-astro-), чтобы продолжить и узнать, как запустить Astro в первый раз. \ No newline at end of file +Если вы полностью следовали этому руководству, вы можете сразу перейти к [Шаг 2: Запуск Astro](/ru/install-and-setup/#start-the-astro-dev-server), чтобы продолжить и узнать, как запустить Astro в первый раз. \ No newline at end of file diff --git a/src/content/docs/zh-cn/getting-started.mdx b/src/content/docs/zh-cn/getting-started.mdx index 5349e6de6c86d..5b245c2e0c148 100644 --- a/src/content/docs/zh-cn/getting-started.mdx +++ b/src/content/docs/zh-cn/getting-started.mdx @@ -11,7 +11,7 @@ hero: actions: - text: 安装 Astro icon: rocket - link: /zh-cn/install/auto/ + link: /zh-cn/install-and-setup/ variant: primary - text: 了解 Astro 的特性 icon: right-arrow diff --git a/src/content/docs/zh-cn/guides/deploy/render.mdx b/src/content/docs/zh-cn/guides/deploy/render.mdx index 5a7d530f4c59c..50e7a0f9fcbce 100644 --- a/src/content/docs/zh-cn/guides/deploy/render.mdx +++ b/src/content/docs/zh-cn/guides/deploy/render.mdx @@ -20,7 +20,7 @@ import { Steps } from '@astrojs/starlight/components'; 4. 为你的网站取一个名称,选择分支,并指定构建命令和发布目录: - **构建命令:** `npm run build` - **发布目录:** `dist` - - **环境变量(高级):** Render 默认使用 Node.js 14.17.0,但 Astro [需要更高版本](/zh-cn/install/auto/#前提准备)。添加一个名为 `NODE_VERSION` 的环境变量,值为 `v18.17.1` 或 `v20.3.0` 或更高版本,告诉 Render 使用兼容的 Node.js 版本。或者,向项目添加一个 [`.node-version`](https://render.com/docs/node-version) 或 [`.nvmrc`](https://render.com/docs/node-version) 文件来指定一个 Node.js 版本。 + - **环境变量(高级):** Render 默认使用 Node.js 14.17.0,但 Astro [需要更高版本](/zh-cn/install-and-setup/#prerequisites)。添加一个名为 `NODE_VERSION` 的环境变量,值为 `v18.17.1` 或 `v20.3.0` 或更高版本,告诉 Render 使用兼容的 Node.js 版本。或者,向项目添加一个 [`.node-version`](https://render.com/docs/node-version) 或 [`.nvmrc`](https://render.com/docs/node-version) 文件来指定一个 Node.js 版本。 5. 点击 **Create Static Site** 按钮。 \ No newline at end of file diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-docusaurus.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-docusaurus.mdx index 81f25f420d9c6..e99b360ee24be 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-docusaurus.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-docusaurus.mdx @@ -42,7 +42,7 @@ Docusaurus 和 Astro 之间有一些相似之处,这将有助于你迁移你 要把一个 Docusaurus 文档站点转换为 Astro,首先使用我们的官方 [Starlight 文档主题启动模板](https://starlight.astro.build),或者在我们的[主题展示](https://astro.build/themes?search=&categories%5B%5D=docs)中探索更多社区文档主题。 -你可以向`create astro`命令传递一个`--template`参数,以一个我们的官方启动器开始一个新的 Astro 项目。或者,你可以[从 GitHub 上任何现有的 Astro 存储库开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以向`create astro`命令传递一个`--template`参数,以一个我们的官方启动器开始一个新的 Astro 项目。或者,你可以[从 GitHub 上任何现有的 Astro 存储库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-eleventy.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-eleventy.mdx index ed340755afadc..9b32df95bc45b 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-eleventy.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-eleventy.mdx @@ -36,7 +36,7 @@ Eleventy (11ty) 和 Astro 有一些相似之处,这将帮助你迁移你的项 要将 Eleventy 博客转换为 Astro,首先从我们的博客主题启动模板开始,或者在我们的[主题展示](https://astro.build/themes/)中探索更多社区博客主题。 -你可以向`create astro`命令传递一个`--template`参数,以使用我们的官方启动器开始一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有 Astro 库开始一个新项目](/zh-cn/install/auto/#入门模板) +你可以向`create astro`命令传递一个`--template`参数,以使用我们的官方启动器开始一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有 Astro 库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template) diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-gatsby.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-gatsby.mdx index 72e3023b56821..943ce2452b056 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-gatsby.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-gatsby.mdx @@ -43,7 +43,7 @@ Gatsby 和 Astro 共享一些相似性,这将帮助你迁移你的项目: ### 创建一个新的 Astro 项目 使用你的包管理器的 `create astro` 命令启动 Astro 的 CLI 向导,或从 [Astro 主题展示](https://astro.build/themes)中选择一个社区主题。 -你可以向 `create astro` 命令传递一个 `--template` 参数,以使用我们的官方起始器(例如 `docs`,`blog`,`portfolio`)启动一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有 Astro 存储库开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以向 `create astro` 命令传递一个 `--template` 参数,以使用我们的官方起始器(例如 `docs`,`blog`,`portfolio`)启动一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有 Astro 存储库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-gitbook.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-gitbook.mdx index 28a501658145c..7fe15ade92d9a 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-gitbook.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-gitbook.mdx @@ -33,7 +33,7 @@ GitBook 与 Astro 之间有一些相似点,可以帮助你迁移项目: 要将 GitBook 文档站点转换为 Astro,可以从我们的官方 [Starlight 文档主题模版](https://starlight.astro.build)开始操作,或者在我们的 [主题展示](https://astro.build/themes?search=&categories%5B%5D=docs)中查看更多社区文档主题。 -你可以通过 `create astro` 命令传递一个 `--template` 参数来启动一个带有我们官方起始器的新 Astro 项目。或者,你可以[从 GitHub 上任何现有的 Astro 仓库开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以通过 `create astro` 命令传递一个 `--template` 参数来启动一个带有我们官方起始器的新 Astro 项目。或者,你可以[从 GitHub 上任何现有的 Astro 仓库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-gridsome.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-gridsome.mdx index 2f7d57559e4f8..f04723c538af2 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-gridsome.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-gridsome.mdx @@ -37,7 +37,7 @@ Gridsome 和 Astro 有一些相似之处,这将帮助你迁移你的项目: 要将 Gridsome 博客转换为 Astro,可以从我们的博客主题启动模板开始,或者在我们的[主题展示](https://astro.build/themes/)中查看更多社区博客主题。 -你可以向`create astro`命令传递一个 `--template` 参数来使用我们的官方启动器开始一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有 Astro 仓库开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以向`create astro`命令传递一个 `--template` 参数来使用我们的官方启动器开始一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有 Astro 仓库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-hugo.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-hugo.mdx index 1e038fff2e87f..57e76dd83cdee 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-hugo.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-hugo.mdx @@ -35,7 +35,7 @@ Hugo 和 Astro 有一些相似之处,可以帮助你迁移项目: 要将 Hugo 博客转换为 Astro,请从博客主题入门模板开始,或者在[主题展示](https://astro.build/themes/)中探索更多社区博客主题。 -你可以向 `create astro` 命令传递 `--template` 参数,以使用我们的官方启动器之一启动新的 `Astro` 项目。或者你可以在 [从 GitHub 上任何现有的 Astro 存储库启动一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以向 `create astro` 命令传递 `--template` 参数,以使用我们的官方启动器之一启动新的 `Astro` 项目。或者你可以在 [从 GitHub 上任何现有的 Astro 存储库启动一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-jekyll.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-jekyll.mdx index 2ada6c1cc6cca..d01dc69cc4765 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-jekyll.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-jekyll.mdx @@ -33,7 +33,7 @@ Jekyll 和 Astro 有一些相似之处,可以帮助你迁移项目: 要将 Jekyll 博客转换为 Astro,请从我们的博客主题启动器模板开始,或者在[主题展示](https://astro.build/themes/)中探索更多社区博客主题。 -你可以向 `create astro` 命令传递 `--template` 参数,以使用我们的官方启动器之一启动新的 Astro 项目。或者你可以[从 GitHub 上任何现有的 Astro 项目启动一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以向 `create astro` 命令传递 `--template` 参数,以使用我们的官方启动器之一启动新的 Astro 项目。或者你可以[从 GitHub 上任何现有的 Astro 项目启动一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-nextjs.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-nextjs.mdx index 4fb37fa9505fb..a2201112ade4b 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-nextjs.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-nextjs.mdx @@ -41,7 +41,7 @@ Next.js 和 Astro 有一些相似之处,可以帮助你迁移你的项目: 通过你的包管理器执行命令 `create astro` 来启动 Astro 的 CLI 向导,或从 [Astro Theme Showcase](https://astro.build/themes) 选择一个社区主题。 -你可以在 `create astro` 命令中传递一个 `--template` 参数,用我们的官方启动器(如 `docs`、`blog`、`portfolio`)启动一个新的 Astro 项目。或者,你可以[从 GitHub 上任何现有的 Astro 仓库开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以在 `create astro` 命令中传递一个 `--template` 参数,用我们的官方启动器(如 `docs`、`blog`、`portfolio`)启动一个新的 Astro 项目。或者,你可以[从 GitHub 上任何现有的 Astro 仓库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-nuxtjs.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-nuxtjs.mdx index c431d8f09d4b6..fe49c30ea931e 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-nuxtjs.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-nuxtjs.mdx @@ -42,7 +42,7 @@ Nuxt 和 Astro 有一些相似之处,这些相似性能够帮助你完成迁 ### 新建一个 Astro 项目 使用你的包管理器的 `create astro` 来启动 Astro 的 CLI 向导,或者从 [Astro 主题展示](https://astro.build/themes) 中选择一个社区主题。 -你可以将 `--template` 参数传给 `create astro` 命令,使用我们的官方入门模板之一启动新的 Astro 项目 (例如 `docs`, `blog`, `portfolio`)。或者,你可以从 [GitHub 上的任何现有的 Astro 库开始一个新项目](/zh-cn/install/auto/#入门模板) 。 +你可以将 `--template` 参数传给 `create astro` 命令,使用我们的官方入门模板之一启动新的 Astro 项目 (例如 `docs`, `blog`, `portfolio`)。或者,你可以从 [GitHub 上的任何现有的 Astro 库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template) 。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-pelican.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-pelican.mdx index 507256c1667e2..1bfbe59e729eb 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-pelican.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-pelican.mdx @@ -33,7 +33,7 @@ Pelican 和 Astro 的一些相似点会帮助你完成迁移。 为了将 Pelican 文档转换成 Astro,你可以从我们的 [Starlight 文档主题模板](https://starlight.astro.build)开始,或者从[主题展示](https://astro.build/themes/)里面的社区主题开始。 -你可以通过传入`--template`参数到`create astro`命令开启一个 Astro 项目,并选择我们提供的某个模板。或者,你也可以从一个 [Astro Github 仓库](/zh-cn/install/auto/#入门模板)开始你的项目。 +你可以通过传入`--template`参数到`create astro`命令开启一个 Astro 项目,并选择我们提供的某个模板。或者,你也可以从一个 [Astro Github 仓库](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)开始你的项目。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-sveltekit.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-sveltekit.mdx index 8c6192efd9533..bd5631d750735 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-sveltekit.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-sveltekit.mdx @@ -38,7 +38,7 @@ SvelteKit 和 Astro 有一些相似之处,可以帮助你迁移你的项目: 要将 SvelteKit 博客转换为 Astro,请从我们的博客主题起始模板开始,或者在我们的[主题展示](https://astro.build/themes/)中探索更多社区博客主题。 -你可以将 `--template` 参数传递给 `create astro` 命令,以便使用其中一个模板开始一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有的 Astro 的存储库中开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以将 `--template` 参数传递给 `create astro` 命令,以便使用其中一个模板开始一个新的 Astro 项目。或者,你可以[从 GitHub 上的任何现有的 Astro 的存储库中开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-vuepress.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-vuepress.mdx index 8d9abff9a64de..7fc3dee569439 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-vuepress.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-vuepress.mdx @@ -35,7 +35,7 @@ VuePress 和 Astro 有一些共同的特点,这些相似之处将有助于你 要将 VuePress 文档网站转换为 Astro ,可以通过我们的官方 [Starlight 文档主题起始模板](https://starlight.astro.build/zh/)开始创建,或者在我们的 [主题展示页面](https://astro.build/themes?search=&categories%5B%5D=docs) 中探索更多社区文档主题。 -你可以在 `create astro` 命令中使用 `--template` 参数,并选择其中一个官方起始模板来开始一个新的 Astro 项目。另外,你也可以 [从 GitHub 上的任意现有 Astro 存储库开始一个新项目](/zh-cn/install/auto/#入门模板)。 +你可以在 `create astro` 命令中使用 `--template` 参数,并选择其中一个官方起始模板来开始一个新的 Astro 项目。另外,你也可以 [从 GitHub 上的任意现有 Astro 存储库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template)。 diff --git a/src/content/docs/zh-cn/guides/migrate-to-astro/from-wordpress.mdx b/src/content/docs/zh-cn/guides/migrate-to-astro/from-wordpress.mdx index a78e0945bda67..3b98243539274 100644 --- a/src/content/docs/zh-cn/guides/migrate-to-astro/from-wordpress.mdx +++ b/src/content/docs/zh-cn/guides/migrate-to-astro/from-wordpress.mdx @@ -36,7 +36,7 @@ WordPress 和 Astro 在以下方面有一些相似之处,这将有助于你迁 你可以在 `create astro` 命令中传递 `--template` 参数,使用我们官方的任意启动器开始一个新的 Astro 项目。 -或者,你可以从 [GitHub 上任何现有的 Astro 存储库开始一个新项目](/zh-cn/install/auto/#入门模板) +或者,你可以从 [GitHub 上任何现有的 Astro 存储库开始一个新项目](/zh-cn/install-and-setup/#use-a-theme-or-starter-template) diff --git a/src/content/docs/zh-cn/install/manual.mdx b/src/content/docs/zh-cn/install/manual.mdx index f43b5641934b7..6b5dc14d72d73 100644 --- a/src/content/docs/zh-cn/install/manual.mdx +++ b/src/content/docs/zh-cn/install/manual.mdx @@ -193,5 +193,5 @@ TypeScript 使用`tsconfig.json`进行配置。即使你不编写 TypeScript 代 祝贺你,你现在可以使用 Astro 了! -如果你完成了这个指南的全部内容,你可以跳转至[步骤 2:启动 Astro](/zh-cn/install/auto/#2-启动-astro-)继续并学习如何首次运行 Astro。 +如果你完成了这个指南的全部内容,你可以跳转至[步骤 2:启动 Astro](/zh-cn/install-and-setup/#start-the-astro-dev-server)继续并学习如何首次运行 Astro。 diff --git a/src/content/docs/zh-tw/getting-started.mdx b/src/content/docs/zh-tw/getting-started.mdx index a5d7f38c97f5f..225c874c61297 100644 --- a/src/content/docs/zh-tw/getting-started.mdx +++ b/src/content/docs/zh-tw/getting-started.mdx @@ -15,7 +15,7 @@ hero: actions: - text: 新手上路 icon: rocket - link: /zh-tw/install/auto/ + link: /zh-tw/install-and-setup/ variant: primary - text: 瞭解 Astro 的特色 icon: right-arrow diff --git a/src/content/docs/zh-tw/install/manual.mdx b/src/content/docs/zh-tw/install/manual.mdx index 572157eba365f..dfa1931bb22f1 100644 --- a/src/content/docs/zh-tw/install/manual.mdx +++ b/src/content/docs/zh-tw/install/manual.mdx @@ -191,4 +191,4 @@ export default defineConfig({}); 恭喜!你現在已經設定好 Astro 了! -如果你完整跟著這份指南,你可以直接跳到[開始著手 Astro](/zh-tw/install/auto/#2-啟動-astro-) 來繼續並學習如何第一次啟動 Astro。 +如果你完整跟著這份指南,你可以直接跳到[開始著手 Astro](/zh-tw/install-and-setup/#start-the-astro-dev-server) 來繼續並學習如何第一次啟動 Astro。