README
如何本地预览?
$ npm install -g gitbook-cli$ gitbook serve如何自动生成SUMMARY.md?
$ npm install -g gitbook-summary{
"title": "notes",
"ignores": [
"_book",
"node_modules"
]
}Last updated
$ npm install -g gitbook-cli$ gitbook serve$ npm install -g gitbook-summary{
"title": "notes",
"ignores": [
"_book",
"node_modules"
]
}Last updated
$ cd /path/to/your/book/
$ book sm