diff --git a/docs/content/docs/2.collections/1.collections.md b/docs/content/docs/2.collections/1.collections.md index 62fc3963f..1986eb86b 100644 --- a/docs/content/docs/2.collections/1.collections.md +++ b/docs/content/docs/2.collections/1.collections.md @@ -1,5 +1,7 @@ --- -title: Define +title: Define Content Collections +navigation: + title: Define description: 'Learn how to define and configure content collections in your Nuxt application.' --- diff --git a/docs/content/docs/2.collections/2.types.md b/docs/content/docs/2.collections/2.types.md index c3a74f78c..8555247c5 100644 --- a/docs/content/docs/2.collections/2.types.md +++ b/docs/content/docs/2.collections/2.types.md @@ -1,5 +1,7 @@ --- -title: Types +title: Collection Types +navigation: + title: Types description: Learn about the two types of collections you can define in Nuxt Content. --- diff --git a/docs/content/docs/2.collections/3.sources.md b/docs/content/docs/2.collections/3.sources.md index 7e4ca32a1..99c442a17 100644 --- a/docs/content/docs/2.collections/3.sources.md +++ b/docs/content/docs/2.collections/3.sources.md @@ -1,5 +1,7 @@ --- -title: Sources +title: Collection Sources +navigation: + title: Sources description: Learn how to import your files in Nuxt Content collections. ---