瀏覽代碼

Adding JHipster framework (#1006)

pull/1035/head
Dimitrios (Dimi) Liapis 1 月之前
committed by GitHub
父節點
當前提交
3041515a9a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 4 個文件被更改,包括 8 次插入0 次删除
  1. +5
    -0
      diagrams/programming/framework.py
  2. +3
    -0
      docs/nodes/programming.md
  3. 二進制
      resources/programming/framework/jhipster.png
  4. 二進制
      website/static/img/resources/programming/framework/jhipster.png

+ 5
- 0
diagrams/programming/framework.py 查看文件

@@ -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 查看文件

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



二進制
resources/programming/framework/jhipster.png 查看文件

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

二進制
website/static/img/resources/programming/framework/jhipster.png 查看文件

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

Loading…
取消
儲存