This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
feat(node): add Onprem Gitea (
#478
)
pull/418/merge
gabriel-tessier
3 years ago
committed by
GitHub
parent
1fdfdc4c62
commit
e79555b815
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
diagrams/onprem/vcs.py
+1
-0
docs/nodes/onprem.md
BIN
resources/onprem/vcs/gitea.png
+ 4
- 0
diagrams/onprem/vcs.py
View File
@@ -12,6 +12,10 @@ class Git(_Vcs):
_icon = "git.png"
class Gitea(_Vcs):
_icon = "gitea.png"
class Github(_Vcs):
_icon = "github.png"
+ 1
- 0
docs/nodes/onprem.md
View File
@@ -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**
BIN
resources/onprem/vcs/gitea.png
View File
Before
After
Width:
256
| Height:
256
| Size:
18 KiB
Write
Preview
Loading…
Cancel
Save