mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
refactor(v2): remove sidebar_label filed from doc metadata file (#4863)
This commit is contained in:
parent
644f148a8b
commit
d72f760e4d
5 changed files with 6 additions and 7 deletions
|
@ -57,7 +57,6 @@ const defaultDocMetadata: Partial<DocMetadata> = {
|
|||
editUrl: undefined,
|
||||
lastUpdatedAt: undefined,
|
||||
lastUpdatedBy: undefined,
|
||||
sidebar_label: undefined,
|
||||
formattedLastUpdatedAt: undefined,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue