docs: add docs

pull/820/head
Kia King Ishii 3 years ago
parent 227ad04ece
commit ae6bcc5b2b

@ -83,6 +83,7 @@ type NavItemWithLink = {
interface NavItemWithChildren { interface NavItemWithChildren {
text?: string text?: string
items: NavItemWithLink[] items: NavItemWithLink[]
activeMatch?: string
} }
``` ```

Loading…
Cancel
Save