This project came from the idea of having a simple but robust documentation template. This documentation supports everything you want. There are no limits. It's built on Next.js so you can place your own components. It supports authentication, Markdown, react and Typescript components. You have all the freedom to build your documentation the way you imagine it and still have the speed of writing in Markdown.
git clone https://github.com/NathanFirmo/next-docs.gitgit clone git@github.com:NathanFirmo/next-docs.gitgh repo clone NathanFirmo/next-docsnpm i
# or
yarnCopy the information from the .env.sample file to a .env file.
cp .env.sample .envnpm run dev
# or
yarn dev