Selaa lähdekoodia

New Auth0, Cloudflare, Recombee Nodes (#209)

* new auth0, cloudflare, recombee nodes

* removed text from icons
pull/133/merge
Hagai Shapira 4 vuotta sitten
committed by GitHub
vanhempi
commit
4c377a073e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 muutettua tiedostoa jossa 57 lisäystä ja 0 poistoa
  1. +15
    -0
      diagrams/saas/cdn.py
  2. +15
    -0
      diagrams/saas/identity.py
  3. +15
    -0
      diagrams/saas/recommendation.py
  4. +12
    -0
      docs/nodes/saas.md
  5. BIN
      resources/saas/cdn/cloudflare.png
  6. BIN
      resources/saas/identity/auth0.png
  7. BIN
      resources/saas/recommendation/recombee.png

+ 15
- 0
diagrams/saas/cdn.py Näytä tiedosto

@@ -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
- 0
diagrams/saas/identity.py Näytä tiedosto

@@ -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
- 0
diagrams/saas/recommendation.py Näytä tiedosto

@@ -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
- 0
docs/nodes/saas.md Näytä tiedosto

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


BIN
resources/saas/cdn/cloudflare.png Näytä tiedosto

Before After
Leveys: 256  |  Korkeus: 115  |  Koko: 11 KiB

BIN
resources/saas/identity/auth0.png Näytä tiedosto

Before After
Leveys: 230  |  Korkeus: 256  |  Koko: 11 KiB

BIN
resources/saas/recommendation/recombee.png Näytä tiedosto

Before After
Leveys: 256  |  Korkeus: 256  |  Koko: 13 KiB

Ladataan…
Peruuta
Tallenna