Skip to content

The framework for building documentation websites in Next.js.

License

Notifications You must be signed in to change notification settings

Economic-Crisis/next-docs

 
 

Repository files navigation

banner

The framework for building documentation websites in Next.js.

📘 Learn More: Documentation

Installation

This monorepo includes three packages.

Next Docs Zeta

The headless UI library for building docuementation websites.

It includes necessary parts such as TOC, Sidebar, and some useful utilities.

npm install next-docs-zeta

Next Docs UI

The framework built on top of Next Docs Zeta. It offers many out-of-the-box features along with a well-designed user interface.

npm install next-docs-ui

Create Next Docs App

A CLI tool that generates documentation sites.

npx create next-docs-app

Example

Open in CodeSandbox

View the Template repository on Github.

Sources

Next Docs has native support for Contentlayer.

About

The framework for building documentation websites in Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.9%
  • MDX 24.6%
  • JavaScript 6.1%
  • CSS 2.4%