Skip to content

Commit

Permalink
feat(node): add quarkus framework (mingrammer#934)
Browse files Browse the repository at this point in the history
* add quarkus framework

* add img to website folder
  • Loading branch information
fabriziofortino authored and ajmaradiaga committed Nov 8, 2023
1 parent 4dd8fd7 commit 35c27a0
Show file tree
Hide file tree
Showing 4 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.
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 35c27a0

Please sign in to comment.