From 90365c708baada8ae1dd136dcca62118873e5c0f Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 26 Jul 2018 21:13:08 -0400 Subject: Doc generation Signed-off-by: Dave Henderson --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ce445dd8..4eb33262 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,9 @@ docs/themes/hugo-material-docs: gen-docs: docs/themes/hugo-material-docs cd docs/; hugo +docs/content/functions/%.md: docs-src/content/functions/%.yml docs-src/content/functions/func_doc.md.tmpl + gomplate -d data=$< -f docs-src/content/functions/func_doc.md.tmpl -o $@ + # this target doesn't usually get used - it's mostly here as a reminder to myself # hint: make sure CLOUDCONVERT_API_KEY is set ;) gomplate.png: gomplate.svg -- cgit v1.2.3