summaryrefslogtreecommitdiff
path: root/gen-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen-docs.sh')
-rwxr-xr-xgen-docs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen-docs.sh b/gen-docs.sh
index ed371ff..6dcd149 100755
--- a/gen-docs.sh
+++ b/gen-docs.sh
@@ -1,5 +1,7 @@
#!/bin/sh -e
+# This script solely generates the formatted code as hosted on the distress.network website. It is thus not intended for actual use by anyone other than the site owner.
+
tmp=$(mktemp -p /tmp)
css="h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}"