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/ui-pro-docs-migration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ bun add @nuxt/content@^3
49
49
50
50
### 2. Create `content.config.ts` file
51
51
52
-
This configuration file defines your data structure. A collection represents a set of related items. In the case of the docs starter, there are two different collections, the `landing` collection representing the home page, one for the landing page and another for the doc pages.
52
+
This configuration file defines your data structure. A collection represents a set of related items. In the case of the docs starter, there are two different collections, the `landing` collection representing the home pageand another `docs` collection for the documentation pages.
53
53
54
54
```js [content.config.ts]
55
55
import { defineContentConfig, defineCollection, z } from'@nuxt/content'
0 commit comments