diff --git a/diagrams/programming/framework.py b/diagrams/programming/framework.py index 10b184b9..1b744784 100644 --- a/diagrams/programming/framework.py +++ b/diagrams/programming/framework.py @@ -62,11 +62,15 @@ class Laravel(_Framework): class Micronaut(_Framework): _icon = "micronaut.png" - + class Nextjs(_Framework): _icon = "nextjs.png" + +class Phoenix(_Framework): + _icon = "phoenix.png" + class Quarkus(_Framework): _icon = "quarkus.png" diff --git a/docs/nodes/programming.md b/docs/nodes/programming.md index 44843c71..7e175898 100644 --- a/docs/nodes/programming.md +++ b/docs/nodes/programming.md @@ -128,6 +128,9 @@ Node classes list of the programming provider. Nextjs **diagrams.programming.framework.Nextjs**, **NextJs** (alias) +Phoenix +**diagrams.programming.framework.Phoenix** + Quarkus **diagrams.programming.framework.Quarkus** diff --git a/resources/programming/framework/phoenix.png b/resources/programming/framework/phoenix.png new file mode 100644 index 00000000..ca32175f Binary files /dev/null and b/resources/programming/framework/phoenix.png differ diff --git a/website/static/img/resources/programming/framework/phoenix.png b/website/static/img/resources/programming/framework/phoenix.png new file mode 100644 index 00000000..ca32175f Binary files /dev/null and b/website/static/img/resources/programming/framework/phoenix.png differ