@ysongzybl
2015-09-15T21:37:40.000000Z
字数 362
阅读 1298
nodejs
https://www.gitbook.com/book/gitbookio/documentation/details
GitBook can be installed from NPM using:
$ npm install gitbook-cli -g
Create the directories and files for a book from its SUMMARY.md file (if existing) using
$ gitbook init
You can serve a repository as a book using:
$ gitbook serve
Or simply build the static website using:
$ gitbook build