diff --git a/.starters/default/content/2.essentials/3.components.md b/.starters/default/content/2.essentials/3.components.md index 70c3cc9e6..fdaf719d9 100644 --- a/.starters/default/content/2.essentials/3.components.md +++ b/.starters/default/content/2.essentials/3.components.md @@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps. #### Start a fresh new project ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Run docus CLI to run your dev server @@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps. #### Start a fresh new project ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Run docus CLI to run your dev server diff --git a/.starters/i18n/content/en/2.essentials/3.components.md b/.starters/i18n/content/en/2.essentials/3.components.md index 6c248c82f..f1b6adf7f 100644 --- a/.starters/i18n/content/en/2.essentials/3.components.md +++ b/.starters/i18n/content/en/2.essentials/3.components.md @@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps. #### Start a fresh new project ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Run docus CLI to run your dev server @@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps. #### Start a fresh new project ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Run docus CLI to run your dev server diff --git a/.starters/i18n/content/fr/2.essentials/3.components.md b/.starters/i18n/content/fr/2.essentials/3.components.md index ff7978695..1f84b0b08 100644 --- a/.starters/i18n/content/fr/2.essentials/3.components.md +++ b/.starters/i18n/content/fr/2.essentials/3.components.md @@ -392,7 +392,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes #### Démarrer un nouveau projet ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Lancer le CLI docus pour démarrer votre serveur de dev @@ -409,7 +409,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes #### Démarrer un nouveau projet ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Lancer le CLI docus pour démarrer votre serveur de dev diff --git a/docs/content/en/3.essentials/3.components.md b/docs/content/en/3.essentials/3.components.md index fff025ed6..3df0f3f94 100644 --- a/docs/content/en/3.essentials/3.components.md +++ b/docs/content/en/3.essentials/3.components.md @@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps. #### Start a fresh new project ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Run docus CLI to run your dev server @@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps. #### Start a fresh new project ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Run docus CLI to run your dev server diff --git a/docs/content/fr/3.essentials/3.components.md b/docs/content/fr/3.essentials/3.components.md index 72a5da170..7a089e685 100644 --- a/docs/content/fr/3.essentials/3.components.md +++ b/docs/content/fr/3.essentials/3.components.md @@ -392,7 +392,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes #### Démarrer un nouveau projet ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Lancer le CLI docus pour démarrer votre serveur de dev @@ -409,7 +409,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes #### Démarrer un nouveau projet ```bash [Terminal] - npx nuxi init -t github:nuxt-content/docus + npm create nuxt@latest -- -t github:nuxt-content/docus ``` #### Lancer le CLI docus pour démarrer votre serveur de dev