Skip to content

Commit

Permalink
run autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier committed Nov 20, 2024
1 parent 31104d3 commit 1cd6749
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ class Spring(_Framework):
_icon = "spring.png"


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


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

Expand Down
4 changes: 4 additions & 0 deletions diagrams/programming/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ class Scala(_Language):
_icon = "scala.png"


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


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

Expand Down
6 changes: 6 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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**

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cd6749

Please sign in to comment.