Skip to content

Commit 5a286b9

Browse files
committed
Diagrams created
1 parent 3e42279 commit 5a286b9

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.distignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/legacy-tests
1111
/multisite-language-switcher
1212
/node_modules
13+
/out
1314
/src
1415
/tests
1516
.distignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ tests/playwright-results/
1313
tests/playwright-report/
1414
tests/playwright/.env.local
1515
node_modules/
16+
out/
1617
vendor/
1718

Diagrams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Infrastructural overview about the plugin's PHP classes:
44

5-
![PlantUML class diagram](https://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/lloc/multisite-language-switcher/master/diagrams/msls-class.puml)
5+
![PlantUML class diagram](diagrams/class-diagram.png)
66

77
Package diagram:
88

9-
![PlantUML class diagram](https://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/lloc/multisite-language-switcher/master/diagrams/msls-package.puml)
9+
![PlantUML class diagram](diagrams/package-related-diagram.png)

diagrams/class-diagram.png

912 KB
Loading

diagrams/package-related-diagram.png

75.1 KB
Loading

0 commit comments

Comments
 (0)