Skip to content

Commit

Permalink
Adding JHipster framework (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrisli authored Oct 21, 2024
1 parent 1944e59 commit 3041515
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ class Graphql(_Framework):
_icon = "graphql.png"


class Jhipster(_Framework):
_icon = "jhipster.png"


class Laravel(_Framework):
_icon = "laravel.png"

Expand Down Expand Up @@ -84,3 +88,4 @@ class Vue(_Framework):

FastAPI = Fastapi
GraphQL = Graphql
JHipster = Jhipster
3 changes: 3 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Binary file added resources/programming/framework/jhipster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3041515

Please sign in to comment.