Searched refs:hideInSidebar (Results 1 – 4 of 4) sorted by relevance
39 hideInSidebar?: boolean;115 const { hideInSidebar, sidebarTitle, sidebarDepth, sidebarType, tags } = additionalProps ?? {}; constant135 if (!hideInSidebar && level >= BASE_HEADING_LEVEL && level <= this.maxNestingLevel) {
94 hideInSidebar: true,
5 hideInSidebar: true
68 - `hideInSidebar`: Whether to hide this page from the sidebar. Defaults to `false`.360 If you just want to hide a single page from the sidebar, set `hideInSidebar: true` in the page meta…