Przeglądaj źródła

feat(node): add vercel + fix alias

pull/963/head
tessier 3 tygodni temu
rodzic
commit
84abfba000
5 zmienionych plików z 24 dodań i 15 usunięć
  1. +3
    -1
      config.py
  2. +12
    -8
      diagrams/programming/framework.py
  3. +9
    -6
      docs/nodes/programming.md
  4. BIN
      resources/programming/framework/vercel.png
  5. BIN
      website/static/img/resources/programming/framework/vercel.png

+ 3
- 1
config.py Wyświetl plik

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


+ 12
- 8
diagrams/programming/framework.py Wyświetl plik

@@ -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


+ 9
- 6
docs/nodes/programming.md Wyświetl plik

@@ -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




BIN
resources/programming/framework/vercel.png Wyświetl plik

Przed Po
Szerokość: 256  |  Wysokość: 225  |  Rozmiar: 3.0 KiB

BIN
website/static/img/resources/programming/framework/vercel.png Wyświetl plik

Przed Po
Szerokość: 256  |  Wysokość: 225  |  Rozmiar: 3.0 KiB

Ładowanie…
Anuluj
Zapisz