Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
flemay committed Feb 11, 2024
1 parent b067f80 commit 6a28b56
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions diagrams/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ find *.mmd -type f \
| xargs -I {} sh -c \
'printf "File: %s\n" {}; \
/home/mermaidcli/node_modules/.bin/mmdc \
-p /puppeteer-config.json \
-b transparent \
--puppeteerConfigFile /puppeteer-config.json \
--backgroundColor transparent \
--theme neutral \
-i {}'
printf "Copy *.svg to docs/guide/assets\n"
rm -fr /docs/guide/assets/*.svg
cp *.svg /opt/docs/guide/assets
#rm -fr /docs/guide/assets/*.svg
#cp *.svg /opt/docs/guide/assets
2 changes: 1 addition & 1 deletion diagrams/getting-started.mmd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6a28b56

Please sign in to comment.