next-docs-zeta
v7.1.2
Published
The library for building a documentation website in Next.js
Downloads
349
Readme
Next Docs
The library for building documentation websites in Next.js.
📘 Learn More: Documentation
Next Docs Provides:
- Search (Supported: flexsearch)
- Breadcrumb, Sidebar, TOC Components
- Additional utilities (getTOC, buildPageTree)
Installation
npm install next-docs-zeta
Getting Started
Next Docs is built for Next.js App Router and support any sources.
It's recommended to use Next Docs with Tailwind CSS + Radix UI, and Contentlayer (or any CMS).
Example
View the Template repository on Github.
Sources
Next Docs has native support for Contentlayer.
Learn More
Next Docs offers simple document searching as well as components for building a good docs. You can go to our website to learn more about this.