ManualModeFrontmatter
ts
type ManualModeFrontmatter = Partial<{
sidebarHide: boolean;
sidebarIndex: number;
sidebarTitle: string;
}>;Defined in: modes/manual.ts:17
Type, in that is parsed by gray-matter to get frontmatter properties
Since
1.1.0
Author
Simon Kovtyk