Inline TOC
Add Inline TOC into your documentation
Usage
Pass TOC items to the component.
import { InlineTOC } from 'fumadocs-ui/components/inline-toc';
<InlineTOC items={toc} />Use in Pages
You can add inline TOC into every page.
Cookie を使用しています
必須 Cookie はアプリの動作に必要です。任意の分析、サポート、マーケティング Cookie は、サイトとサービスの改善に役立ちます。 Cookie ポリシー.
Add Inline TOC into your documentation
Pass TOC items to the component.
import { InlineTOC } from 'fumadocs-ui/components/inline-toc';
<InlineTOC items={toc} />You can add inline TOC into every page.
<DocsPage