Skip to content

Commit

Permalink
feat(node): add Onprem Gitea (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier authored May 3, 2021
1 parent 1fdfdc4 commit e79555b
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 @@ -12,6 +12,10 @@ class Git(_Vcs):
_icon = "git.png"


class Gitea(_Vcs):
_icon = "gitea.png"


class Github(_Vcs):
_icon = "github.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Node classes list of onprem provider.
## onprem.vcs

- **diagrams.onprem.vcs.Git**
- **diagrams.onprem.vcs.Gitea**
- **diagrams.onprem.vcs.Github**
- **diagrams.onprem.vcs.Gitlab**

Expand Down
Binary file added resources/onprem/vcs/gitea.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 e79555b

Please sign in to comment.