diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-13 13:46:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-13 13:46:12 +0100 |
| commit | ab50e998cb8ae245fb8ff40edc9d17879addc795 (patch) | |
| tree | 533d436980a96ae2dd99680b1e7abd02c8c9e483 /Makefile | |
| parent | 02a54aed212fb69dbacbbd8629ea1fe3b272cddf (diff) | |
Docs: Pre-build mermaid files without plugin
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ./... |
