You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To better organize our project, I started breaking up pages in to smaller mdx files but I noticed that any headings are not rendered in the table of contents.
For example, in a page I might have:
import { UploadFile } from"../components/uploadFile.mdx";
# Creating Content
Create new content via out API...
<UploadFile />
If uploadFile.mdx contains headings, such as the following, they are not included in the TOC.
## Uploading a file
To upload a file do this...
Any workarounds for this?
The text was updated successfully, but these errors were encountered:
To better organize our project, I started breaking up pages in to smaller mdx files but I noticed that any headings are not rendered in the table of contents.
For example, in a page I might have:
If
uploadFile.mdx
contains headings, such as the following, they are not included in the TOC.## Uploading a file To upload a file do this...
Any workarounds for this?
The text was updated successfully, but these errors were encountered: