An open API service indexing awesome lists of open source software.

https://github.com/ryuever/next-docify

Next.js seamless static site generator
https://github.com/ryuever/next-docify

code-splitting docify hmr maxium-customization nextjs nodejs react-ssr site-generator

Last synced: 1 day ago
JSON representation

Next.js seamless static site generator

Awesome Lists containing this project

README

          

# next-docify

`next-docify` is a monorepo managed by `lerna`, which mainly consists of following package :

- [next-docify](https://github.com/ryuever/next-docify/tree/master/packages/next-docify) : A static site generator based on [next.js](https://github.com/zeit/next.js/).

- [create-next-docify-app](https://github.com/ryuever/next-docify/tree/master/packages/create-next-docify-app): It highly inspired by [create-react-app](https://github.com/facebook/create-react-app) and [create-next-app](https://github.com/segmentio/create-next-app). As the name means, it give you a method to create your own `doc site` quickly. you can choose a prefer `template` to install and create your own `template` under very little constraints.