Skip to content

Commit

Permalink
New Auth0, Cloudflare, Recombee Nodes (#209)
Browse files Browse the repository at this point in the history
* new auth0, cloudflare, recombee nodes

* removed text from icons
  • Loading branch information
hagaishapira authored Jun 24, 2020
1 parent 3c846be commit 4c377a0
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/saas/cdn.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 _Cdn(_Saas):
_type = "cdn"
_icon_dir = "resources/saas/cdn"


class Cloudflare(_Cdn):
_icon = "cloudflare.png"


# Aliases
15 changes: 15 additions & 0 deletions diagrams/saas/identity.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 _Identity(_Saas):
_type = "identity"
_icon_dir = "resources/saas/identity"


class Auth0(_Identity):
_icon = "auth0.png"


# Aliases
15 changes: 15 additions & 0 deletions diagrams/saas/recommendation.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 _Recommendation(_Saas):
_type = "recommendation"
_icon_dir = "resources/saas/recommendation"


class Recombee(_Recommendation):
_icon = "recombee.png"


# Aliases
12 changes: 12 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,23 @@ Node classes list of saas provider.

- **diagrams.saas.analytics.Stitch**

## saas.cdn

- **diagrams.saas.cdn.Cloudflare**

## saas.chat

- **diagrams.saas.chat.Slack**
- **diagrams.saas.chat.Telegram**

## saas.identity

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

## saas.recommendation

- **diagrams.saas.recommendation.Recombee**

## saas.social

- **diagrams.saas.social.Facebook**
Expand Down
Binary file added resources/saas/cdn/cloudflare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/identity/auth0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/recommendation/recombee.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 4c377a0

Please sign in to comment.