1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
nats.docs/Makefile
Stephen Asbury 14921affdc Added favico plugin
Moved logo to assets/images
Added docs to book ignore
2019-05-30 15:16:53 -07:00

16 lines
319 B
Makefile

build: init examples
rm -rf _.docs
gitbook build . _docs
init:
gitbook install
serve:
gitbook serve
examples:
go run _tools/examplecompiler/main.go -o _examples -r _tools/examplecompiler/example_repos.json -t _tools/examplecompiler/example_template.tmp
deploy: init examples
rm -rf docs
gitbook build . docs