mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-11 22:10:13 +01:00
Render Markdown with Jsonnet natively (#26)
This commit is contained in:
parent
fc3f9bca2d
commit
f47f46f93f
5 changed files with 427 additions and 39 deletions
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: build test push push-image
|
||||
.PHONY: build test push push-image docs
|
||||
|
||||
IMAGE_NAME ?= docsonnet
|
||||
IMAGE_PREFIX ?= jsonnetlibs
|
||||
|
|
@ -14,3 +14,7 @@ push: build test push-image
|
|||
push-image:
|
||||
docker push $(IMAGE_PREFIX)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
docker push $(IMAGE_PREFIX)/$(IMAGE_NAME):latest
|
||||
|
||||
docs:
|
||||
jsonnet -J doc-util -S -c -m doc-util/ doc-util/docs.jsonnet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue