Skip to content

Commit

Permalink
MAINTENANCE update diagram to include the classes in the web directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Sep 23, 2024
1 parent d38b2b9 commit 0351b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src-diagrams/XKPasswdJS-docs-diagram.mmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
%%{ init: { 'flowchart': { 'curve': 'basis' } } }%%
flowchart TD
web["fa:fa-code /src/web/ fa:fa-code<br><hr>Source code for web app<br/>(Controllers and Views)"] --> src
lib["fa:fa-code /src/lib/ fa:fa-code<br><hr>Source code for password generator<br/>(Model)"] --> src
src["fa:fa-code /src/ fa:fa-code<br><hr>Source Code & Test Suite"]
--> buildScripts[["/buildScripts/<br><hr>Scripts to build<br>module bundle &<br>documentation<br>incl UML diagrams"]]
--> dist("fa:fa-fire /dist/ fa:fa-fire<br><hr>Autogenerated <br>module bundle<br>for distribution<br>DO NOT EDIT!") & docs("fa:fa-fire /dist/docs/ fa:fa-fire<br><hr>Autogenerated<br>documentation<br>from JSDoc<br>DO NOT EDIT!")
Expand All @@ -20,6 +22,8 @@ flowchart TD
style docsOther fill: #ADD8E6
class src inputSrc;
class web inputSrc;
class lib inputSrc;
class dist doNotEdit;
class docs doNotEdit;
class srcDiagrams inputSrc;
Expand Down

0 comments on commit 0351b1d

Please sign in to comment.