mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
* Add `unlisted` header option for blog posts, fixes #1393. Previously, the blog sidebar listed the most recent blog posts sorted by their publish date. This commit adds the ability to hide a specific blog post from the sidebar and the feed of all blog posts by adding the `unlisted: true` header option. ```md title: My Draft Post unlisted: true # Hide from blog sidebar and main blog page feed. --- ``` * Rename "unlisted" into "draft". |
||
---|---|---|
.. | ||
docusaurus | ||
docusaurus-1.x | ||
docusaurus-init-1.x | ||
docusaurus-mdx-loader | ||
docusaurus-plugin-content-blog | ||
docusaurus-plugin-content-docs | ||
docusaurus-plugin-content-pages | ||
docusaurus-plugin-google-analytics | ||
docusaurus-plugin-google-gtag | ||
docusaurus-plugin-sitemap | ||
docusaurus-preset-classic | ||
docusaurus-theme-classic | ||
docusaurus-theme-live-codeblock | ||
docusaurus-theme-search-algolia | ||
docusaurus-utils |