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 606bb28 commit b356e03Copy full SHA for b356e03
src/components/sidebar/index.tsx
@@ -91,6 +91,7 @@ export async function Sidebar({path, versions}: SidebarProps) {
91
<PlatformSelector
92
platforms={platforms}
93
currentPlatform={currentGuide || currentPlatform}
94
+ path={path}
95
/>
96
</div>
97
{versions && versions.length >= 1 && (
0 commit comments