2.0.0-alpha.2 • Published 6 years ago

next-mdx-docs v2.0.0-alpha.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Next.js + MDX Docs

Use MDX Docs with Next.js.

Installation

npm install --save next-mdx-docs @mdx-js/mdx

or

yarn add next-mdx-docs @mdx-js/mdx

Usage

Create a next.config.js

const withMdxDocs = require('next-mdx-docs')()
module.exports = withMdxDocs()

Related

This is based off of ZEIT's next-mdx plugin.