Skip to content

Commit

Permalink
feat(node): add Generic OS Debian (mingrammer#549) (mingrammer#570)
Browse files Browse the repository at this point in the history
* feat(node): add Generic OS Debian (mingrammer#549)

* [Fix] picture size
  • Loading branch information
gabriel-tessier authored and ngruelaneo committed Nov 25, 2022
1 parent e095ac6 commit d6c8db1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/generic/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Centos(_Os):
_icon = "centos.png"


class Debian(_Os):
_icon = "debian.png"


class IOS(_Os):
_icon = "ios.png"

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

- **diagrams.generic.os.Android**
- **diagrams.generic.os.Centos**
- **diagrams.generic.os.Debian**
- **diagrams.generic.os.IOS**
- **diagrams.generic.os.LinuxGeneral**
- **diagrams.generic.os.Raspbian**
Expand Down
Binary file added resources/generic/os/debian.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 d6c8db1

Please sign in to comment.