Explorar el Código

run autogen

pull/1047/head
tessier hace 1 día
padre
commit
1cd6749801
Se han modificado 5 ficheros con 14 adiciones y 0 borrados
  1. +4
    -0
      diagrams/programming/framework.py
  2. +4
    -0
      diagrams/programming/language.py
  3. +6
    -0
      docs/nodes/programming.md
  4. BIN
      website/static/img/resources/programming/framework/sqlpage.png
  5. BIN
      website/static/img/resources/programming/language/sql.png

+ 4
- 0
diagrams/programming/framework.py Ver fichero

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


class Sqlpage(_Framework):
_icon = "sqlpage.png"


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



+ 4
- 0
diagrams/programming/language.py Ver fichero

@@ -88,6 +88,10 @@ class Scala(_Language):
_icon = "scala.png"


class Sql(_Language):
_icon = "sql.png"


class Swift(_Language):
_icon = "swift.png"



+ 6
- 0
docs/nodes/programming.md Ver fichero

@@ -140,6 +140,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/spring.png" alt="Spring" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Spring**

<img width="30" src="/img/resources/programming/framework/sqlpage.png" alt="Sqlpage" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Sqlpage**

<img width="30" src="/img/resources/programming/framework/starlette.png" alt="Starlette" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Starlette**

@@ -215,6 +218,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/language/scala.png" alt="Scala" style="float: left; padding-right: 5px;" >
**diagrams.programming.language.Scala**

<img width="30" src="/img/resources/programming/language/sql.png" alt="Sql" style="float: left; padding-right: 5px;" >
**diagrams.programming.language.Sql**

<img width="30" src="/img/resources/programming/language/swift.png" alt="Swift" style="float: left; padding-right: 5px;" >
**diagrams.programming.language.Swift**



BIN
website/static/img/resources/programming/framework/sqlpage.png Ver fichero

Antes Después
Anchura: 256  |  Altura: 256  |  Tamaño: 34 KiB

BIN
website/static/img/resources/programming/language/sql.png Ver fichero

Antes Después
Anchura: 256  |  Altura: 256  |  Tamaño: 54 KiB

Cargando…
Cancelar
Guardar