1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Added make file

Added title, author to book.json
Added .bookignore
Ran make so docs updated
This commit is contained in:
Stephen Asbury
2019-05-15 10:37:46 -07:00
parent 230970f41e
commit e8e306c8a8
69 changed files with 12256 additions and 624 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
build: init examples
gitbook build . docs
init:
gitbook install
serve:
gitbook serve
examples:
go run tools/examplecompiler/main.go -o developer/examples -r tools/examplecompiler/example_repos.json -t tools/examplecompiler/example_template.tmp