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/3.guide/1.writing/2.markdown.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,7 @@ description: 'meta description of the page'
69
69
|`navigation`|`Boolean`|`true`| Define if the page is included in [`fetchContentNavigation`](/guide/displaying/navigation) return value. |
70
70
|[`head`](/api/composables/use-content-head)|`Object`|`true`| Easy access to [`useContentHead`](/api/composables/use-content-head)|
71
71
72
-
When used together with [`<ContentDoc>`](/guide/displaying/rendering#contentdoc-) to display the current page, you can use the following parameters:
73
-
74
-
Thanks to [`useContentHead`](/api/composables/use-content-head), you can also configure the whole [Head Management](https://v3.nuxtjs.org/guide/features/head-management) of your page.
75
-
76
-
Visit the [composable page](/api/composables/use-content-head) to learn more about the available parameters.
72
+
When used together with [`<ContentDoc>`](/guide/displaying/rendering#contentdoc-) or the [document-driven mode](/guide/writing/document-driven) to display the current page, the [`useContentHead() composable`](/api/composables/use-content-head) will be used to set the page's metadata.
0 commit comments