Breadcrumbs
Documentation
Build your documentation site using Velite and MDX.
This site is a work in progress. If you see dummy text on a page, it means I'm still working on it.
NextKit includes a documentation site built using Velite and MDX.
Features
It comes with the following features out of the box:
- Write content using MDX.
- Transform and validate content using Velite.
- MDX components such as
<Callout />
and<Card />
. - Support for table of contents.
- Custom navigation with prev and next pager.
- Beautiful code blocks using
rehype-pretty-code
. - Syntax highlighting using
shiki
. - Built-in search (in progress).
- Dark mode (in progress).
How is it built
Click on a section below to learn how the documentation site built.
Velite
Learn how to use MDX with Velite.
Components
Using React components in Markdown.
Code Blocks
Beautiful code blocks with syntax highlighting.
Style Guide
View a sample page with all the styles.