Index
ts
type Index = object;Defined in: types.ts:8
Index configuration for the sidebar
Since
1.0.0
Author
Simon Kovtyk
Properties
hide?
ts
optional hide: boolean;Defined in: types.ts:22
Whether to hide the index from the sidebar
Since
1.0.0
Author
Simon Kovtyk
item?
ts
optional item: SidebarItem;Defined in: types.ts:29
Sidebar item, that'll override
Since
1.0.0
Author
Simon Kovtyk
path
ts
path: string;Defined in: types.ts:15
Path to the index file or directory
Since
1.0.0
Author
Simon Kovtyk