A simple and effective way to do documentation.
- Documentation template built using Next.js
- Along with a simple CLI tool to make life easier
- Template configured with Typescript, TailwindCSS, MDX, ShadCN, MagicUI and Framer-Motion
Create a new DocNext project with the specified name.
npx docnext create <your-project-name>
Clean up the template and remove unnecessary files.
npx docnext clean
Initialize DocNext in an existing Next.js project! (Note: This overwrites the next.config.mjs)
npx docnext init
Display help for a specific command.
npx docnext help
-V, --version
: Output the version number of DocNext CLI.-y, --yes
: Bypass checks and automatic checks.-h, --help
: Display help for the command.