Have you read the Contributing Guidelines on issues?
Motivation
#8004 brings support for unlisted to all 3 content plugins, including a banner to make it clear a content is unlisted:

I think it could improve the DX to also display such a banner in dev for both draft: true and unlisted: true
Note in our current implementation, the doc metadata.unlisted is never true in dev mode so this metadata is not a good way to display the banner in dev. We could read frontMatter.unlisted directly instead.
Self-service
Have you read the Contributing Guidelines on issues?
Motivation
#8004 brings support for
unlistedto all 3 content plugins, including a banner to make it clear a content is unlisted:I think it could improve the DX to also display such a banner in dev for both
draft: trueandunlisted: trueNote in our current implementation, the doc
metadata.unlistedis never true in dev mode so this metadata is not a good way to display the banner in dev. We could readfrontMatter.unlisteddirectly instead.Self-service