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:
Yangshun Tay 2019-11-19 00:08:45 -08:00 committed by Endi
parent 1bf590ea2b
commit edf4c16c93
4 changed files with 12 additions and 4 deletions

View file

@ -94,7 +94,6 @@ export interface MetadataRaw extends OrderMetadata {
editUrl?: string;
lastUpdatedAt?: number;
lastUpdatedBy?: string;
hide_title?: boolean;
[key: string]: any;
}