next-ignite

A flexible next.js based documentation website with content authoring in MDX

Downloads
701
Stars
24
Committers
2

next-ignite

  • add a blog just by adding a blog/ folder and some mdx files in pages/
  • Add multiple top level docs sections just by adding more folders and mdx in pages/
  • Home Page (Break out into JS easy as hell)
  • Simple search (only work after a full production build)
  • Dynamically match layouts + add fallbacks based on routes
  • Customize the dark and light mode syntax highlighting. Use any VSCode or textmate theme.

Getting Started

yarn
yarn build:lib
yarn dev

TODO

  • generate open graph images for docs and blog?
Package Rankings
Top 8.02% on Npmjs.org
Related Projects