Layouts
Notebook
A more compact version of Docs Layout
Usage
Enable the notebook layout with fumadocs-ui/layouts/notebook, it's a more compact layout than the default one.

Cookie を使用しています
必須 Cookie はアプリの動作に必要です。任意の分析、サポート、マーケティング Cookie は、サイトとサービスの改善に役立ちます。 Cookie ポリシー.
A more compact version of Docs Layout
Enable the notebook layout with fumadocs-ui/layouts/notebook, it's a more compact layout than the default one.

import { DocsLayout } from 'fumadocs-ui/layouts/notebook';
import { baseOptions } from '@/app/layout.config';
import { source } from '@/lib/source';
import type { ReactNode } from 'react';
export default function Layout({ children }: { children: ReactNode }) {
return (
<DocsLayout
{...baseOptions}
// the position of navbar