export type DocRouteNav = {
    path: string
    label: string
}

export type DocumentationRoute = {
    groupName: string
    nav: DocRouteNav[]
}
