Skip to content

Commit

Permalink
Add diagrams.onprem.network.Mikrotik (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobiit authored Nov 18, 2024
1 parent 568c421 commit f7abcd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ class Linkerd(_Network):
_icon = "linkerd.png"


class Mikrotik(_Network):
_icon = "mikrotik.png"


class Nginx(_Network):
_icon = "nginx.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ Node classes list of the onprem provider.
<img width="30" src="/img/resources/onprem/network/linkerd.png" alt="Linkerd" style="float: left; padding-right: 5px;" >
**diagrams.onprem.network.Linkerd**

<img width="30" src="/img/resources/onprem/network/mikrotik.png" alt="Mikrotik" style="float: left; padding-right: 5px;" >
**diagrams.onprem.network.Mikrotik**

<img width="30" src="/img/resources/onprem/network/nginx.png" alt="Nginx" style="float: left; padding-right: 5px;" >
**diagrams.onprem.network.Nginx**

Expand Down
Binary file added resources/onprem/network/mikrotik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 f7abcd0

Please sign in to comment.