Browse Source

Adding JHipster framework (#1006)

pull/1035/head
Dimitrios (Dimi) Liapis 1 month ago
committed by GitHub
parent
commit
3041515a9a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions
  1. +5
    -0
      diagrams/programming/framework.py
  2. +3
    -0
      docs/nodes/programming.md
  3. BIN
      resources/programming/framework/jhipster.png
  4. BIN
      website/static/img/resources/programming/framework/jhipster.png

+ 5
- 0
diagrams/programming/framework.py View File

@@ -44,6 +44,10 @@ class Graphql(_Framework):
_icon = "graphql.png" _icon = "graphql.png"




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


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


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


FastAPI = Fastapi FastAPI = Fastapi
GraphQL = Graphql GraphQL = Graphql
JHipster = Jhipster

+ 3
- 0
docs/nodes/programming.md View File

@@ -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;" > <img width="30" src="/img/resources/programming/framework/graphql.png" alt="Graphql" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Graphql**, **GraphQL** (alias) **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;" > <img width="30" src="/img/resources/programming/framework/laravel.png" alt="Laravel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Laravel** **diagrams.programming.framework.Laravel**




BIN
resources/programming/framework/jhipster.png View File

Before After
Width: 256  |  Height: 256  |  Size: 6.7 KiB

BIN
website/static/img/resources/programming/framework/jhipster.png View File

Before After
Width: 256  |  Height: 256  |  Size: 6.7 KiB

Loading…
Cancel
Save