Browse Source

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

pull/963/head
Ihar Bukach 10 months ago
parent
commit
011814df55
6 changed files with 16 additions and 0 deletions
  1. +10
    -0
      diagrams/programming/framework.py
  2. +6
    -0
      docs/nodes/programming.md
  3. BIN
      resources/programming/framework/dotnet.png
  4. BIN
      resources/programming/framework/nextjs.png
  5. BIN
      website/static/img/resources/programming/framework/dotnet.png
  6. BIN
      website/static/img/resources/programming/framework/nextjs.png

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

@@ -76,7 +76,17 @@ class Vue(_Framework):
_icon = "vue.png"


class Dotnet(_Framework):
_icon = "dotnet.png"


class Nextjs(_Framework):
_icon = "nextjs.png"


# Aliases

FastAPI = Fastapi
GraphQL = Graphql
DotNet = Dotnet
NextJs = Nextjs

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

@@ -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;" >
**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




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

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

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

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

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

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

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

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

Loading…
Cancel
Save