Using Gitbook
npm install gitbook-cli -g
Serve locally
gitbook serve
Build static html and publish online (pushing to the gh-pages branch)
npm run docs:publish
Ref:
npm install gitbook-cli -g
Serve locally
gitbook serve
Build static html and publish online (pushing to the gh-pages branch)
npm run docs:publish
Ref: