fix: run autogen

pull/1068/head
tessier 10 months ago
parent 11565902ed
commit be1d1168da

@ -53,7 +53,7 @@ class Hibernate(_Framework):
class Jhipster(_Framework): class Jhipster(_Framework):
_icon = "jhipster.png" _icon = "jhipster.png"
class Laravel(_Framework): class Laravel(_Framework):
@ -62,15 +62,15 @@ class Laravel(_Framework):
class Micronaut(_Framework): class Micronaut(_Framework):
_icon = "micronaut.png" _icon = "micronaut.png"
class Nextjs(_Framework): class Nextjs(_Framework):
_icon = "nextjs.png" _icon = "nextjs.png"
class Phoenix(_Framework): class Phoenix(_Framework):
_icon = "phoenix.png" _icon = "phoenix.png"
class Quarkus(_Framework): class Quarkus(_Framework):
_icon = "quarkus.png" _icon = "quarkus.png"
@ -110,4 +110,3 @@ FastAPI = Fastapi
GraphQL = Graphql GraphQL = Graphql
DotNet = Dotnet DotNet = Dotnet
NextJs = Nextjs NextJs = Nextjs
JHipster = Jhipster

@ -8,8 +8,8 @@ class _Security(_Saas):
_icon_dir = "resources/saas/security" _icon_dir = "resources/saas/security"
class Scrowdstrike(_Security): class Crowdstrike(_Security):
_icon = "scrowdstrike.png" _icon = "crowdstrike.png"
class Sonarqube(_Security): class Sonarqube(_Security):

@ -117,7 +117,7 @@ Node classes list of the programming provider.
**diagrams.programming.framework.Hibernate** **diagrams.programming.framework.Hibernate**
<img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Jhipster**, **JHipster** (alias) **diagrams.programming.framework.Jhipster**
<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**

@ -122,8 +122,8 @@ Node classes list of the saas provider.
## saas.security ## saas.security
<img width="30" src="/img/resources/saas/security/scrowdstrike.png" alt="Scrowdstrike" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/saas/security/crowdstrike.png" alt="Crowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Scrowdstrike** **diagrams.saas.security.Crowdstrike**
<img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Sonarqube** **diagrams.saas.security.Sonarqube**

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save