Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Mention issue with draft prop #2621

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.usage/2.markdown.md
Expand Up @@ -36,7 +36,7 @@ description: 'meta description of the page'
| ------------------------------------------- | :-------: | ------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `title` | `string` | First `<h1>`{lang="html"} of the page | Title of the page, will also be injected in metas |
| `description` | `string` | First `<p>`{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) |

Expand Down