mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
feat(v1): allow specifying meta desc in front matter (#1859)
* feat(v1): allow specifying meta desc in front matter * misc(v2): sync with v1
This commit is contained in:
parent
2c1012b9ec
commit
a690d34af0
5 changed files with 9 additions and 9 deletions
|
@ -36,6 +36,7 @@ const SupportedHeaderFields = new Set([
|
|||
'hide_title',
|
||||
'layout',
|
||||
'custom_edit_url',
|
||||
'description',
|
||||
]);
|
||||
|
||||
let allSidebars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue