feat(node): add vercel + fix alias

pull/963/head
tessier 3 weeks ago
parent 011814df55
commit 84abfba000

@ -429,7 +429,9 @@ ALIASES = {
"programming": {
"framework": {
"Fastapi": "FastAPI",
"Graphql": "GraphQL"
"Graphql": "GraphQL",
"Dotnet": "DotNet",
"Nextjs": "NextJs"
},
"language": {
"Javascript": "JavaScript",

@ -20,6 +20,10 @@ class Django(_Framework):
_icon = "django.png"
class Dotnet(_Framework):
_icon = "dotnet.png"
class Ember(_Framework):
_icon = "ember.png"
@ -48,6 +52,10 @@ class Micronaut(_Framework):
_icon = "micronaut.png"
class Nextjs(_Framework):
_icon = "nextjs.png"
class Quarkus(_Framework):
_icon = "quarkus.png"
@ -72,16 +80,12 @@ class Svelte(_Framework):
_icon = "svelte.png"
class Vue(_Framework):
_icon = "vue.png"
class Dotnet(_Framework):
_icon = "dotnet.png"
class Vercel(_Framework):
_icon = "vercel.png"
class Nextjs(_Framework):
_icon = "nextjs.png"
class Vue(_Framework):
_icon = "vue.png"
# Aliases

@ -92,6 +92,9 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/django.png" alt="Django" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Django**
<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/ember.png" alt="Ember" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Ember**
@ -113,6 +116,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/nextjs.png" alt="Nextjs" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Nextjs**, **NextJs** (alias)
<img width="30" src="/img/resources/programming/framework/quarkus.png" alt="Quarkus" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Quarkus**
@ -131,15 +137,12 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/svelte.png" alt="Svelte" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Svelte**
<img width="30" src="/img/resources/programming/framework/vercel.png" alt="Vercel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Vercel**
<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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Loading…
Cancel
Save