发布于 

HonKit 搭建文档中心指南

Gitbook - Honkit

1
2
3
4
5
6
7
8
9
10
11
Install with NPM
$ npm install honkit --save-dev

Create a book
$ npx honkit init

Preview and serve your book using:
$ npx honkit serve

Or build the static website using:
$ npx honkit build

参考