npm install gitbook-cli -g
gitbook install
gitbook build
gitbook help
在新版本的gitbook使用gitbook build生成的html在左侧栏是无法跳转菜单的。
在导出的文件夹目录下找到gitbook->theme.js文件.找到下面的代码搜索 if(m)for(n.handler&&
将if(m)改成if(false)
再次打开_book下的index.html页面,确认能够跳转页面。
npm install gitbook-cli -g
gitbook install
gitbook build
gitbook help
在新版本的gitbook使用gitbook build生成的html在左侧栏是无法跳转菜单的。
在导出的文件夹目录下找到gitbook->theme.js文件.找到下面的代码搜索 if(m)for(n.handler&&
将if(m)改成if(false)
再次打开_book下的index.html页面,确认能够跳转页面。