From 55527c00eb35bf3b07b361363fd8ca2961afc8ba Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 11 Apr 2020 12:25:56 +0200 Subject: docs: rename docs scripts and improve template --- docs/build-current | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 docs/build-current (limited to 'docs/build-current') diff --git a/docs/build-current b/docs/build-current deleted file mode 100755 index d01b4e7e..00000000 --- a/docs/build-current +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -set -e - -for script in scripts/* ; do - echo "Generating output for $script ..." - output="${script##*/}" - "$script" > "src/generated/${output%.*}.html" -done - -python3 render_examples > src/content/addons-examples.md - -cd src -hugo -- cgit v1.2.3