mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
12 lines
252 B
Makefile
12 lines
252 B
Makefile
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
|