mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
18 lines
290 B
Text
18 lines
290 B
Text
---
|
|
title: Blog TOC FrontMatter tests
|
|
authors:
|
|
- slorber
|
|
toc_min_heading_level: 2
|
|
toc_max_heading_level: 4
|
|
tags: [paginated-tag]
|
|
---
|
|
|
|
{/* truncate */}
|
|
|
|
import Content, {
|
|
toc as ContentToc,
|
|
} from '@site/_dogfooding/_partials/toc-tests.mdx';
|
|
|
|
<Content />
|
|
|
|
export const toc = ContentToc;
|