mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Do not ignore 'custom_edit_url' (#604)
This commit is contained in:
parent
255fa40274
commit
df6f6df333
|
|
@ -27,6 +27,7 @@ const SupportedHeaderFields = new Set([
|
|||
'original_id',
|
||||
'hide_title',
|
||||
'layout',
|
||||
'custom_edit_url',
|
||||
]);
|
||||
|
||||
// Can have a custom docs path. Top level folder still needs to be in directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue