Skip to content

Commit

Permalink
feat(node): add raspbian gen os (#589)
Browse files Browse the repository at this point in the history
* Add Raspberry Pi logo for describing RPis.

* Added raspbian.png for Raspberry Pis.

* update raspbian.png for size
  • Loading branch information
abrudner authored Nov 4, 2022
1 parent b35be05 commit 93adbcc
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 @@ -24,6 +24,10 @@ class LinuxGeneral(_Os):
_icon = "linux-general.png"


class Raspbian(_Os):
_icon = "raspbian.png"


class Suse(_Os):
_icon = "suse.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 @@ -36,6 +36,7 @@ Node classes list of generic provider.
- **diagrams.generic.os.Centos**
- **diagrams.generic.os.IOS**
- **diagrams.generic.os.LinuxGeneral**
- **diagrams.generic.os.Raspbian**
- **diagrams.generic.os.Suse**
- **diagrams.generic.os.Ubuntu**
- **diagrams.generic.os.Windows**
Expand Down
Binary file added resources/generic/os/raspbian.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 93adbcc

Please sign in to comment.