須要先安裝node.js
npm install -g gitbook-cli node
目錄中會產生兩個文件 git
README.md —— 書籍的介紹寫在這個文件裏
SUMMARY.md —— 書籍的目錄結構在這裏配置 npm
# 目錄服務器
* [前言](README.md)
* [第一章](Chapter1/README.md)
* [第1節:衣](Chapter1/衣.md)
* [第2節:食](Chapter1/食.md)
* [第3節:住](Chapter1/住.md)
* [第4節:行](Chapter1/行.md)
* [第二章](Chapter2/README.md)
* [第三章](Chapter3/README.md)
* [第四章](Chapter4/README.md)ide
gitbook build //生成在當前目錄的默認文件夾 _book裏面
gitbook build ./out //生成在當前目錄的默認文件夾 指定的out 裏面
gitbook build ./md ./out //當前md外 生成out fetch
gitbook serve
http://localhost:4000ui
--------------------- gitbook init //初始化目錄文件 gitbook help //列出gitbook全部的命令 gitbook --help //輸出gitbook-cli的幫助信息 gitbook build //生成靜態網頁 gitbook serve //生成靜態網頁並運行服務器 gitbook build --gitbook=2.0.1 //生成時指定gitbook的版本, 本地沒有會先下載 gitbook ls //列出本地全部的gitbook版本 gitbook ls-remote //列出遠程可用的gitbook版本 gitbook fetch 標籤/版本號 //安裝對應的gitbook版本 gitbook update //更新到gitbook的最新版本 gitbook uninstall 2.0.1 //卸載對應的gitbook版本 gitbook build --log=debug //指定log的級別 gitbook builid --debug //輸出錯誤信息 ---------------------