Available from: 2.0.0
Import
import { DocumentationLegacyItemType } from "@supernovaio/sdk"
Cases
The following enumeration cases are available:
- group: Represents a group item. Group items are used to organize and group related content or pages together in documentation.
- page: Represents a page item. Page items are used to represent individual documentation pages.
Formal definition
enum DocumentationLegacyItemType {
group = "Group",
page = "Page",
}