Skip to content

Commit

Permalink
add quarkus framework
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofortino committed Oct 11, 2023
1 parent b19b097 commit 5ade844
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ class Micronaut(_Framework):
_icon = "micronaut.png"


class Quarkus(_Framework):
_icon = "quarkus.png"


class Rails(_Framework):
_icon = "rails.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/micronaut.png" alt="Micronaut" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Micronaut**

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

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

Expand Down
Binary file added resources/programming/framework/quarkus.png
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 5ade844

Please sign in to comment.