Home
last modified time | relevance | path

Searched refs:sidebarDepth (Results 1 – 3 of 3) sorted by relevance

/expo/docs/common/
H A DheadingManager.ts41 sidebarDepth?: number;
115 const { hideInSidebar, sidebarTitle, sidebarDepth, sidebarType, tags } = additionalProps ?? {}; constant
116 const levelOverride = sidebarDepth != null ? BASE_HEADING_LEVEL + sidebarDepth : undefined;
H A DheadingManager.test.ts74 sidebarDepth: 2, // level = 4
/expo/docs/components/
H A DDocumentationSidebarRight.test.tsx14 sidebarDepth: 1,