We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277086d commit d975e4aCopy full SHA for d975e4a
src/components/docPage/index.tsx
@@ -21,7 +21,6 @@ import Mermaid from '../mermaid';
21
import {PaginationNav} from '../paginationNav';
22
import {PlatformSdkDetail} from '../platformSdkDetail';
23
import {Sidebar} from '../sidebar';
24
-import {SidebarTableOfContents} from '../sidebarTableOfContents';
25
import {ReaderDepthTracker} from '../track-reader-depth';
26
27
type Props = {
@@ -124,7 +123,6 @@ export function DocPage({
124
123
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]"
125
>
126
<div className="sidebar">
127
- <SidebarTableOfContents />
128
<PlatformSdkDetail />
129
</div>
130
</aside>
0 commit comments