Browse Source

feat(node): add chatbot icon (#633)

tags/v0.21.0
y-tomida 2 years ago
committed by GitHub
parent
commit
e03ca65725
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions
  1. +4
    -0
      diagrams/aws/management.py
  2. +1
    -0
      docs/nodes/aws.md
  3. BIN
      resources/aws/management/chatbot.png

+ 4
- 0
diagrams/aws/management.py View File

@@ -12,6 +12,10 @@ class AutoScaling(_Management):
_icon = "auto-scaling.png" _icon = "auto-scaling.png"




class Chatbot(_Management):
_icon = "chatbot.png"


class CloudformationChangeSet(_Management): class CloudformationChangeSet(_Management):
_icon = "cloudformation-change-set.png" _icon = "cloudformation-change-set.png"




+ 1
- 0
docs/nodes/aws.md View File

@@ -301,6 +301,7 @@ Node classes list of aws provider.
## aws.management ## aws.management


- **diagrams.aws.management.AutoScaling** - **diagrams.aws.management.AutoScaling**
- **diagrams.aws.management.Chatbot**
- **diagrams.aws.management.CloudformationChangeSet** - **diagrams.aws.management.CloudformationChangeSet**
- **diagrams.aws.management.CloudformationStack** - **diagrams.aws.management.CloudformationStack**
- **diagrams.aws.management.CloudformationTemplate** - **diagrams.aws.management.CloudformationTemplate**


BIN
resources/aws/management/chatbot.png View File

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

Loading…
Cancel
Save