添加插件,实现目录折叠:
配置目录折叠功能如下:
{
"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 :
需要升级
拓展阅读(点评/知识):
livereload 这个是3.2 的新特性,会自动刷新页面,也就是你如果用网页打开或者手机打开,如果保存了页面,页面会自动加载。
https://blog.csdn.net/futurismme/article/details/100579624
https://www.icasture.top/part_one/function_development/plugin_recommandation.html
本文标题: | gitbook初使用 – – vulsee.com |
本文链接: (转载请附上本文链接) | https://vulsee.com/archives/vulsee_2022/0620_16398.html |