Skip to content

Commit d975e4a

Browse files
author
Shannon Anahata
committed
removing side bar ToC entirely
1 parent 277086d commit d975e4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/docPage/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import Mermaid from '../mermaid';
2121
import {PaginationNav} from '../paginationNav';
2222
import {PlatformSdkDetail} from '../platformSdkDetail';
2323
import {Sidebar} from '../sidebar';
24-
import {SidebarTableOfContents} from '../sidebarTableOfContents';
2524
import {ReaderDepthTracker} from '../track-reader-depth';
2625

2726
type Props = {
@@ -124,7 +123,6 @@ export function DocPage({
124123
className="sticky h-[calc(100vh-var(--header-height))] top-[var(--header-height)] overflow-y-auto hidden toc:block flex-none w-[250px] min-w-[250px]"
125124
>
126125
<div className="sidebar">
127-
<SidebarTableOfContents />
128126
<PlatformSdkDetail />
129127
</div>
130128
</aside>

0 commit comments

Comments
 (0)