New Auth0, Cloudflare, Recombee Nodes (#209)

* new auth0, cloudflare, recombee nodes

* removed text from icons
pull/133/merge
Hagai Shapira 5 years ago committed by GitHub
parent 3c846be20b
commit 4c377a073e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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

@ -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

@ -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**

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save