feat(node): add .Net & Next.js frameworks

pull/963/head
Ihar Bukach 2 years ago
parent f517463eae
commit 011814df55

@ -76,7 +76,17 @@ class Vue(_Framework):
_icon = "vue.png" _icon = "vue.png"
class Dotnet(_Framework):
_icon = "dotnet.png"
class Nextjs(_Framework):
_icon = "nextjs.png"
# Aliases # Aliases
FastAPI = Fastapi FastAPI = Fastapi
GraphQL = Graphql GraphQL = Graphql
DotNet = Dotnet
NextJs = Nextjs

@ -134,6 +134,12 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/vue.png" alt="Vue" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/programming/framework/vue.png" alt="Vue" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Vue** **diagrams.programming.framework.Vue**
<img width="30" src="/img/resources/programming/framework/dotnet.png" alt="Dotnet" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Dotnet**, **DotNet** (alias)
<img width="30" src="/img/resources/programming/framework/nextjs.png" alt="Nextjs" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Nextjs**, **NextJs** (alias)
## programming.language ## programming.language

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save