Skip to content
Open
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: 2 additions & 2 deletions .starters/default/content/2.essentials/3.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .starters/i18n/content/en/2.essentials/3.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .starters/i18n/content/fr/2.essentials/3.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/3.essentials/3.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/content/fr/3.essentials/3.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading