shlogg · Early preview
Ramu Narasinga @karthik-m22

Generating Static Documentation Sites With Nextra And Next.js

Nextra generates static documentation sites with Next.js & MDX. Configuring Nextra is simple, install packages, update config and create themes.config.jsx.

In this article, you will learn how Nextra can be used to generate a static documentation site and we also provide an example.
Using Nextra, you can make beautiful websites with Next.js & MDX.
Nextra docs provides two options, one for documentation and the other is for blog.

  
  
  Using Nextra

Configuring Nextra manually is simple. You install the packages, update the Next.js config, create themes.config.jsx and finally create pages/_app.jsx
There is an important FAQ found on Nextra about using Nextra in app router, it is not supported yet but Next.js supports both app and
pages router in...