mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
12 lines
195 B
Text
12 lines
195 B
Text
---
|
|
toc_min_heading_level: 2
|
|
toc_max_heading_level: 4
|
|
---
|
|
|
|
import Content, {
|
|
toc as ContentToc,
|
|
} from '@site/_dogfooding/_partials/toc-tests.mdx';
|
|
|
|
<Content />
|
|
|
|
export const toc = ContentToc;
|