feat(node): add quarkus framework (#934)

* add quarkus framework

* add img to website folder
pull/942/head
Fabrizio Fortino 11 months ago committed by GitHub
parent 0b09d1b4d7
commit 26affccdf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,10 @@ class Micronaut(_Framework):
_icon = "micronaut.png"
class Quarkus(_Framework):
_icon = "quarkus.png"
class Rails(_Framework):
_icon = "rails.png"

@ -113,6 +113,9 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/micronaut.png" alt="Micronaut" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Micronaut**
<img width="30" src="/img/resources/programming/framework/quarkus.png" alt="Quarkus" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Quarkus**
<img width="30" src="/img/resources/programming/framework/rails.png" alt="Rails" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Rails**

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Loading…
Cancel
Save