kubernetes-handbook/scripts/build-gitbook.sh

7 lines
198 B
Bash
Raw Normal View History

#!/bin/bash
2019-07-25 16:58:19 +08:00
gitbook install
2021-04-13 00:09:04 +08:00
# install sitemap-gerneral gitbook plugin
npm install -g gitbook-plugin-sitemap-general
gitbook build
cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images