aboutsummaryrefslogtreecommitdiffstats
path: root/docs/build-current
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-04-10 14:08:25 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2020-04-10 14:08:25 +0200
commit12b37c39e19df082e48825cfcf59fc067bffb4d0 (patch)
tree56683bc712c5c8f88eeee121f7762e03f715b04e /docs/build-current
parent0d9e517c064ca3992fac83c3a1ec6e4284221e72 (diff)
downloadmitmproxy-12b37c39e19df082e48825cfcf59fc067bffb4d0.tar.gz
mitmproxy-12b37c39e19df082e48825cfcf59fc067bffb4d0.tar.bz2
mitmproxy-12b37c39e19df082e48825cfcf59fc067bffb4d0.zip
docs: render all examples into one markdown page
Diffstat (limited to 'docs/build-current')
-rwxr-xr-xdocs/build-current2
1 files changed, 2 insertions, 0 deletions
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