summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-12-13 13:46:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-12-13 13:46:12 +0100
commitab50e998cb8ae245fb8ff40edc9d17879addc795 (patch)
tree533d436980a96ae2dd99680b1e7abd02c8c9e483 /Makefile
parent02a54aed212fb69dbacbbd8629ea1fe3b272cddf (diff)
Docs: Pre-build mermaid files without plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90b0753..a64b72b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ cli:
docs:
mkdocs build -f docs/mkdocs.yml
+docs-mermaid:
+ find docs/md -iname "*.mmd" -exec mmdc -t neutral -b transparent -i {} -o {}.svg \;
+
test:
go test -tags=cgotesting -race -v ./...