add docs
This commit is contained in:
3
doc/db/recreate.sh
Executable file
3
doc/db/recreate.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find . -name "*.mermaid" -type f -exec sh -c 'mmdc -i "$1" -o "${1%.mermaid}.svg" -b transparent -t dark' sh {} \;
|
Reference in New Issue
Block a user