mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 12:22:45 +02:00
Add hide_title to metadata check whitelist
This commit is contained in:
parent
c9cedfe923
commit
71278431f1
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ const SupportedHeaderFields = new Set([
|
|||
'authorFBID',
|
||||
'sidebar_label',
|
||||
'original_id',
|
||||
'hide_title',
|
||||
]);
|
||||
|
||||
// Can have a custom docs path. Top level folder still needs to be in directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue