🚀 Feature
As @MattiaPrimavera pointed out here:
#3417 (comment)
Docusaurus v1 had an "unlisted" feature allowing a blog post to exist in the production build, but to not appear in sidebar etc, and only those having the link could know the existence of it.
We should port this feature to v2 and make it consistent across all content plugins.
Things to not forget:
- meta noindex
- filter from the sitemaps plugin
- docs sidebar categories when all doc items are unlisted => filter category? (+ same for whole tree)
We might need to add an unlisted flag to the created route definitions to transmit this info to the sitemap plugin.
🚀 Feature
As @MattiaPrimavera pointed out here:
#3417 (comment)
Docusaurus v1 had an "unlisted" feature allowing a blog post to exist in the production build, but to not appear in sidebar etc, and only those having the link could know the existence of it.
We should port this feature to v2 and make it consistent across all content plugins.
Things to not forget:
We might need to add an
unlistedflag to the created route definitions to transmit this info to the sitemap plugin.