UNPKG

vitepress-plugin-auto-sidebar

Version:
12 lines (11 loc) 257 B
export interface Options { contentRoot?: string; contentDirs?: (string | ContentDir)[] | null; collapsible?: boolean; collapsed?: boolean; useFrontmatter?: boolean; } export interface ContentDir { path: string; title?: string; }