1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
nats.docs/Makefile
Stephen Asbury dd445372d2 removed docs, moved to _docs when building
Added _docs to git and book ignore files
Update make file
2019-05-15 12:32:32 -07:00

12 lines
247 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