[root@localhost book]# gitbook serve . Live reload server started on port: 35729 Press CTRL+C to quit ...
info: 7 plugins are installed info: loading plugin "livereload"... OK info: loading plugin "highlight"... OK info: loading plugin "search"... OK info: loading plugin "lunr"... OK info: loading plugin "sharing"... OK info: loading plugin "fontsettings"... OK info: loading plugin "theme-default"... OK info: found 7 pages info: found 1 asset files info: >> generation finished with success in 0.7s !
Starting server ... Serving book on http://localhost:4000
TypeError: cb.apply is not a function at /usr/local/node/lib/node_modules/gitbook-cli/node_modules/_npm@5.1.0@npm/node_modules/graceful-fs/polyfills.js:287:18
# 替换链接 for f in `grep "Published with GitBook" -rl ${RSYNC_FILE}`;do sed -i "s/www.gitbook.com/wiki.xxx.com/g"$f sed -i "s/Published with GitBook/@2022 - xxx/g"$f echo"$f ok" done