Skip to content

fanxiangs/notebook

Repository files navigation

git book

build book

export gitbookImage=gitbook
#  Generate a `SUMMARY.md`
docker run --rm -v "$PWD:/srv/gitbook" -p 4000:4000 ${gitbookImage} book sm
# install plugin
docker run --rm -v "$PWD:/srv/gitbook" -p 4000:4000 ${gitbookImage} gitbook install
# run serve or build
docker run --rm -v "$PWD:/srv/gitbook" -p 4000:4000 ${gitbookImage} gitbook serve

build gitbook image

# build
docker build -t gitbook .
# pull
docker pull fanxiangs/gitbook

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published