feat(content-docs): autogenerate category with linked doc metadata as fallback ()

This commit is contained in:
Joshua Chen 2022-03-25 22:23:11 +08:00 committed by GitHub
parent f1bcdbff63
commit b5ceead3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 62 additions and 23 deletions
packages/docusaurus-plugin-content-docs/src/sidebars

View file

@ -31,6 +31,7 @@ function toSidebarItemsGeneratorDoc(
return _.pick(doc, [
'id',
'unversionedId',
'title',
'frontMatter',
'source',
'sourceDirName',