From 12b37c39e19df082e48825cfcf59fc067bffb4d0 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Fri, 10 Apr 2020 14:08:25 +0200 Subject: docs: render all examples into one markdown page --- docs/build-current | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/build-current') diff --git a/docs/build-current b/docs/build-current index 7164de6d..d01b4e7e 100755 --- a/docs/build-current +++ b/docs/build-current @@ -8,5 +8,7 @@ for script in scripts/* ; do "$script" > "src/generated/${output%.*}.html" done +python3 render_examples > src/content/addons-examples.md + cd src hugo -- cgit v1.2.3