Have you read the Contributing Guidelines on issues?
Description
Problem
It took me 10 minutes to wade through several discussions, issues, and PRs, to find out that it is possible to customize the TOC in an MDX file.
Solution
Document feature to create custom Table of Contents:
export const toc = [
{
"value": "Doc heading",
"id": "doc-heading",
"level": 2
},
]
References
Self-service
Have you read the Contributing Guidelines on issues?
Description
Problem
It took me 10 minutes to wade through several discussions, issues, and PRs, to find out that it is possible to customize the TOC in an MDX file.
Solution
Document feature to create custom Table of Contents:
References
Self-service