添加插件,实现目录折叠:
配置目录折叠功能如下:
{
"plugins":[
"expandable-chapters"
]
}
然后执行gitbook install
升级:
gitbook update
页面添加页脚、版权信息:
{
"plugins": [
"tbfed-pagefooter"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright":"Copyright © xxxx.com 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}
http://*****:35729/livereload.js net::ERR_CONNECTION_TIMED_OU
livereload 这个是3.2 的新特性,会自动刷新页面,也就是你如果用网页打开或者手机打开,如果保存了页面,页面会自动加载。
warn: “options” property is deprecated, use config.get(key) instead :
需要升级