1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
nats.docs/Makefile
Stephen Asbury c1f113449a Added make deploy
Added /docs so we can host
2019-05-20 14:04:23 -07:00

15 lines
304 B
Makefile

build: init examples
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