Skip to content

Commit

Permalink
feat(node): add SVN (#426)
Browse files Browse the repository at this point in the history
* Add: SVN

* updated the png file to remove the green background as suggested by gabriel-tessier
  • Loading branch information
ryancheley authored Aug 21, 2021
1 parent db48e3d commit b4ee466
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ class Gitlab(_Vcs):
_icon = "gitlab.png"


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


# Aliases
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added resources/onprem/vcs/svn.png
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 b4ee466

Please sign in to comment.