LogoDocumentación de PatentFig
LogoDocumentación de PatentFig
Página de inicio

Introduction

Quick StartWhat is FumadocsComparisons

Setup

Manual InstallationStatic Export

Writing

MarkdownInternationalization

UI

OverviewSearch
Components
AccordionBannerCode Block (Dynamic)FilesGitHub InfoZoomable ImageInline TOCRoot ToggleStepsTabsType Table
MDX
X (Twitter)
Components

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>

Reference

Zoomable Image

Allow zoom-in images in your documentation

Root Toggle

Switch between page trees

Tabla de contenidos

Usage
Use in Pages
Reference