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.
<DocsPage>
...
<InlineTOC items={toc} />
...
</DocsPage>
AI 브라우저 확장 프로그램 문서 - 완전 가이드