mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-11 22:10:13 +01:00
Extend render template with common usage & install instructions (#27)
* Extend render template with jsonnet-bundler instructions * push usage/install templates up the stack * ensure newline between docs and header * correctly quote default args
This commit is contained in:
parent
f47f46f93f
commit
fedfb4920f
5 changed files with 119 additions and 34 deletions
3
Makefile
3
Makefile
|
|
@ -16,5 +16,6 @@ push-image:
|
|||
docker push $(IMAGE_PREFIX)/$(IMAGE_NAME):latest
|
||||
|
||||
docs:
|
||||
jsonnet -J doc-util -S -c -m doc-util/ doc-util/docs.jsonnet
|
||||
jsonnet -S -c -m doc-util/ \
|
||||
-e "(import 'doc-util/main.libsonnet').render(import 'doc-util/main.libsonnet')"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue