Skip to content

Commit 090b86f

Browse files
committed
fix(prerendering): wrong links
1 parent 8995a2a commit 090b86f

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.starters/i18n/content/en/1.getting-started/4.project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default defineNuxtConfig({
106106

107107
*This file is not mandatory to start a Docus application.*
108108

109-
This is where you can [configure Docus](en/concepts/configuration) to fit your branding, handle SEO and adapt links and socials.
109+
This is where you can [configure Docus](/en/concepts/configuration) to fit your branding, handle SEO and adapt links and socials.
110110

111111
## Full Nuxt Project Capabilities
112112

.starters/i18n/content/en/1.getting-started/5.studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ However, it stands out with its additional features that improve the writing exp
5353

5454
### **Toolbar**
5555

56-
Highlight your text to reveal the toolbar, giving you access to all the standard text editing features provided by the [Markdown syntax](/essentials/markdown-syntax):
56+
Highlight your text to reveal the toolbar, giving you access to all the standard text editing features provided by the [Markdown syntax](/en/essentials/markdown-syntax):
5757

5858
- Title formatting
5959
- Bold
@@ -82,7 +82,7 @@ Simply type `/` anywhere in the editor to access all Studio features.
8282

8383
One of Studio's standout features is its ability to integrate and customize any complex component directly within the editor.
8484

85-
In other terms, all [Nuxt UI components](/essentials/components) are usable and can be integrated directly from the editor. An editor can also tweak the component properties, slots and styles.
85+
In other terms, all [Nuxt UI components](/en/essentials/components) are usable and can be integrated directly from the editor. An editor can also tweak the component properties, slots and styles.
8686

8787
::prose-note
8888
You can also create custom components and let the user integrate them from the visual editor.

.starters/i18n/content/en/1.getting-started/6.migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To migrate, just move your existing Markdown files into the `content/` directory
3535
From there, you have two scenarios:
3636

3737
- **If your current docs already use Nuxt Content and the MDC syntax**, make sure the components used in your content exist in Nuxt UI. If any components are missing, you can easily create your own custom ones.
38-
- **If you’re using standard Markdown**, you can copy your files as is. Then, enhance your documentation progressively using the [built-in components](en/essentials/components) provided by Nuxt UI.
38+
- **If you’re using standard Markdown**, you can copy your files as is. Then, enhance your documentation progressively using the [built-in components](/en/essentials/components) provided by Nuxt UI.
3939

40-
Once your content has been moved to the `content/` folder, you can go through the [configuration section](en/concepts/configuration) to easily customize your app.
40+
Once your content has been moved to the `content/` folder, you can go through the [configuration section](/en/concepts/configuration) to easily customize your app.
4141

4242
Docus is designed to focus on writing content, so if you're already using Markdown, you can easily switch to it.

.starters/i18n/content/fr/1.getting-started/5.studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Cependant, il se distingue par ses fonctionnalités supplémentaires qui amélio
5353

5454
### **Barre d'outils**
5555

56-
Sélectionnez votre texte pour faire apparaître la barre d'outils, donnant accès à toutes les fonctionnalités d'édition de texte standard fournies par la [syntaxe Markdown](/essentials/markdown-syntax) :
56+
Sélectionnez votre texte pour faire apparaître la barre d'outils, donnant accès à toutes les fonctionnalités d'édition de texte standard fournies par la [syntaxe Markdown](/fr/essentials/markdown-syntax) :
5757

5858
- Mise en forme des titres
5959
- Gras
@@ -82,7 +82,7 @@ Tapez simplement `/` n'importe où dans l'éditeur pour accéder à toutes les f
8282

8383
L'une des fonctionnalités phares de Studio est sa capacité à intégrer et personnaliser n'importe quel composant complexe directement dans l'éditeur.
8484

85-
En d'autres termes, tous les [composants Nuxt UI](/essentials/components) sont utilisables et peuvent être intégrés directement depuis l'éditeur. Un éditeur peut également ajuster les propriétés, slots et styles du composant.
85+
En d'autres termes, tous les [composants Nuxt UI](/fr/essentials/components) sont utilisables et peuvent être intégrés directement depuis l'éditeur. Un éditeur peut également ajuster les propriétés, slots et styles du composant.
8686

8787
::prose-note
8888
Vous pouvez aussi créer des composants personnalisés et laisser l'utilisateur les intégrer depuis l'éditeur visuel.

docs/content/en/1.getting-started/4.project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default defineNuxtConfig({
106106

107107
*This file is not mandatory to start a Docus application.*
108108

109-
This is where you can [configure Docus](en/concepts/configuration) to fit your branding, handle SEO and adapt links and socials.
109+
This is where you can [configure Docus](/en/concepts/configuration) to fit your branding, handle SEO and adapt links and socials.
110110

111111
## Full Nuxt Project Capabilities
112112

docs/content/en/1.getting-started/5.studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ However, it stands out with its additional features that improve the writing exp
5353

5454
### **Toolbar**
5555

56-
Highlight your text to reveal the toolbar, giving you access to all the standard text editing features provided by the [Markdown syntax](/essentials/markdown-syntax):
56+
Highlight your text to reveal the toolbar, giving you access to all the standard text editing features provided by the [Markdown syntax](/en/essentials/markdown-syntax):
5757

5858
- Title formatting
5959
- Bold
@@ -82,7 +82,7 @@ Simply type `/` anywhere in the editor to access all Studio features.
8282

8383
One of Studio's standout features is its ability to integrate and customize any complex component directly within the editor.
8484

85-
In other terms, all [Nuxt UI components](/essentials/components) are usable and can be integrated directly from the editor. An editor can also tweak the component properties, slots and styles.
85+
In other terms, all [Nuxt UI components](/en/essentials/components) are usable and can be integrated directly from the editor. An editor can also tweak the component properties, slots and styles.
8686

8787
::prose-note
8888
You can also create custom components and let the user integrate them from the visual editor.

docs/content/en/1.getting-started/6.migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To migrate, just move your existing Markdown files into the `content/` directory
3535
From there, you have two scenarios:
3636

3737
- **If your current docs already use Nuxt Content and the MDC syntax**, make sure the components used in your content exist in Nuxt UI. If any components are missing, you can easily create your own custom ones.
38-
- **If you’re using standard Markdown**, you can copy your files as is. Then, enhance your documentation progressively using the [built-in components](en/essentials/components) provided by Nuxt UI.
38+
- **If you’re using standard Markdown**, you can copy your files as is. Then, enhance your documentation progressively using the [built-in components](/en/essentials/components) provided by Nuxt UI.
3939

40-
Once your content has been moved to the `content/` folder, you can go through the [configuration section](en/concepts/configuration) to easily customize your app.
40+
Once your content has been moved to the `content/` folder, you can go through the [configuration section](/en/concepts/configuration) to easily customize your app.
4141

4242
Docus is designed to focus on writing content, so if you're already using Markdown, you can easily switch to it.

docs/content/en/2.concepts/8.nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
3939

4040
## Custom components
4141

42-
With the power of `Nuxt Content` and `Nuxt UI`, and with the help of the `MDC` syntax, you can use [Nuxt UI components](/essentials/components) directly in your Markdown without any extra configuration needed.
42+
With the power of `Nuxt Content` and `Nuxt UI`, and with the help of the `MDC` syntax, you can use [Nuxt UI components](/en/essentials/components) directly in your Markdown without any extra configuration needed.
4343

4444
However, you’re not limited to pre-built components. Docus makes it easy to create your own Vue components in your Nuxt app and use them in your content.
4545

docs/content/fr/1.getting-started/5.studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Cependant, il se distingue par ses fonctionnalités supplémentaires qui amélio
5353

5454
### **Barre d'outils**
5555

56-
Sélectionnez votre texte pour faire apparaître la barre d'outils, donnant accès à toutes les fonctionnalités d'édition de texte standard fournies par la [syntaxe Markdown](/essentials/markdown-syntax) :
56+
Sélectionnez votre texte pour faire apparaître la barre d'outils, donnant accès à toutes les fonctionnalités d'édition de texte standard fournies par la [syntaxe Markdown](/fr/essentials/markdown-syntax) :
5757

5858
- Mise en forme des titres
5959
- Gras
@@ -82,7 +82,7 @@ Tapez simplement `/` n'importe où dans l'éditeur pour accéder à toutes les f
8282

8383
L'une des fonctionnalités phares de Studio est sa capacité à intégrer et personnaliser n'importe quel composant complexe directement dans l'éditeur.
8484

85-
En d'autres termes, tous les [composants Nuxt UI](/essentials/components) sont utilisables et peuvent être intégrés directement depuis l'éditeur. Un éditeur peut également ajuster les propriétés, slots et styles du composant.
85+
En d'autres termes, tous les [composants Nuxt UI](/fr/essentials/components) sont utilisables et peuvent être intégrés directement depuis l'éditeur. Un éditeur peut également ajuster les propriétés, slots et styles du composant.
8686

8787
::prose-note
8888
Vous pouvez aussi créer des composants personnalisés et laisser l'utilisateur les intégrer depuis l'éditeur visuel.

0 commit comments

Comments
 (0)