Available from: 2.0.0
Import
import { DocumentationLegacyGroupBehavior } from "@supernovaio/sdk"
Cases
The following enumeration cases are available:
- group: When set on documentation group, all pages within the group should be treated as separate pages.
- tabs: When set on documentation group, all pages within the group should be treated as a single page, separated by tabs, where each page constitutes a single tab.
Formal definition
enum DocumentationLegacyGroupBehavior {
group = "Group",
tabs = "Tabs",
}