Skip to content

Commit

Permalink
fix(docs): prerendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Dec 2, 2024
1 parent 2aa3e5e commit c9a0cda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/docs/1.getting-started/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The new collections system provides automatic TypeScript types for all your data

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

[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.
[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.

:hr

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/7.studio/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Google authentication is adapted for non technical users. Google users have to j
Once you are logged in the admin, you have the possibility to import your Nuxt Content repository from the interface.

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

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.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/content/docs/7.studio/3.content.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This editor is heavily inspired by Notion, well known for its intuitive design a

[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.

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

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

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

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

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

::warning
Arrays are not yet handled but should be generated soon thanks to collections and user-defined schemas.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/7.studio/5.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default defineNuxtSchema({
```
::

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

Expand Down

0 comments on commit c9a0cda

Please sign in to comment.