Skip to content

Commit

Permalink
Add Transit Gateway Attachment icon, its alias and Internet Gateway a…
Browse files Browse the repository at this point in the history
…lias.
  • Loading branch information
laiminhtrung1997 committed Nov 4, 2024
1 parent a5a3ef7 commit a621f92
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 6 deletions.
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@
"ElbClassicLoadBalancer": "CLB",
"ElbNetworkLoadBalancer": "NLB",
"GlobalAccelerator": "GAX",
"InternetGateway": "IGW",
"TransitGateway": "TGW",
"TransitGatewayAttachment": "TGWAttach",
},
"security": {
"CertificateManager": "ACM",
Expand Down
7 changes: 7 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ class SiteToSiteVpn(_Network):
_icon = "site-to-site-vpn.png"


class TransitGatewayAttachment(_Network):
_icon = "transit-gateway-attachment.png"


class TransitGateway(_Network):
_icon = "transit-gateway.png"

Expand Down Expand Up @@ -172,3 +176,6 @@ class VpnGateway(_Network):
CLB = ElbClassicLoadBalancer
NLB = ElbNetworkLoadBalancer
GAX = GlobalAccelerator
IGW = InternetGateway
TGW = TransitGateway
TGWAttach = TransitGatewayAttachment
3 changes: 1 addition & 2 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Hibernate(_Framework):


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


class Laravel(_Framework):
Expand Down Expand Up @@ -106,4 +106,3 @@ class Vue(_Framework):
GraphQL = Graphql
DotNet = Dotnet
NextJs = Nextjs
JHipster = Jhipster
2 changes: 1 addition & 1 deletion diagrams/saas/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class _Security(_Saas):
_type = "alerting"
_type = "security"
_icon_dir = "resources/saas/security"


Expand Down
7 changes: 5 additions & 2 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ Node classes list of the aws provider.
**diagrams.aws.network.GlobalAccelerator**, **GAX** (alias)

<img width="30" src="/img/resources/aws/network/internet-gateway.png" alt="InternetGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.InternetGateway**
**diagrams.aws.network.InternetGateway**, **IGW** (alias)

<img width="30" src="/img/resources/aws/network/nacl.png" alt="Nacl" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.Nacl**
Expand Down Expand Up @@ -1256,8 +1256,11 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/network/site-to-site-vpn.png" alt="SiteToSiteVpn" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.SiteToSiteVpn**

<img width="30" src="/img/resources/aws/network/transit-gateway-attachment.png" alt="TransitGatewayAttachment" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.TransitGatewayAttachment**, **TGWAttach** (alias)

<img width="30" src="/img/resources/aws/network/transit-gateway.png" alt="TransitGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.TransitGateway**
**diagrams.aws.network.TransitGateway**, **TGW** (alias)

<img width="30" src="/img/resources/aws/network/vpc-customer-gateway.png" alt="VPCCustomerGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.VPCCustomerGateway**
Expand Down
2 changes: 1 addition & 1 deletion docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Node classes list of the programming provider.
**diagrams.programming.framework.Hibernate**

<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;" >
**diagrams.programming.framework.Laravel**
Expand Down
6 changes: 6 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ Node classes list of the saas provider.
<img width="30" src="/img/resources/saas/recommendation/recombee.png" alt="Recombee" style="float: left; padding-right: 5px;" >
**diagrams.saas.recommendation.Recombee**

## saas.security


<img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Sonarqube**

## saas.social


Expand Down
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.
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 a621f92

Please sign in to comment.