Advanced Syntax
Docusaurus-specific components and enhanced writing provided on this site (admonitions, tabs, doc cards, code block enhancements, etc.).
Admonitions
Wrap content with
Code Blocks
The custom code blocks on this site are expanded by default and support whole-block / per-line copy. Wrap content with `lang and enhance with metadata. Explained by feature below.
Tabs
Use ` and to switch between options; they are globally registered in MDX site-wide, no import` needed.
Doc Cards
Place `` on a category's home page to automatically list all doc cards in that directory; no manual link maintenance needed.
Mind Map
Add mindmap: true to a doc's frontmatter, and a mind map is auto-generated at the top based on its headings. Click a node to jump to that section.