mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
feat(v2): allow hiding docs table of contents (#2012)
* feat(v2): allow hiding docs table of contents * move to frontmatter
This commit is contained in:
parent
1bf590ea2b
commit
edf4c16c93
4 changed files with 12 additions and 4 deletions
|
@ -94,7 +94,6 @@ export interface MetadataRaw extends OrderMetadata {
|
|||
editUrl?: string;
|
||||
lastUpdatedAt?: number;
|
||||
lastUpdatedBy?: string;
|
||||
hide_title?: boolean;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue