HonKit 搭建文档中心指南
2024/9/1小于 1 分钟基础工具基础工具HonkitGitbook
Gitbook - Honkit
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参考