Browse Source

feat(node): add SVN (#426)

* Add: SVN

* updated the png file to remove the green background as suggested by gabriel-tessier
pull/322/merge
Ryan Cheley 3 years ago
committed by GitHub
parent
commit
b4ee4666c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions
  1. +4
    -0
      diagrams/onprem/vcs.py
  2. +1
    -0
      docs/nodes/onprem.md
  3. BIN
      resources/onprem/vcs/svn.png

+ 4
- 0
diagrams/onprem/vcs.py View File

@@ -24,4 +24,8 @@ class Gitlab(_Vcs):
_icon = "gitlab.png"


class Svn(_Vcs):
_icon = "svn.png"


# Aliases

+ 1
- 0
docs/nodes/onprem.md View File

@@ -235,6 +235,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.vcs.Gitea**
- **diagrams.onprem.vcs.Github**
- **diagrams.onprem.vcs.Gitlab**
- **diagrams.onprem.vcs.Svn**

## onprem.workflow



BIN
resources/onprem/vcs/svn.png View File

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

Loading…
Cancel
Save