Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zookeeper-website/app/components/site-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function DocsMenu() {
)
)}
<DropdownMenuSeparator />
<OlderDocsSubMenu />

</DropdownMenuContent>
</DropdownMenu>
);
Expand Down Expand Up @@ -528,7 +528,7 @@ function NoJSDocsMenu() {
</details>
)
)}
<NoJSOlderDocsSubMenu />

</div>
</details>
);
Expand Down
4 changes: 2 additions & 2 deletions zookeeper-website/app/pages/_docs/docs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Card, Cards } from "fumadocs-ui/components/card";
import { Callout } from "fumadocs-ui/components/callout";
import { Step, Steps } from "fumadocs-ui/components/steps";
import { Link } from "@/components/link";
import { OlderDocsPicker } from "@/components/docs/older-docs-picker";
//import { OlderDocsPicker } from "@/components/docs/older-docs-picker";
import type { MDXComponents } from "mdx/types";
import { getDocsBasePath, resolveDocsHref } from "@/lib/docs-paths";
import { SITE_URL } from "@/lib/site";
Expand Down Expand Up @@ -176,7 +176,7 @@ export function DocsPage({ loaderData }: { loaderData: DocsLoaderData }) {
<DocsLayout
{...layoutOptions}
tree={tree as PageTree.Root}
sidebar={{ banner: <OlderDocsPicker /> }}
// sidebar={{ banner: <OlderDocsPicker /> }}
>
<Content tree={tree as PageTree.Root} />
</DocsLayout>
Expand Down