mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +02:00
feat(content-docs): autogenerate category with linked doc metadata as fallback (#6859)
This commit is contained in:
parent
f1bcdbff63
commit
b5ceead3b2
8 changed files with 62 additions and 23 deletions
|
@ -89,6 +89,7 @@ type SidebarGenerator = (generatorArgs: {
|
|||
version: {contentPath: string; versionName: string}; // the current version
|
||||
docs: Array<{
|
||||
id: string;
|
||||
title: string;
|
||||
frontMatter: DocFrontMatter & Record<string, unknown>;
|
||||
source: string;
|
||||
sourceDirName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue