We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cde7e6 commit 98df22dCopy full SHA for 98df22d
apps/docs/app/docs/layout.tsx
@@ -4,7 +4,14 @@ import { DocsLayout } from "fumadocs-ui/layouts/docs";
4
5
export default function Layout({ children }: LayoutProps<"/docs">) {
6
return (
7
- <DocsLayout tree={source.getPageTree()} {...baseOptions()} tabMode="top">
+ <DocsLayout
8
+ tree={source.getPageTree()}
9
+ {...baseOptions()}
10
+ tabMode="top"
11
+ sidebar={{
12
+ prefetch: false,
13
+ }}
14
+ >
15
{children}
16
</DocsLayout>
17
);
0 commit comments