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

Added make deploy

Added /docs so we can host
This commit is contained in:
Stephen Asbury
2019-05-20 14:04:23 -07:00
parent e345101a88
commit c1f113449a
159 changed files with 290490 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ 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