You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/blog/studio-v2.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ We are excited to announce the release of Nuxt Studio v2, a major update bringin
24
24
Studio is optimized for **Nuxt Content** project but the only real requirement is to have a *content* folder with Markdown files. This simple setup is enough to start editing and publishing your files with the platform.
25
25
::
26
26
27
-
###**A more intuitive interface**
27
+
## **A more intuitive interface**
28
28
29
29

30
30
31
31
The main improvement in Version 2 is a **complete rework of the interface**. We have designed it to be more intuitive and user-friendly, especially for non-technical users. Our goal was to simplify the user experience, making it easier to create and set up projects with minimal hassle. The new interface is light, straightforward, and designed to streamline your workflow.
32
32
33
-
###**Google authentication**
33
+
## **Google authentication**
34
34
35
35

36
36
@@ -40,7 +40,7 @@ We now have two different authentication methods. You can either login with **Gi
40
40
Since a Google user can not create a project, he has to **join a team** with existing projects to edit them.
41
41
::
42
42
43
-
###**Minimal setup to edit your files**
43
+
## **Minimal setup to edit your files**
44
44
45
45
You can now edit your content **without any setup**, just import your repository and this is it. You can navigate through your files and medias, edit your content and publish on GitHub.
46
46
@@ -52,7 +52,7 @@ Collaboration is available for teams.
52
52
Medias in the editor are not displayed until you set up the live preview (see section below).
53
53
::
54
54
55
-
###Simplified setup for live preview
55
+
## Simplified setup for live preview
56
56
57
57

58
58
@@ -64,13 +64,13 @@ While GitHub pages deployment remains available and still does not require any c
64
64
It's crucial to use the latest version of the **Studio module** to ensure compatibility and access to new features.
65
65
::
66
66
67
-
###New documentation
67
+
## New documentation
68
68
69
69
With a revamped platform comes a [new documentation](https://nuxt.studio/docs/get-started/introduction). Don't hesitate to check it out to learn everything about the new Studio.
70
70
71
71
Whether you are an [editor](https://nuxt.studio/docs/editors/introduction) or a [developer](https://nuxt.studio/docs/developers/introduction) you now have your dedicated section in the docs.
72
72
73
-
###A new direction for Studio
73
+
## A new direction for Studio
74
74
75
75
Most available CMS solutions have to choose between being very customizable for developers or highly user friendly for content editors, with Studio we want to do both.
76
76
@@ -80,4 +80,4 @@ Most available CMS solutions have to choose between being very customizable for
80
80
Our Notion-like editor has a bright future ahead, and we want to develop it collaboratively with the community.
When starting a new Nuxt project with the `create-nuxt` CLI, you can simply select `@nuxt/content` from the interactive module selector. This will automatically install and register the module for you.
41
41
@@ -71,7 +71,7 @@ If you don't want to install any package, you can use native SQLite from Node.js
Copy file name to clipboardExpand all lines: docs/content/docs/1.getting-started/4.migration.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,6 @@ Note that in order to make these files available for Module, you should define y
148
148
a way that includes these files. For example `source: '**'` and `source: '**/*.{md,yml}'` will include these files
149
149
in collection, but `source: '**/*.md'` will not include them.
150
150
151
-
152
151
## Ignore dot files
153
152
154
153
By default, Content v3 does not ignore dot files. If you want to ignore them, you can add `ignore: ['**/.*']` in the `exclude` option of your collection source.
Copy file name to clipboardExpand all lines: docs/content/docs/4.utils/1.query-collection.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,8 @@ description: The queryCollection composable provides methods for querying and
8
8
9
9
Use the auto-imported `queryCollection` to find contents inside a collection. Here we assume that you have defined `docs` collection inside `content.config.ts`.
10
10
11
-
12
11
If you have not defined any collection, check [How to define a collection](/docs/collections/define#defining-collections).
Nuxt Content provides a similar utility to query collections on the server side. The only difference is that you need to pass `event` as the first argument to the `queryCollectionNavigation` function.
0 commit comments