mirror of https://github.com/mingrammer/diagrams
Add Git/GitLab/Github to onprem.vcs section #58
parent
a599e2dac2
commit
4b5c593f43
@ -0,0 +1,23 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Vcs(_OnPrem):
|
||||
_type = "vcs"
|
||||
_icon_dir = "resources/onprem/vcs"
|
||||
|
||||
|
||||
class Git(_Vcs):
|
||||
_icon = "git.png"
|
||||
|
||||
|
||||
class Github(_Vcs):
|
||||
_icon = "github.png"
|
||||
|
||||
|
||||
class Gitlab(_Vcs):
|
||||
_icon = "gitlab.png"
|
||||
|
||||
|
||||
# Aliases
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in new issue