Browse Source

Adding Apache Camel framework (#1005)

1027-feature-request-apigee-icon
Dimitrios (Dimi) Liapis 1 month ago
committed by GitHub
parent
commit
1944e59ae1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 0 deletions
  1. +4
    -0
      diagrams/programming/framework.py
  2. +3
    -0
      docs/nodes/programming.md
  3. BIN
      resources/programming/framework/camel.png
  4. BIN
      website/static/img/resources/programming/framework/camel.png

+ 4
- 0
diagrams/programming/framework.py View File

@@ -16,6 +16,10 @@ class Backbone(_Framework):
_icon = "backbone.png"


class Camel(_Framework):
_icon = "camel.png"


class Django(_Framework):
_icon = "django.png"



+ 3
- 0
docs/nodes/programming.md View File

@@ -89,6 +89,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/backbone.png" alt="Backbone" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Backbone**

<img width="30" src="/img/resources/programming/framework/camel.png" alt="Camel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Camel**

<img width="30" src="/img/resources/programming/framework/django.png" alt="Django" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Django**



BIN
resources/programming/framework/camel.png View File

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

BIN
website/static/img/resources/programming/framework/camel.png View File

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

Loading…
Cancel
Save