Skip to content

Commit bafa242

Browse files
authored
Update 2.markdown.md
1 parent 17d46fd commit bafa242

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/content/3.guide/1.writing/2.markdown.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ description: 'meta description of the page'
6969
| `navigation` | `Boolean` | `true` | Define if the page is included in [`fetchContentNavigation`](/guide/displaying/navigation) return value. |
7070
| [`head`](/api/composables/use-content-head) | `Object` | `true` | Easy access to [`useContentHead`](/api/composables/use-content-head) |
7171

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

7874
## Code Highlighting
7975

0 commit comments

Comments
 (0)