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