Browse Source

feat(node): add starlette framework (#443)

pull/322/merge
Matěj Volf 3 years ago
committed by GitHub
parent
commit
798355f367
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/programming/framework.py
  2. +1
    -0
      docs/nodes/programming.md
  3. BIN
      resources/programming/framework/starlette.png

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

@@ -56,6 +56,10 @@ class Spring(_Framework):
_icon = "spring.png"


class Starlette(_Framework):
_icon = "starlette.png"


class Vue(_Framework):
_icon = "vue.png"



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

@@ -46,6 +46,7 @@ Node classes list of programming provider.
- **diagrams.programming.framework.Rails**
- **diagrams.programming.framework.React**
- **diagrams.programming.framework.Spring**
- **diagrams.programming.framework.Starlette**
- **diagrams.programming.framework.Vue**

## programming.language


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

Before After
Width: 256  |  Height: 192  |  Size: 10 KiB

Loading…
Cancel
Save