mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-22 19:17:46 +02:00
feat(docs,blog,pages): add support for "unlisted" front matter - hide md content in production (#8004)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
7a023a2c41
commit
683ba3d2a0
131 changed files with 2449 additions and 303 deletions
|
@ -19,7 +19,6 @@ const sidebars = {
|
|||
className: 'red',
|
||||
label: 'Index',
|
||||
},
|
||||
'test-draft',
|
||||
'doc-without-sidebar',
|
||||
'doc-with-another-sidebar',
|
||||
'doc-with-last-update',
|
||||
|
@ -41,12 +40,6 @@ const sidebars = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'section',
|
||||
collapsible: false,
|
||||
items: ['index', 'more-test'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Another category with index',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue