mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Do not ignore 'custom_edit_url' (#604)
This commit is contained in:
parent
255fa40274
commit
df6f6df333
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ const SupportedHeaderFields = new Set([
|
||||||
'original_id',
|
'original_id',
|
||||||
'hide_title',
|
'hide_title',
|
||||||
'layout',
|
'layout',
|
||||||
|
'custom_edit_url',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Can have a custom docs path. Top level folder still needs to be in directory
|
// 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