Ver código fonte

Adding JHipster framework (#1006)

pull/1035/head
Dimitrios (Dimi) Liapis 1 mês atrás
committed by GitHub
pai
commit
3041515a9a
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
4 arquivos alterados com 8 adições e 0 exclusões
  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 Ver arquivo

@@ -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

+ 3
- 0
docs/nodes/programming.md Ver arquivo

@@ -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**



BIN
resources/programming/framework/jhipster.png Ver arquivo

Antes Depois
Largura: 256  |  Altura: 256  |  Tamanho: 6.7 KiB

BIN
website/static/img/resources/programming/framework/jhipster.png Ver arquivo

Antes Depois
Largura: 256  |  Altura: 256  |  Tamanho: 6.7 KiB

Carregando…
Cancelar
Salvar