Skip to content

Commit c9a0cda

Browse files
committed
fix(docs): prerendering issues
1 parent 2aa3e5e commit c9a0cda

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/content/docs/1.getting-started/1.index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The new collections system provides automatic TypeScript types for all your data
3737

3838
### Nuxt Studio Integration :badge[Soon]{color=neutral}
3939

40-
[Nuxt Studio](/studio/setup) and v3 are designed to complement each other perfectly.. The [studio module](https://github.com/nuxtlabs/studio-module) is now integrated directly into Nuxt Content, creating an ideal environment where developers can focus on code while team members manage content through an intuitive interface.
40+
[Nuxt Studio](/docs/studio/setup) and v3 are designed to complement each other perfectly.. The [studio module](https://github.com/nuxtlabs/studio-module) is now integrated directly into Nuxt Content, creating an ideal environment where developers can focus on code while team members manage content through an intuitive interface.
4141

4242
:hr
4343

docs/content/docs/7.studio/1.setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Google authentication is adapted for non technical users. Google users have to j
2929
Once you are logged in the admin, you have the possibility to import your Nuxt Content repository from the interface.
3030

3131
::tip
32-
Two options are available, you can either import an existing repository or use one of our [templates](/studio/templates).
32+
Two options are available, you can either import an existing repository or use one of our [templates](https://nuxt.studio/templates).
3333
::
3434

3535
The only requirement is to host your repository on GitHub. From the interface, connect to our [GitHub app](/docs/studio/github), you'll be then able to link a GitHub repository to your Studio project.

docs/content/docs/7.studio/3.content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This editor is heavily inspired by Notion, well known for its intuitive design a
3030

3131
[Front-matter](/docs/files/markdown#front-matter) is a convention of Markdown-based CMS to provide meta-data to pages, like description or title or any other data you would like to store as `key: value` pair.
3232

33-
Based on the user [collection and schema](/docs/collection/define) provided, a form is generated to edit this metadata from the editor.
33+
Based on the user [collection and schema](/docs/collections/collections) provided, a form is generated to edit this metadata from the editor.
3434

3535
:video{autoplay controls loop poster="/assets/home/videos/HomeNotionLikePoster.webp" src="https://res.cloudinary.com/nuxt/video/upload/v1729157955/frontmatterform2_rmh58v.mp4"}
3636

@@ -124,7 +124,7 @@ You want to know how we've built this editor and how it works under the hood? Ch
124124

125125
This editor removes the need for users to interact directly with complex file syntax such as `YAML` or `JSON`.
126126

127-
Based on the user [collection and schema](/docs/collection/define) provided, a form is generated for both `YAML` and `JSON` files.
127+
Based on the user [collection and schema](/docs/collections/collections) provided, a form is generated for both `YAML` and `JSON` files.
128128

129129
::warning
130130
Arrays are not yet handled but should be generated soon thanks to collections and user-defined schemas.

docs/content/docs/7.studio/5.config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default defineNuxtSchema({
142142
```
143143
::
144144

145-
::tip{to="/docs/advanced/debug"}
145+
::tip{to="/docs/studio/debug"}
146146
Take a look at this section to validate your schema in local development.
147147
::
148148

0 commit comments

Comments
 (0)