Render Markdown with Jsonnet natively (#26)

This commit is contained in:
Jeroen Op 't Eynde 2022-06-11 14:49:15 +02:00 committed by GitHub
parent fc3f9bca2d
commit f47f46f93f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 427 additions and 39 deletions

View file

@ -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