docsite-ext
v1.5.2
Published
an extended tool for build static doc site(react)
Downloads
18
Maintainers
Readme
Docsite extension
Docsite is an opensource generator for building an static website, and you can init a website in a few minutes by it.
Docsite extension is an extension of Docsite.
Feature
- Be able to generate document, blog, and custom page
- Support markdown files
- Responsive UI
- Good for SEO
- Support internationalization
- Support custom page
Document
User
Dependency
- node.js >= 10.x
Usage
- Install
$ npm i -g docsite-ext
- Init a project
$ cd my-project
$ docsite init
# or
$ docsite init my-project
- Local preview
$ docsite start
- Build
$ docsite build