From 7b0b47b615f5f51f8c21f1e75a9d46b7cbd6de71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pure=20=C5=BDv=C3=BDd=E2=84=A2?= <125412464+zrooda@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:18:11 +0200 Subject: [PATCH] Mention issue with draft prop --- docs/content/2.usage/2.markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.usage/2.markdown.md b/docs/content/2.usage/2.markdown.md index 055f02539..cda9f27f4 100755 --- a/docs/content/2.usage/2.markdown.md +++ b/docs/content/2.usage/2.markdown.md @@ -36,7 +36,7 @@ description: 'meta description of the page' | ------------------------------------------- | :-------: | ------------------------------------- | -------------------------------------------------------------------------------------------------------- | | `title` | `string` | First `
`{lang="html"} of the page | Description of the page, will be shown below the title and injected into the metas | -| `draft` | `boolean` | `false` | Mark the page as draft (and only display it in development mode). | +| `draft` | `boolean` | `false` | Mark the page as draft ([Issue](https://github.com/nuxt/content/issues/1523)). | | `navigation` | `boolean` | `true` | Define if the page is included in [`fetchContentNavigation`](/usage/navigation) return value. | | [`head`](/composables/use-content-head) | `object` | `true` | Easy access to [`useContentHead`](/composables/use-content-head) |