Adding JHipster framework (#1006)

pull/947/merge
Dimitrios (Dimi) Liapis 4 weeks ago committed by GitHub
parent 1944e59ae1
commit 3041515a9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,6 +44,10 @@ class Graphql(_Framework):
_icon = "graphql.png"
class Jhipster(_Framework):
_icon = "jhipster.png"
class Laravel(_Framework):
_icon = "laravel.png"
@ -84,3 +88,4 @@ class Vue(_Framework):
FastAPI = Fastapi
GraphQL = Graphql
JHipster = Jhipster

@ -110,6 +110,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/graphql.png" alt="Graphql" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Graphql**, **GraphQL** (alias)
<img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Jhipster**, **JHipster** (alias)
<img width="30" src="/img/resources/programming/framework/laravel.png" alt="Laravel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Laravel**

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Loading…
Cancel
Save