summaryrefslogtreecommitdiff
path: root/gen-docs.sh
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-04-25 02:26:06 -0400
committereudoxia <uplink@distress.network>2022-04-25 02:26:06 -0400
commit04518819d5916cd4d024b4c6c777d23c75407e60 (patch)
tree5e65492c73bfb06e2d12c166c0faa4d85ebe8828 /gen-docs.sh
parentaa372c0ed6ca775f603a535d8bad70f172751a29 (diff)
added license headers
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;}"