|
|
@ -86,12 +86,14 @@ export namespace DefaultTheme {
|
|
|
|
activeMatch?: string
|
|
|
|
activeMatch?: string
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type NavItemChildren = {
|
|
|
|
|
|
|
|
text?: string
|
|
|
|
|
|
|
|
items: NavItemWithLink[]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export interface NavItemWithChildren {
|
|
|
|
export interface NavItemWithChildren {
|
|
|
|
text?: string
|
|
|
|
text?: string
|
|
|
|
items: {
|
|
|
|
items: (NavItemChildren | NavItemWithLink)[]
|
|
|
|
text?: string
|
|
|
|
|
|
|
|
items: NavItemWithLink[]
|
|
|
|
|
|
|
|
}[]
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// sidebar -------------------------------------------------------------------
|
|
|
|
// sidebar -------------------------------------------------------------------
|
|
|
|