Skip to content

Commit

Permalink
updated mermaidjs_generate_diagrams.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 21, 2025
1 parent 48f62b6 commit 0c2843f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diagrams/mermaidjs_generate_diagrams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
usage_description="
Generates all MermaidJS .mmd diagrams found under the current or given directory
Set SKIP_FILENAME_REGEX environment variable to exclude trying to generate your base templates and things like that which are likely to fail for having a superset of example code in them
Set SKIP_FILENAME_REGEX environment variable to exclude trying to generate your base templates
or similar that which are likely to fail for having a superset of example code in them
export SKIP_FILENAME_REGEX='template.mmd|diagram.mmd'
Expand Down

0 comments on commit 0c2843f

Please sign in to comment.