Build documentation using Contentlayer and MDX
mainThe documentation site is built using Contentlayer and MDX. This allows you to write content in MDX format, which is then transformed and validated by Contentlayer.
Key features include:
- MDX components like
<Callout />and<Card />. - Support for Table of Contents and custom navigation (prev/next pager).
- Syntax highlighting via
shikiandrehype-pretty-codefor enhanced code blocks.