feat(node): Add phoenix framework (#975)

* add image

* add image to framework.py

* add static file and to doc

* update images for one that is better
pull/984/head
Gabriel Oliveira 10 months ago committed by GitHub
parent 13c0a9c9f9
commit 1c380b01b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -68,6 +68,10 @@ class Nextjs(_Framework):
_icon = "nextjs.png"
class Phoenix(_Framework):
_icon = "phoenix.png"
class Quarkus(_Framework):
_icon = "quarkus.png"

@ -128,6 +128,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/nextjs.png" alt="Nextjs" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Nextjs**, **NextJs** (alias)
<img width="30" src="/img/resources/programming/framework/phoenix.png" alt="Phoenix" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Phoenix**
<img width="30" src="/img/resources/programming/framework/quarkus.png" alt="Quarkus" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Quarkus**

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save