Skip to content

Commit

Permalink
add cloudinary logo in media management category (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaishapira authored Jul 2, 2020
1 parent eef343b commit 950758c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/saas/media.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Saas


class _Media(_Saas):
_type = "media"
_icon_dir = "resources/saas/media"


class Cloudinary(_Media):
_icon = "cloudinary.png"


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Node classes list of saas provider.

- **diagrams.saas.identity.Auth0**

## saas.media

- **diagrams.saas.media.Cloudinary**

## saas.recommendation

- **diagrams.saas.recommendation.Recombee**
Expand Down
Binary file added resources/saas/media/cloudinary.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 950758c

Please sign in to comment.