diff --git a/diagrams/sap/__init__.py b/diagrams/sap/__init__.py new file mode 100644 index 00000000..fb38ecb5 --- /dev/null +++ b/diagrams/sap/__init__.py @@ -0,0 +1,12 @@ +""" +SAP provides a set of services for SAP provider. +""" + +from diagrams import Node + + +class _SAP(Node): + _provider = "sap" + _icon_dir = "resources/sap" + + fontcolor = "#ffffff" diff --git a/diagrams/sap/ai.py b/diagrams/sap/ai.py new file mode 100644 index 00000000..2a7d3acf --- /dev/null +++ b/diagrams/sap/ai.py @@ -0,0 +1,83 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Ai(_SAP): + _type = "ai" + _icon_dir = "resources/sap/ai" + + +class AiCore(_Ai): + _icon = "ai-core.png" + + +class AiCore_Circle(_Ai): + _icon = "ai-core_circle.png" + + +class BusinessEntityRecognition(_Ai): + _icon = "business-entity-recognition.png" + + +class BusinessEntityRecognition_Circle(_Ai): + _icon = "business-entity-recognition_circle.png" + + +class DataAttributeRecommendation(_Ai): + _icon = "data-attribute-recommendation.png" + + +class DataAttributeRecommendation_Circle(_Ai): + _icon = "data-attribute-recommendation_circle.png" + + +class DocumentClassification(_Ai): + _icon = "document-classification.png" + + +class DocumentClassification_Circle(_Ai): + _icon = "document-classification_circle.png" + + +class DocumentInformationExtraction(_Ai): + _icon = "document-information-extraction.png" + + +class DocumentInformationExtraction_Circle(_Ai): + _icon = "document-information-extraction_circle.png" + + +class InvoiceObjectRecommendation(_Ai): + _icon = "invoice-object-recommendation.png" + + +class InvoiceObjectRecommendation_Circle(_Ai): + _icon = "invoice-object-recommendation_circle.png" + + +class SAPConversationalAi(_Ai): + _icon = "sap-conversational-ai.png" + + +class SAPConversationalAi_Circle(_Ai): + _icon = "sap-conversational-ai_circle.png" + + +class SAPTranslationHub(_Ai): + _icon = "sap-translation-hub.png" + + +class SAPTranslationHub_Circle(_Ai): + _icon = "sap-translation-hub_circle.png" + + +class ServiceTicketIntelligence(_Ai): + _icon = "service-ticket-intelligence.png" + + +class ServiceTicketIntelligence_Circle(_Ai): + _icon = "service-ticket-intelligence_circle.png" + + +# Aliases diff --git a/diagrams/sap/analytics.py b/diagrams/sap/analytics.py new file mode 100644 index 00000000..4c7aa4d2 --- /dev/null +++ b/diagrams/sap/analytics.py @@ -0,0 +1,19 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Analytics(_SAP): + _type = "analytics" + _icon_dir = "resources/sap/analytics" + + +class SAPAnalyticsCloud(_Analytics): + _icon = "sap-analytics-cloud.png" + + +class SAPAnalyticsCloud_Circle(_Analytics): + _icon = "sap-analytics-cloud_circle.png" + + +# Aliases diff --git a/diagrams/sap/database_datamanagement.py b/diagrams/sap/database_datamanagement.py new file mode 100644 index 00000000..eae2f9f4 --- /dev/null +++ b/diagrams/sap/database_datamanagement.py @@ -0,0 +1,67 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Database_Datamanagement(_SAP): + _type = "database_datamanagement" + _icon_dir = "resources/sap/database_datamanagement" + + +class DataQualityServices(_Database_Datamanagement): + _icon = "data-quality-services.png" + + +class DataQualityServices_Circle(_Database_Datamanagement): + _icon = "data-quality-services_circle.png" + + +class Mongodb(_Database_Datamanagement): + _icon = "mongodb.png" + + +class Mongodb_Circle(_Database_Datamanagement): + _icon = "mongodb_circle.png" + + +class ObjectStore(_Database_Datamanagement): + _icon = "object-store.png" + + +class ObjectStore_Circle(_Database_Datamanagement): + _icon = "object-store_circle.png" + + +class Postgresql(_Database_Datamanagement): + _icon = "postgresql.png" + + +class Redis(_Database_Datamanagement): + _icon = "redis.png" + + +class SAPAseService(_Database_Datamanagement): + _icon = "sap-ase-service.png" + + +class SAPAseService_Circle(_Database_Datamanagement): + _icon = "sap-ase-service_circle.png" + + +class SAPHANAService(_Database_Datamanagement): + _icon = "sap-hana-service.png" + + +class SAPHANAService_Circle(_Database_Datamanagement): + _icon = "sap-hana-service_circle.png" + + +class SAPHANASpatialServices(_Database_Datamanagement): + _icon = "sap-hana-spatial-services.png" + + +class SAPHANASpatialServices_Circle(_Database_Datamanagement): + _icon = "sap-hana-spatial-services_circle.png" + + +# Aliases diff --git a/diagrams/sap/development.py b/diagrams/sap/development.py new file mode 100644 index 00000000..4e53bcd3 --- /dev/null +++ b/diagrams/sap/development.py @@ -0,0 +1,51 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Development(_SAP): + _type = "development" + _icon_dir = "resources/sap/development" + + +class ApplicationAutoscaler(_Development): + _icon = "application-autoscaler.png" + + +class ApplicationAutoscaler_Circle(_Development): + _icon = "application-autoscaler_circle.png" + + +class BusinessApplicationStudio(_Development): + _icon = "business-application-studio.png" + + +class BusinessApplicationStudio_Circle(_Development): + _icon = "business-application-studio_circle.png" + + +class FeatureFlags(_Development): + _icon = "feature-flags.png" + + +class FeatureFlags_Circle(_Development): + _icon = "feature-flags_circle.png" + + +class RapidApplicationDevelopmentByMendix(_Development): + _icon = "rapid-application-development-by-mendix.png" + + +class RapidApplicationDevelopmentByMendix_Circle(_Development): + _icon = "rapid-application-development-by-mendix_circle.png" + + +class UsageDataManagement(_Development): + _icon = "usage-data-management.png" + + +class UsageDataManagement_Circle(_Development): + _icon = "usage-data-management_circle.png" + + +# Aliases diff --git a/diagrams/sap/devops.py b/diagrams/sap/devops.py new file mode 100644 index 00000000..393da735 --- /dev/null +++ b/diagrams/sap/devops.py @@ -0,0 +1,79 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Devops(_SAP): + _type = "devops" + _icon_dir = "resources/sap/devops" + + +class AlertNotification(_Devops): + _icon = "alert-notification.png" + + +class AlertNotification_Circle(_Devops): + _icon = "alert-notification_circle.png" + + +class ApplicationLogging(_Devops): + _icon = "application-logging.png" + + +class ApplicationLogging_Circle(_Devops): + _icon = "application-logging_circle.png" + + +class AutomationPilot(_Devops): + _icon = "automation-pilot.png" + + +class AutomationPilot_Circle(_Devops): + _icon = "automation-pilot_circle.png" + + +class Bandwidth(_Devops): + _icon = "bandwidth.png" + + +class Bandwidth_Circle(_Devops): + _icon = "bandwidth_circle.png" + + +class ContinuousIntegrationAndDelivery(_Devops): + _icon = "continuous-integration-and-delivery.png" + + +class ContinuousIntegrationAndDelivery_Circle(_Devops): + _icon = "continuous-integration-and-delivery_circle.png" + + +class Dynatrace(_Devops): + _icon = "dynatrace.png" + + +class JobScheduler(_Devops): + _icon = "job-scheduler.png" + + +class JobScheduler_Circle(_Devops): + _icon = "job-scheduler_circle.png" + + +class Monitoring(_Devops): + _icon = "monitoring.png" + + +class Monitoring_Circle(_Devops): + _icon = "monitoring_circle.png" + + +class TransportManagement(_Devops): + _icon = "transport-management.png" + + +class TransportManagement_Circle(_Devops): + _icon = "transport-management_circle.png" + + +# Aliases diff --git a/diagrams/sap/integration.py b/diagrams/sap/integration.py new file mode 100644 index 00000000..b28b916a --- /dev/null +++ b/diagrams/sap/integration.py @@ -0,0 +1,99 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Integration(_SAP): + _type = "integration" + _icon_dir = "resources/sap/integration" + + +class APIManagement(_Integration): + _icon = "api-management.png" + + +class APIManagement_Circle(_Integration): + _icon = "api-management_circle.png" + + +class CloudConnector(_Integration): + _icon = "cloud-connector.png" + + +class CloudConnector_Circle(_Integration): + _icon = "cloud-connector_circle.png" + + +class Connectivity(_Integration): + _icon = "connectivity.png" + + +class Connectivity_Circle(_Integration): + _icon = "connectivity_circle.png" + + +class Destination(_Integration): + _icon = "destination.png" + + +class Destination_Circle(_Integration): + _icon = "destination_circle.png" + + +class EventMesh(_Integration): + _icon = "event-mesh.png" + + +class EventMesh_Circle(_Integration): + _icon = "event-mesh_circle.png" + + +class IntegrationAdvisor(_Integration): + _icon = "integration-advisor.png" + + +class IntegrationAdvisor_Circle(_Integration): + _icon = "integration-advisor_circle.png" + + +class IntegrationSuite(_Integration): + _icon = "integration-suite.png" + + +class IntegrationSuite_Circle(_Integration): + _icon = "integration-suite_circle.png" + + +class OpenConnectors(_Integration): + _icon = "open-connectors.png" + + +class OpenConnectors_Circle(_Integration): + _icon = "open-connectors_circle.png" + + +class ProcessIntegration(_Integration): + _icon = "process-integration.png" + + +class ProcessIntegration_Circle(_Integration): + _icon = "process-integration_circle.png" + + +class SAPDataIntelligence(_Integration): + _icon = "sap-data-intelligence.png" + + +class SAPDataIntelligence_Circle(_Integration): + _icon = "sap-data-intelligence_circle.png" + + +class SAPDataProvisioningAgent(_Integration): + _icon = "sap-data-provisioning-agent.png" + + +class SAPDataProvisioningAgent_Circle(_Integration): + _icon = "sap-data-provisioning-agent_circle.png" + + +# Aliases diff --git a/diagrams/sap/lob_industries.py b/diagrams/sap/lob_industries.py new file mode 100644 index 00000000..6195a00c --- /dev/null +++ b/diagrams/sap/lob_industries.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Lob_Industries(_SAP): + _type = "lob_industries" + _icon_dir = "resources/sap/lob_industries" + + +class MarketRatesManagement(_Lob_Industries): + _icon = "market-rates-management.png" + + +class MarketRatesManagement_Circle(_Lob_Industries): + _icon = "market-rates-management_circle.png" + + +class OmnichannelPromotionPricing(_Lob_Industries): + _icon = "omnichannel-promotion-pricing.png" + + +class OmnichannelPromotionPricing_Circle(_Lob_Industries): + _icon = "omnichannel-promotion-pricing_circle.png" + + +class VariantConfigurationService(_Lob_Industries): + _icon = "variant-configuration-service.png" + + +class VariantConfigurationService_Circle(_Lob_Industries): + _icon = "variant-configuration-service_circle.png" + + +# Aliases diff --git a/diagrams/sap/mobile.py b/diagrams/sap/mobile.py new file mode 100644 index 00000000..1e853b3f --- /dev/null +++ b/diagrams/sap/mobile.py @@ -0,0 +1,27 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Mobile(_SAP): + _type = "mobile" + _icon_dir = "resources/sap/mobile" + + +class Agentry(_Mobile): + _icon = "agentry.png" + + +class Agentry_Circle(_Mobile): + _icon = "agentry_circle.png" + + +class MobileServices(_Mobile): + _icon = "mobile-services.png" + + +class MobileServices_Circle(_Mobile): + _icon = "mobile-services_circle.png" + + +# Aliases diff --git a/diagrams/sap/other.py b/diagrams/sap/other.py new file mode 100644 index 00000000..40d2be60 --- /dev/null +++ b/diagrams/sap/other.py @@ -0,0 +1,43 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Other(_SAP): + _type = "other" + _icon_dir = "resources/sap/other" + + +class CloudManagementService(_Other): + _icon = "cloud-management-service.png" + + +class CloudManagementService_Circle(_Other): + _icon = "cloud-management-service_circle.png" + + +class Placeholder(_Other): + _icon = "placeholder.png" + + +class Placeholder_Circle(_Other): + _icon = "placeholder_circle.png" + + +class SaasProvisioningService(_Other): + _icon = "saas-provisioning-service.png" + + +class SaasProvisioningService_Circle(_Other): + _icon = "saas-provisioning-service_circle.png" + + +class ServiceManager(_Other): + _icon = "service-manager.png" + + +class ServiceManager_Circle(_Other): + _icon = "service-manager_circle.png" + + +# Aliases diff --git a/diagrams/sap/processautomation.py b/diagrams/sap/processautomation.py new file mode 100644 index 00000000..06081bfb --- /dev/null +++ b/diagrams/sap/processautomation.py @@ -0,0 +1,27 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Processautomation(_SAP): + _type = "processautomation" + _icon_dir = "resources/sap/processautomation" + + +class SAPIntelligentRoboticProcessAutomation(_Processautomation): + _icon = "sap-intelligent-robotic-process-automation.png" + + +class SAPIntelligentRoboticProcessAutomation_Circle(_Processautomation): + _icon = "sap-intelligent-robotic-process-automation_circle.png" + + +class Workflow(_Processautomation): + _icon = "workflow.png" + + +class Workflow_Circle(_Processautomation): + _icon = "workflow_circle.png" + + +# Aliases diff --git a/diagrams/sap/runtimes.py b/diagrams/sap/runtimes.py new file mode 100644 index 00000000..c41a784c --- /dev/null +++ b/diagrams/sap/runtimes.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Runtimes(_SAP): + _type = "runtimes" + _icon_dir = "resources/sap/runtimes" + + +class CloudFoundryRuntime(_Runtimes): + _icon = "cloud-foundry-runtime.png" + + +class CloudFoundryRuntime_Circle(_Runtimes): + _icon = "cloud-foundry-runtime_circle.png" + + +class Html5Applications(_Runtimes): + _icon = "html5-applications.png" + + +class Html5Applications_Circle(_Runtimes): + _icon = "html5-applications_circle.png" + + +class KymaRuntime(_Runtimes): + _icon = "kyma-runtime.png" + + +class KymaRuntime_Circle(_Runtimes): + _icon = "kyma-runtime_circle.png" + + +# Aliases diff --git a/diagrams/sap/security.py b/diagrams/sap/security.py new file mode 100644 index 00000000..6cf98084 --- /dev/null +++ b/diagrams/sap/security.py @@ -0,0 +1,91 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Security(_SAP): + _type = "security" + _icon_dir = "resources/sap/security" + + +class AuthorizationAndTrustManagement(_Security): + _icon = "authorization-and-trust-management.png" + + +class AuthorizationAndTrustManagement_Circle(_Security): + _icon = "authorization-and-trust-management_circle.png" + + +class CredentialStore(_Security): + _icon = "credential-store.png" + + +class CredentialStore_Circle(_Security): + _icon = "credential-store_circle.png" + + +class CustomDomain(_Security): + _icon = "custom-domain.png" + + +class CustomDomain_Circle(_Security): + _icon = "custom-domain_circle.png" + + +class DataPrivacyIntegration(_Security): + _icon = "data-privacy-integration.png" + + +class DataPrivacyIntegration_Circle(_Security): + _icon = "data-privacy-integration_circle.png" + + +class DataRetentionManager(_Security): + _icon = "data-retention-manager.png" + + +class DataRetentionManager_Circle(_Security): + _icon = "data-retention-manager_circle.png" + + +class IdentityAuthentication(_Security): + _icon = "identity-authentication.png" + + +class IdentityAuthentication_Circle(_Security): + _icon = "identity-authentication_circle.png" + + +class IdentityProvisioning(_Security): + _icon = "identity-provisioning.png" + + +class IdentityProvisioning_Circle(_Security): + _icon = "identity-provisioning_circle.png" + + +class KeystoreService(_Security): + _icon = "keystore-service.png" + + +class KeystoreService_Circle(_Security): + _icon = "keystore-service_circle.png" + + +class Oauth2(_Security): + _icon = "oauth2.png" + + +class Oauth2_Circle(_Security): + _icon = "oauth2_circle.png" + + +class PersonalDataManager(_Security): + _icon = "personal-data-manager.png" + + +class PersonalDataManager_Circle(_Security): + _icon = "personal-data-manager_circle.png" + + +# Aliases diff --git a/diagrams/sap/ux.py b/diagrams/sap/ux.py new file mode 100644 index 00000000..1ccad6c3 --- /dev/null +++ b/diagrams/sap/ux.py @@ -0,0 +1,47 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Ux(_SAP): + _type = "ux" + _icon_dir = "resources/sap/ux" + + +class DocumentManagementService(_Ux): + _icon = "document-management-service.png" + + +class DocumentManagementService_Circle(_Ux): + _icon = "document-management-service_circle.png" + + +class FormsByAdobe(_Ux): + _icon = "forms-by-adobe.png" + + +class Launchpad(_Ux): + _icon = "launchpad.png" + + +class Launchpad_Circle(_Ux): + _icon = "launchpad_circle.png" + + +class Portal(_Ux): + _icon = "portal.png" + + +class Portal_Circle(_Ux): + _icon = "portal_circle.png" + + +class SAPWorkZone(_Ux): + _icon = "sap-work-zone.png" + + +class SAPWorkZone_Circle(_Ux): + _icon = "sap-work-zone_circle.png" + + +# Aliases diff --git a/docs/nodes/sap.md b/docs/nodes/sap.md new file mode 100644 index 00000000..4fa48d23 --- /dev/null +++ b/docs/nodes/sap.md @@ -0,0 +1,185 @@ +--- +id: sap +title: SAP +--- + +Node classes list of sap provider. + +## sap.ai + +- **diagrams.sap.ai.AiCore** +- **diagrams.sap.ai.AiCore_Circle** +- **diagrams.sap.ai.BusinessEntityRecognition** +- **diagrams.sap.ai.BusinessEntityRecognition_Circle** +- **diagrams.sap.ai.DataAttributeRecommendation** +- **diagrams.sap.ai.DataAttributeRecommendation_Circle** +- **diagrams.sap.ai.DocumentClassification** +- **diagrams.sap.ai.DocumentClassification_Circle** +- **diagrams.sap.ai.DocumentInformationExtraction** +- **diagrams.sap.ai.DocumentInformationExtraction_Circle** +- **diagrams.sap.ai.InvoiceObjectRecommendation** +- **diagrams.sap.ai.InvoiceObjectRecommendation_Circle** +- **diagrams.sap.ai.SAPConversationalAi** +- **diagrams.sap.ai.SAPConversationalAi_Circle** +- **diagrams.sap.ai.SAPTranslationHub** +- **diagrams.sap.ai.SAPTranslationHub_Circle** +- **diagrams.sap.ai.ServiceTicketIntelligence** +- **diagrams.sap.ai.ServiceTicketIntelligence_Circle** + +## sap.analytics + +- **diagrams.sap.analytics.SAPAnalyticsCloud** +- **diagrams.sap.analytics.SAPAnalyticsCloud_Circle** + +## sap.database_datamanagement + +- **diagrams.sap.database_datamanagement.DataQualityServices** +- **diagrams.sap.database_datamanagement.DataQualityServices_Circle** +- **diagrams.sap.database_datamanagement.Mongodb** +- **diagrams.sap.database_datamanagement.Mongodb_Circle** +- **diagrams.sap.database_datamanagement.ObjectStore** +- **diagrams.sap.database_datamanagement.ObjectStore_Circle** +- **diagrams.sap.database_datamanagement.Postgresql** +- **diagrams.sap.database_datamanagement.Redis** +- **diagrams.sap.database_datamanagement.SAPAseService** +- **diagrams.sap.database_datamanagement.SAPAseService_Circle** +- **diagrams.sap.database_datamanagement.SAPHANAService** +- **diagrams.sap.database_datamanagement.SAPHANAService_Circle** +- **diagrams.sap.database_datamanagement.SAPHANASpatialServices** +- **diagrams.sap.database_datamanagement.SAPHANASpatialServices_Circle** + +## sap.development + +- **diagrams.sap.development.ApplicationAutoscaler** +- **diagrams.sap.development.ApplicationAutoscaler_Circle** +- **diagrams.sap.development.BusinessApplicationStudio** +- **diagrams.sap.development.BusinessApplicationStudio_Circle** +- **diagrams.sap.development.FeatureFlags** +- **diagrams.sap.development.FeatureFlags_Circle** +- **diagrams.sap.development.RapidApplicationDevelopmentByMendix** +- **diagrams.sap.development.RapidApplicationDevelopmentByMendix_Circle** +- **diagrams.sap.development.UsageDataManagement** +- **diagrams.sap.development.UsageDataManagement_Circle** + +## sap.devops + +- **diagrams.sap.devops.AlertNotification** +- **diagrams.sap.devops.AlertNotification_Circle** +- **diagrams.sap.devops.ApplicationLogging** +- **diagrams.sap.devops.ApplicationLogging_Circle** +- **diagrams.sap.devops.AutomationPilot** +- **diagrams.sap.devops.AutomationPilot_Circle** +- **diagrams.sap.devops.Bandwidth** +- **diagrams.sap.devops.Bandwidth_Circle** +- **diagrams.sap.devops.ContinuousIntegrationAndDelivery** +- **diagrams.sap.devops.ContinuousIntegrationAndDelivery_Circle** +- **diagrams.sap.devops.Dynatrace** +- **diagrams.sap.devops.JobScheduler** +- **diagrams.sap.devops.JobScheduler_Circle** +- **diagrams.sap.devops.Monitoring** +- **diagrams.sap.devops.Monitoring_Circle** +- **diagrams.sap.devops.TransportManagement** +- **diagrams.sap.devops.TransportManagement_Circle** + +## sap.integration + +- **diagrams.sap.integration.APIManagement** +- **diagrams.sap.integration.APIManagement_Circle** +- **diagrams.sap.integration.CloudConnector** +- **diagrams.sap.integration.CloudConnector_Circle** +- **diagrams.sap.integration.Connectivity** +- **diagrams.sap.integration.Connectivity_Circle** +- **diagrams.sap.integration.Destination** +- **diagrams.sap.integration.Destination_Circle** +- **diagrams.sap.integration.EventMesh** +- **diagrams.sap.integration.EventMesh_Circle** +- **diagrams.sap.integration.IntegrationAdvisor** +- **diagrams.sap.integration.IntegrationAdvisor_Circle** +- **diagrams.sap.integration.IntegrationSuite** +- **diagrams.sap.integration.IntegrationSuite_Circle** +- **diagrams.sap.integration.OpenConnectors** +- **diagrams.sap.integration.OpenConnectors_Circle** +- **diagrams.sap.integration.ProcessIntegration** +- **diagrams.sap.integration.ProcessIntegration_Circle** +- **diagrams.sap.integration.SAPDataIntelligence** +- **diagrams.sap.integration.SAPDataIntelligence_Circle** +- **diagrams.sap.integration.SAPDataProvisioningAgent** +- **diagrams.sap.integration.SAPDataProvisioningAgent_Circle** + +## sap.lob_industries + +- **diagrams.sap.lob_industries.MarketRatesManagement** +- **diagrams.sap.lob_industries.MarketRatesManagement_Circle** +- **diagrams.sap.lob_industries.OmnichannelPromotionPricing** +- **diagrams.sap.lob_industries.OmnichannelPromotionPricing_Circle** +- **diagrams.sap.lob_industries.VariantConfigurationService** +- **diagrams.sap.lob_industries.VariantConfigurationService_Circle** + +## sap.mobile + +- **diagrams.sap.mobile.Agentry** +- **diagrams.sap.mobile.Agentry_Circle** +- **diagrams.sap.mobile.MobileServices** +- **diagrams.sap.mobile.MobileServices_Circle** + +## sap.other + +- **diagrams.sap.other.CloudManagementService** +- **diagrams.sap.other.CloudManagementService_Circle** +- **diagrams.sap.other.Placeholder** +- **diagrams.sap.other.Placeholder_Circle** +- **diagrams.sap.other.SaasProvisioningService** +- **diagrams.sap.other.SaasProvisioningService_Circle** +- **diagrams.sap.other.ServiceManager** +- **diagrams.sap.other.ServiceManager_Circle** + +## sap.processautomation + +- **diagrams.sap.processautomation.SAPIntelligentRoboticProcessAutomation** +- **diagrams.sap.processautomation.SAPIntelligentRoboticProcessAutomation_Circle** +- **diagrams.sap.processautomation.Workflow** +- **diagrams.sap.processautomation.Workflow_Circle** + +## sap.runtimes + +- **diagrams.sap.runtimes.CloudFoundryRuntime** +- **diagrams.sap.runtimes.CloudFoundryRuntime_Circle** +- **diagrams.sap.runtimes.Html5Applications** +- **diagrams.sap.runtimes.Html5Applications_Circle** +- **diagrams.sap.runtimes.KymaRuntime** +- **diagrams.sap.runtimes.KymaRuntime_Circle** + +## sap.security + +- **diagrams.sap.security.AuthorizationAndTrustManagement** +- **diagrams.sap.security.AuthorizationAndTrustManagement_Circle** +- **diagrams.sap.security.CredentialStore** +- **diagrams.sap.security.CredentialStore_Circle** +- **diagrams.sap.security.CustomDomain** +- **diagrams.sap.security.CustomDomain_Circle** +- **diagrams.sap.security.DataPrivacyIntegration** +- **diagrams.sap.security.DataPrivacyIntegration_Circle** +- **diagrams.sap.security.DataRetentionManager** +- **diagrams.sap.security.DataRetentionManager_Circle** +- **diagrams.sap.security.IdentityAuthentication** +- **diagrams.sap.security.IdentityAuthentication_Circle** +- **diagrams.sap.security.IdentityProvisioning** +- **diagrams.sap.security.IdentityProvisioning_Circle** +- **diagrams.sap.security.KeystoreService** +- **diagrams.sap.security.KeystoreService_Circle** +- **diagrams.sap.security.Oauth2** +- **diagrams.sap.security.Oauth2_Circle** +- **diagrams.sap.security.PersonalDataManager** +- **diagrams.sap.security.PersonalDataManager_Circle** + +## sap.ux + +- **diagrams.sap.ux.DocumentManagementService** +- **diagrams.sap.ux.DocumentManagementService_Circle** +- **diagrams.sap.ux.FormsByAdobe** +- **diagrams.sap.ux.Launchpad** +- **diagrams.sap.ux.Launchpad_Circle** +- **diagrams.sap.ux.Portal** +- **diagrams.sap.ux.Portal_Circle** +- **diagrams.sap.ux.SAPWorkZone** +- **diagrams.sap.ux.SAPWorkZone_Circle** diff --git a/resources/sap/ai/ai-core.png b/resources/sap/ai/ai-core.png new file mode 100644 index 00000000..9130c156 Binary files /dev/null and b/resources/sap/ai/ai-core.png differ diff --git a/resources/sap/ai/ai-core_circle.png b/resources/sap/ai/ai-core_circle.png new file mode 100644 index 00000000..34892f4c Binary files /dev/null and b/resources/sap/ai/ai-core_circle.png differ diff --git a/resources/sap/ai/business-entity-recognition.png b/resources/sap/ai/business-entity-recognition.png new file mode 100644 index 00000000..c42c5bc0 Binary files /dev/null and b/resources/sap/ai/business-entity-recognition.png differ diff --git a/resources/sap/ai/business-entity-recognition_circle.png b/resources/sap/ai/business-entity-recognition_circle.png new file mode 100644 index 00000000..397f2fec Binary files /dev/null and b/resources/sap/ai/business-entity-recognition_circle.png differ diff --git a/resources/sap/ai/data-attribute-recommendation.png b/resources/sap/ai/data-attribute-recommendation.png new file mode 100644 index 00000000..16e12890 Binary files /dev/null and b/resources/sap/ai/data-attribute-recommendation.png differ diff --git a/resources/sap/ai/data-attribute-recommendation_circle.png b/resources/sap/ai/data-attribute-recommendation_circle.png new file mode 100644 index 00000000..803c132a Binary files /dev/null and b/resources/sap/ai/data-attribute-recommendation_circle.png differ diff --git a/resources/sap/ai/document-classification.png b/resources/sap/ai/document-classification.png new file mode 100644 index 00000000..b9b070ab Binary files /dev/null and b/resources/sap/ai/document-classification.png differ diff --git a/resources/sap/ai/document-classification_circle.png b/resources/sap/ai/document-classification_circle.png new file mode 100644 index 00000000..e2ea5b1d Binary files /dev/null and b/resources/sap/ai/document-classification_circle.png differ diff --git a/resources/sap/ai/document-information-extraction.png b/resources/sap/ai/document-information-extraction.png new file mode 100644 index 00000000..0f88e6a9 Binary files /dev/null and b/resources/sap/ai/document-information-extraction.png differ diff --git a/resources/sap/ai/document-information-extraction_circle.png b/resources/sap/ai/document-information-extraction_circle.png new file mode 100644 index 00000000..9d1ea7a4 Binary files /dev/null and b/resources/sap/ai/document-information-extraction_circle.png differ diff --git a/resources/sap/ai/invoice-object-recommendation.png b/resources/sap/ai/invoice-object-recommendation.png new file mode 100644 index 00000000..f0557925 Binary files /dev/null and b/resources/sap/ai/invoice-object-recommendation.png differ diff --git a/resources/sap/ai/invoice-object-recommendation_circle.png b/resources/sap/ai/invoice-object-recommendation_circle.png new file mode 100644 index 00000000..fd4d1ac7 Binary files /dev/null and b/resources/sap/ai/invoice-object-recommendation_circle.png differ diff --git a/resources/sap/ai/sap-conversational-ai.png b/resources/sap/ai/sap-conversational-ai.png new file mode 100644 index 00000000..1408749f Binary files /dev/null and b/resources/sap/ai/sap-conversational-ai.png differ diff --git a/resources/sap/ai/sap-conversational-ai_circle.png b/resources/sap/ai/sap-conversational-ai_circle.png new file mode 100644 index 00000000..1942e3a9 Binary files /dev/null and b/resources/sap/ai/sap-conversational-ai_circle.png differ diff --git a/resources/sap/ai/sap-translation-hub.png b/resources/sap/ai/sap-translation-hub.png new file mode 100644 index 00000000..60b4622c Binary files /dev/null and b/resources/sap/ai/sap-translation-hub.png differ diff --git a/resources/sap/ai/sap-translation-hub_circle.png b/resources/sap/ai/sap-translation-hub_circle.png new file mode 100644 index 00000000..f883d5a0 Binary files /dev/null and b/resources/sap/ai/sap-translation-hub_circle.png differ diff --git a/resources/sap/ai/service-ticket-intelligence.png b/resources/sap/ai/service-ticket-intelligence.png new file mode 100644 index 00000000..2d21699a Binary files /dev/null and b/resources/sap/ai/service-ticket-intelligence.png differ diff --git a/resources/sap/ai/service-ticket-intelligence_circle.png b/resources/sap/ai/service-ticket-intelligence_circle.png new file mode 100644 index 00000000..bc36f4f3 Binary files /dev/null and b/resources/sap/ai/service-ticket-intelligence_circle.png differ diff --git a/resources/sap/analytics/sap-analytics-cloud.png b/resources/sap/analytics/sap-analytics-cloud.png new file mode 100644 index 00000000..43737195 Binary files /dev/null and b/resources/sap/analytics/sap-analytics-cloud.png differ diff --git a/resources/sap/analytics/sap-analytics-cloud_circle.png b/resources/sap/analytics/sap-analytics-cloud_circle.png new file mode 100644 index 00000000..cc199a09 Binary files /dev/null and b/resources/sap/analytics/sap-analytics-cloud_circle.png differ diff --git a/resources/sap/database_datamanagement/data-quality-services.png b/resources/sap/database_datamanagement/data-quality-services.png new file mode 100644 index 00000000..ec9fa5ae Binary files /dev/null and b/resources/sap/database_datamanagement/data-quality-services.png differ diff --git a/resources/sap/database_datamanagement/data-quality-services_circle.png b/resources/sap/database_datamanagement/data-quality-services_circle.png new file mode 100644 index 00000000..810bbdde Binary files /dev/null and b/resources/sap/database_datamanagement/data-quality-services_circle.png differ diff --git a/resources/sap/database_datamanagement/mongodb.png b/resources/sap/database_datamanagement/mongodb.png new file mode 100644 index 00000000..ad3a4617 Binary files /dev/null and b/resources/sap/database_datamanagement/mongodb.png differ diff --git a/resources/sap/database_datamanagement/mongodb_circle.png b/resources/sap/database_datamanagement/mongodb_circle.png new file mode 100644 index 00000000..425c3bc7 Binary files /dev/null and b/resources/sap/database_datamanagement/mongodb_circle.png differ diff --git a/resources/sap/database_datamanagement/object-store.png b/resources/sap/database_datamanagement/object-store.png new file mode 100644 index 00000000..bbd721d8 Binary files /dev/null and b/resources/sap/database_datamanagement/object-store.png differ diff --git a/resources/sap/database_datamanagement/object-store_circle.png b/resources/sap/database_datamanagement/object-store_circle.png new file mode 100644 index 00000000..ba680b41 Binary files /dev/null and b/resources/sap/database_datamanagement/object-store_circle.png differ diff --git a/resources/sap/database_datamanagement/postgresql.png b/resources/sap/database_datamanagement/postgresql.png new file mode 100644 index 00000000..d15a6b8f Binary files /dev/null and b/resources/sap/database_datamanagement/postgresql.png differ diff --git a/resources/sap/database_datamanagement/redis.png b/resources/sap/database_datamanagement/redis.png new file mode 100644 index 00000000..4d302f3d Binary files /dev/null and b/resources/sap/database_datamanagement/redis.png differ diff --git a/resources/sap/database_datamanagement/sap-ase-service.png b/resources/sap/database_datamanagement/sap-ase-service.png new file mode 100644 index 00000000..dab36a9b Binary files /dev/null and b/resources/sap/database_datamanagement/sap-ase-service.png differ diff --git a/resources/sap/database_datamanagement/sap-ase-service_circle.png b/resources/sap/database_datamanagement/sap-ase-service_circle.png new file mode 100644 index 00000000..03e61700 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-ase-service_circle.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-service.png b/resources/sap/database_datamanagement/sap-hana-service.png new file mode 100644 index 00000000..843a6752 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-service.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-service_circle.png b/resources/sap/database_datamanagement/sap-hana-service_circle.png new file mode 100644 index 00000000..eeb23525 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-service_circle.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-spatial-services.png b/resources/sap/database_datamanagement/sap-hana-spatial-services.png new file mode 100644 index 00000000..580fc06b Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-spatial-services.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-spatial-services_circle.png b/resources/sap/database_datamanagement/sap-hana-spatial-services_circle.png new file mode 100644 index 00000000..c6bf3b48 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-spatial-services_circle.png differ diff --git a/resources/sap/development/application-autoscaler.png b/resources/sap/development/application-autoscaler.png new file mode 100644 index 00000000..e01fe7fc Binary files /dev/null and b/resources/sap/development/application-autoscaler.png differ diff --git a/resources/sap/development/application-autoscaler_circle.png b/resources/sap/development/application-autoscaler_circle.png new file mode 100644 index 00000000..1181bc3a Binary files /dev/null and b/resources/sap/development/application-autoscaler_circle.png differ diff --git a/resources/sap/development/business-application-studio.png b/resources/sap/development/business-application-studio.png new file mode 100644 index 00000000..b113fd27 Binary files /dev/null and b/resources/sap/development/business-application-studio.png differ diff --git a/resources/sap/development/business-application-studio_circle.png b/resources/sap/development/business-application-studio_circle.png new file mode 100644 index 00000000..fa0f430a Binary files /dev/null and b/resources/sap/development/business-application-studio_circle.png differ diff --git a/resources/sap/development/feature-flags.png b/resources/sap/development/feature-flags.png new file mode 100644 index 00000000..2b89bafd Binary files /dev/null and b/resources/sap/development/feature-flags.png differ diff --git a/resources/sap/development/feature-flags_circle.png b/resources/sap/development/feature-flags_circle.png new file mode 100644 index 00000000..aedef170 Binary files /dev/null and b/resources/sap/development/feature-flags_circle.png differ diff --git a/resources/sap/development/rapid-application-development-by-mendix.png b/resources/sap/development/rapid-application-development-by-mendix.png new file mode 100644 index 00000000..cd2d771b Binary files /dev/null and b/resources/sap/development/rapid-application-development-by-mendix.png differ diff --git a/resources/sap/development/rapid-application-development-by-mendix_circle.png b/resources/sap/development/rapid-application-development-by-mendix_circle.png new file mode 100644 index 00000000..afcdcce3 Binary files /dev/null and b/resources/sap/development/rapid-application-development-by-mendix_circle.png differ diff --git a/resources/sap/development/usage-data-management.png b/resources/sap/development/usage-data-management.png new file mode 100644 index 00000000..263ce8f3 Binary files /dev/null and b/resources/sap/development/usage-data-management.png differ diff --git a/resources/sap/development/usage-data-management_circle.png b/resources/sap/development/usage-data-management_circle.png new file mode 100644 index 00000000..edae032f Binary files /dev/null and b/resources/sap/development/usage-data-management_circle.png differ diff --git a/resources/sap/devops/alert-notification.png b/resources/sap/devops/alert-notification.png new file mode 100644 index 00000000..c2ce4650 Binary files /dev/null and b/resources/sap/devops/alert-notification.png differ diff --git a/resources/sap/devops/alert-notification_circle.png b/resources/sap/devops/alert-notification_circle.png new file mode 100644 index 00000000..323ce9ec Binary files /dev/null and b/resources/sap/devops/alert-notification_circle.png differ diff --git a/resources/sap/devops/application-logging.png b/resources/sap/devops/application-logging.png new file mode 100644 index 00000000..09e7cafa Binary files /dev/null and b/resources/sap/devops/application-logging.png differ diff --git a/resources/sap/devops/application-logging_circle.png b/resources/sap/devops/application-logging_circle.png new file mode 100644 index 00000000..a89d275c Binary files /dev/null and b/resources/sap/devops/application-logging_circle.png differ diff --git a/resources/sap/devops/automation-pilot.png b/resources/sap/devops/automation-pilot.png new file mode 100644 index 00000000..79d0bab3 Binary files /dev/null and b/resources/sap/devops/automation-pilot.png differ diff --git a/resources/sap/devops/automation-pilot_circle.png b/resources/sap/devops/automation-pilot_circle.png new file mode 100644 index 00000000..6d853a74 Binary files /dev/null and b/resources/sap/devops/automation-pilot_circle.png differ diff --git a/resources/sap/devops/bandwidth.png b/resources/sap/devops/bandwidth.png new file mode 100644 index 00000000..7313607d Binary files /dev/null and b/resources/sap/devops/bandwidth.png differ diff --git a/resources/sap/devops/bandwidth_circle.png b/resources/sap/devops/bandwidth_circle.png new file mode 100644 index 00000000..0b0bb02e Binary files /dev/null and b/resources/sap/devops/bandwidth_circle.png differ diff --git a/resources/sap/devops/continuous-integration-and-delivery.png b/resources/sap/devops/continuous-integration-and-delivery.png new file mode 100644 index 00000000..863f1af7 Binary files /dev/null and b/resources/sap/devops/continuous-integration-and-delivery.png differ diff --git a/resources/sap/devops/continuous-integration-and-delivery_circle.png b/resources/sap/devops/continuous-integration-and-delivery_circle.png new file mode 100644 index 00000000..055c4ad6 Binary files /dev/null and b/resources/sap/devops/continuous-integration-and-delivery_circle.png differ diff --git a/resources/sap/devops/dynatrace.png b/resources/sap/devops/dynatrace.png new file mode 100644 index 00000000..edfd19b7 Binary files /dev/null and b/resources/sap/devops/dynatrace.png differ diff --git a/resources/sap/devops/job-scheduler.png b/resources/sap/devops/job-scheduler.png new file mode 100644 index 00000000..5aa7d306 Binary files /dev/null and b/resources/sap/devops/job-scheduler.png differ diff --git a/resources/sap/devops/job-scheduler_circle.png b/resources/sap/devops/job-scheduler_circle.png new file mode 100644 index 00000000..f0513b37 Binary files /dev/null and b/resources/sap/devops/job-scheduler_circle.png differ diff --git a/resources/sap/devops/monitoring.png b/resources/sap/devops/monitoring.png new file mode 100644 index 00000000..11caa8af Binary files /dev/null and b/resources/sap/devops/monitoring.png differ diff --git a/resources/sap/devops/monitoring_circle.png b/resources/sap/devops/monitoring_circle.png new file mode 100644 index 00000000..3923e8fd Binary files /dev/null and b/resources/sap/devops/monitoring_circle.png differ diff --git a/resources/sap/devops/transport-management.png b/resources/sap/devops/transport-management.png new file mode 100644 index 00000000..e09d36bf Binary files /dev/null and b/resources/sap/devops/transport-management.png differ diff --git a/resources/sap/devops/transport-management_circle.png b/resources/sap/devops/transport-management_circle.png new file mode 100644 index 00000000..2d238579 Binary files /dev/null and b/resources/sap/devops/transport-management_circle.png differ diff --git a/resources/sap/integration/api-management.png b/resources/sap/integration/api-management.png new file mode 100644 index 00000000..f2262c02 Binary files /dev/null and b/resources/sap/integration/api-management.png differ diff --git a/resources/sap/integration/api-management_circle.png b/resources/sap/integration/api-management_circle.png new file mode 100644 index 00000000..dd8eb92f Binary files /dev/null and b/resources/sap/integration/api-management_circle.png differ diff --git a/resources/sap/integration/cloud-connector.png b/resources/sap/integration/cloud-connector.png new file mode 100644 index 00000000..40697cf5 Binary files /dev/null and b/resources/sap/integration/cloud-connector.png differ diff --git a/resources/sap/integration/cloud-connector_circle.png b/resources/sap/integration/cloud-connector_circle.png new file mode 100644 index 00000000..a24f3a3d Binary files /dev/null and b/resources/sap/integration/cloud-connector_circle.png differ diff --git a/resources/sap/integration/connectivity.png b/resources/sap/integration/connectivity.png new file mode 100644 index 00000000..cb19fb56 Binary files /dev/null and b/resources/sap/integration/connectivity.png differ diff --git a/resources/sap/integration/connectivity_circle.png b/resources/sap/integration/connectivity_circle.png new file mode 100644 index 00000000..16d1ca1a Binary files /dev/null and b/resources/sap/integration/connectivity_circle.png differ diff --git a/resources/sap/integration/destination.png b/resources/sap/integration/destination.png new file mode 100644 index 00000000..84c06da5 Binary files /dev/null and b/resources/sap/integration/destination.png differ diff --git a/resources/sap/integration/destination_circle.png b/resources/sap/integration/destination_circle.png new file mode 100644 index 00000000..971f905f Binary files /dev/null and b/resources/sap/integration/destination_circle.png differ diff --git a/resources/sap/integration/event-mesh.png b/resources/sap/integration/event-mesh.png new file mode 100644 index 00000000..03cdf6e0 Binary files /dev/null and b/resources/sap/integration/event-mesh.png differ diff --git a/resources/sap/integration/event-mesh_circle.png b/resources/sap/integration/event-mesh_circle.png new file mode 100644 index 00000000..9f13d142 Binary files /dev/null and b/resources/sap/integration/event-mesh_circle.png differ diff --git a/resources/sap/integration/integration-advisor.png b/resources/sap/integration/integration-advisor.png new file mode 100644 index 00000000..c508b66a Binary files /dev/null and b/resources/sap/integration/integration-advisor.png differ diff --git a/resources/sap/integration/integration-advisor_circle.png b/resources/sap/integration/integration-advisor_circle.png new file mode 100644 index 00000000..f0ca9235 Binary files /dev/null and b/resources/sap/integration/integration-advisor_circle.png differ diff --git a/resources/sap/integration/integration-suite.png b/resources/sap/integration/integration-suite.png new file mode 100644 index 00000000..ad8310a0 Binary files /dev/null and b/resources/sap/integration/integration-suite.png differ diff --git a/resources/sap/integration/integration-suite_circle.png b/resources/sap/integration/integration-suite_circle.png new file mode 100644 index 00000000..76e22833 Binary files /dev/null and b/resources/sap/integration/integration-suite_circle.png differ diff --git a/resources/sap/integration/open-connectors.png b/resources/sap/integration/open-connectors.png new file mode 100644 index 00000000..1a7de1f0 Binary files /dev/null and b/resources/sap/integration/open-connectors.png differ diff --git a/resources/sap/integration/open-connectors_circle.png b/resources/sap/integration/open-connectors_circle.png new file mode 100644 index 00000000..cba6f7d7 Binary files /dev/null and b/resources/sap/integration/open-connectors_circle.png differ diff --git a/resources/sap/integration/process-integration.png b/resources/sap/integration/process-integration.png new file mode 100644 index 00000000..9560410f Binary files /dev/null and b/resources/sap/integration/process-integration.png differ diff --git a/resources/sap/integration/process-integration_circle.png b/resources/sap/integration/process-integration_circle.png new file mode 100644 index 00000000..d97c344c Binary files /dev/null and b/resources/sap/integration/process-integration_circle.png differ diff --git a/resources/sap/integration/sap-data-intelligence.png b/resources/sap/integration/sap-data-intelligence.png new file mode 100644 index 00000000..d1247a45 Binary files /dev/null and b/resources/sap/integration/sap-data-intelligence.png differ diff --git a/resources/sap/integration/sap-data-intelligence_circle.png b/resources/sap/integration/sap-data-intelligence_circle.png new file mode 100644 index 00000000..3bd61fab Binary files /dev/null and b/resources/sap/integration/sap-data-intelligence_circle.png differ diff --git a/resources/sap/integration/sap-data-provisioning-agent.png b/resources/sap/integration/sap-data-provisioning-agent.png new file mode 100644 index 00000000..5f29f176 Binary files /dev/null and b/resources/sap/integration/sap-data-provisioning-agent.png differ diff --git a/resources/sap/integration/sap-data-provisioning-agent_circle.png b/resources/sap/integration/sap-data-provisioning-agent_circle.png new file mode 100644 index 00000000..7e16415e Binary files /dev/null and b/resources/sap/integration/sap-data-provisioning-agent_circle.png differ diff --git a/resources/sap/lob_industries/market-rates-management.png b/resources/sap/lob_industries/market-rates-management.png new file mode 100644 index 00000000..1966f131 Binary files /dev/null and b/resources/sap/lob_industries/market-rates-management.png differ diff --git a/resources/sap/lob_industries/market-rates-management_circle.png b/resources/sap/lob_industries/market-rates-management_circle.png new file mode 100644 index 00000000..43bab86d Binary files /dev/null and b/resources/sap/lob_industries/market-rates-management_circle.png differ diff --git a/resources/sap/lob_industries/omnichannel-promotion-pricing.png b/resources/sap/lob_industries/omnichannel-promotion-pricing.png new file mode 100644 index 00000000..58eccafd Binary files /dev/null and b/resources/sap/lob_industries/omnichannel-promotion-pricing.png differ diff --git a/resources/sap/lob_industries/omnichannel-promotion-pricing_circle.png b/resources/sap/lob_industries/omnichannel-promotion-pricing_circle.png new file mode 100644 index 00000000..e68e8931 Binary files /dev/null and b/resources/sap/lob_industries/omnichannel-promotion-pricing_circle.png differ diff --git a/resources/sap/lob_industries/variant-configuration-service.png b/resources/sap/lob_industries/variant-configuration-service.png new file mode 100644 index 00000000..6cd78240 Binary files /dev/null and b/resources/sap/lob_industries/variant-configuration-service.png differ diff --git a/resources/sap/lob_industries/variant-configuration-service_circle.png b/resources/sap/lob_industries/variant-configuration-service_circle.png new file mode 100644 index 00000000..34b5de36 Binary files /dev/null and b/resources/sap/lob_industries/variant-configuration-service_circle.png differ diff --git a/resources/sap/mobile/agentry.png b/resources/sap/mobile/agentry.png new file mode 100644 index 00000000..4a4f7bcb Binary files /dev/null and b/resources/sap/mobile/agentry.png differ diff --git a/resources/sap/mobile/agentry_circle.png b/resources/sap/mobile/agentry_circle.png new file mode 100644 index 00000000..04b523f8 Binary files /dev/null and b/resources/sap/mobile/agentry_circle.png differ diff --git a/resources/sap/mobile/mobile-services.png b/resources/sap/mobile/mobile-services.png new file mode 100644 index 00000000..f6731770 Binary files /dev/null and b/resources/sap/mobile/mobile-services.png differ diff --git a/resources/sap/mobile/mobile-services_circle.png b/resources/sap/mobile/mobile-services_circle.png new file mode 100644 index 00000000..0fc77dea Binary files /dev/null and b/resources/sap/mobile/mobile-services_circle.png differ diff --git a/resources/sap/other/cloud-management-service.png b/resources/sap/other/cloud-management-service.png new file mode 100644 index 00000000..98dc345b Binary files /dev/null and b/resources/sap/other/cloud-management-service.png differ diff --git a/resources/sap/other/cloud-management-service_circle.png b/resources/sap/other/cloud-management-service_circle.png new file mode 100644 index 00000000..47bd2fcf Binary files /dev/null and b/resources/sap/other/cloud-management-service_circle.png differ diff --git a/resources/sap/other/placeholder.png b/resources/sap/other/placeholder.png new file mode 100644 index 00000000..11532e63 Binary files /dev/null and b/resources/sap/other/placeholder.png differ diff --git a/resources/sap/other/placeholder_circle.png b/resources/sap/other/placeholder_circle.png new file mode 100644 index 00000000..2d2b1780 Binary files /dev/null and b/resources/sap/other/placeholder_circle.png differ diff --git a/resources/sap/other/saas-provisioning-service.png b/resources/sap/other/saas-provisioning-service.png new file mode 100644 index 00000000..e9e14b2c Binary files /dev/null and b/resources/sap/other/saas-provisioning-service.png differ diff --git a/resources/sap/other/saas-provisioning-service_circle.png b/resources/sap/other/saas-provisioning-service_circle.png new file mode 100644 index 00000000..b7816add Binary files /dev/null and b/resources/sap/other/saas-provisioning-service_circle.png differ diff --git a/resources/sap/other/service-manager.png b/resources/sap/other/service-manager.png new file mode 100644 index 00000000..fdd219b9 Binary files /dev/null and b/resources/sap/other/service-manager.png differ diff --git a/resources/sap/other/service-manager_circle.png b/resources/sap/other/service-manager_circle.png new file mode 100644 index 00000000..f4cafd0e Binary files /dev/null and b/resources/sap/other/service-manager_circle.png differ diff --git a/resources/sap/processautomation/sap-intelligent-robotic-process-automation.png b/resources/sap/processautomation/sap-intelligent-robotic-process-automation.png new file mode 100644 index 00000000..861cac76 Binary files /dev/null and b/resources/sap/processautomation/sap-intelligent-robotic-process-automation.png differ diff --git a/resources/sap/processautomation/sap-intelligent-robotic-process-automation_circle.png b/resources/sap/processautomation/sap-intelligent-robotic-process-automation_circle.png new file mode 100644 index 00000000..f6464c56 Binary files /dev/null and b/resources/sap/processautomation/sap-intelligent-robotic-process-automation_circle.png differ diff --git a/resources/sap/processautomation/workflow.png b/resources/sap/processautomation/workflow.png new file mode 100644 index 00000000..51f2818d Binary files /dev/null and b/resources/sap/processautomation/workflow.png differ diff --git a/resources/sap/processautomation/workflow_circle.png b/resources/sap/processautomation/workflow_circle.png new file mode 100644 index 00000000..51514be9 Binary files /dev/null and b/resources/sap/processautomation/workflow_circle.png differ diff --git a/resources/sap/runtimes/cloud-foundry-runtime.png b/resources/sap/runtimes/cloud-foundry-runtime.png new file mode 100644 index 00000000..5d898705 Binary files /dev/null and b/resources/sap/runtimes/cloud-foundry-runtime.png differ diff --git a/resources/sap/runtimes/cloud-foundry-runtime_circle.png b/resources/sap/runtimes/cloud-foundry-runtime_circle.png new file mode 100644 index 00000000..af48de5d Binary files /dev/null and b/resources/sap/runtimes/cloud-foundry-runtime_circle.png differ diff --git a/resources/sap/runtimes/html5-applications.png b/resources/sap/runtimes/html5-applications.png new file mode 100644 index 00000000..d895c1a8 Binary files /dev/null and b/resources/sap/runtimes/html5-applications.png differ diff --git a/resources/sap/runtimes/html5-applications_circle.png b/resources/sap/runtimes/html5-applications_circle.png new file mode 100644 index 00000000..17504367 Binary files /dev/null and b/resources/sap/runtimes/html5-applications_circle.png differ diff --git a/resources/sap/runtimes/kyma-runtime.png b/resources/sap/runtimes/kyma-runtime.png new file mode 100644 index 00000000..15db3f19 Binary files /dev/null and b/resources/sap/runtimes/kyma-runtime.png differ diff --git a/resources/sap/runtimes/kyma-runtime_circle.png b/resources/sap/runtimes/kyma-runtime_circle.png new file mode 100644 index 00000000..500504d7 Binary files /dev/null and b/resources/sap/runtimes/kyma-runtime_circle.png differ diff --git a/resources/sap/security/authorization-and-trust-management.png b/resources/sap/security/authorization-and-trust-management.png new file mode 100644 index 00000000..0f9d04ee Binary files /dev/null and b/resources/sap/security/authorization-and-trust-management.png differ diff --git a/resources/sap/security/authorization-and-trust-management_circle.png b/resources/sap/security/authorization-and-trust-management_circle.png new file mode 100644 index 00000000..f7b28bd3 Binary files /dev/null and b/resources/sap/security/authorization-and-trust-management_circle.png differ diff --git a/resources/sap/security/credential-store.png b/resources/sap/security/credential-store.png new file mode 100644 index 00000000..14182e3a Binary files /dev/null and b/resources/sap/security/credential-store.png differ diff --git a/resources/sap/security/credential-store_circle.png b/resources/sap/security/credential-store_circle.png new file mode 100644 index 00000000..bca24fb7 Binary files /dev/null and b/resources/sap/security/credential-store_circle.png differ diff --git a/resources/sap/security/custom-domain.png b/resources/sap/security/custom-domain.png new file mode 100644 index 00000000..e238e468 Binary files /dev/null and b/resources/sap/security/custom-domain.png differ diff --git a/resources/sap/security/custom-domain_circle.png b/resources/sap/security/custom-domain_circle.png new file mode 100644 index 00000000..95c7fcb3 Binary files /dev/null and b/resources/sap/security/custom-domain_circle.png differ diff --git a/resources/sap/security/data-privacy-integration.png b/resources/sap/security/data-privacy-integration.png new file mode 100644 index 00000000..6b4d3654 Binary files /dev/null and b/resources/sap/security/data-privacy-integration.png differ diff --git a/resources/sap/security/data-privacy-integration_circle.png b/resources/sap/security/data-privacy-integration_circle.png new file mode 100644 index 00000000..cefee852 Binary files /dev/null and b/resources/sap/security/data-privacy-integration_circle.png differ diff --git a/resources/sap/security/data-retention-manager.png b/resources/sap/security/data-retention-manager.png new file mode 100644 index 00000000..45033cff Binary files /dev/null and b/resources/sap/security/data-retention-manager.png differ diff --git a/resources/sap/security/data-retention-manager_circle.png b/resources/sap/security/data-retention-manager_circle.png new file mode 100644 index 00000000..5fa26a7d Binary files /dev/null and b/resources/sap/security/data-retention-manager_circle.png differ diff --git a/resources/sap/security/identity-authentication.png b/resources/sap/security/identity-authentication.png new file mode 100644 index 00000000..9db976b4 Binary files /dev/null and b/resources/sap/security/identity-authentication.png differ diff --git a/resources/sap/security/identity-authentication_circle.png b/resources/sap/security/identity-authentication_circle.png new file mode 100644 index 00000000..945a7125 Binary files /dev/null and b/resources/sap/security/identity-authentication_circle.png differ diff --git a/resources/sap/security/identity-provisioning.png b/resources/sap/security/identity-provisioning.png new file mode 100644 index 00000000..dff563b1 Binary files /dev/null and b/resources/sap/security/identity-provisioning.png differ diff --git a/resources/sap/security/identity-provisioning_circle.png b/resources/sap/security/identity-provisioning_circle.png new file mode 100644 index 00000000..7b89ba25 Binary files /dev/null and b/resources/sap/security/identity-provisioning_circle.png differ diff --git a/resources/sap/security/keystore-service.png b/resources/sap/security/keystore-service.png new file mode 100644 index 00000000..9da690cd Binary files /dev/null and b/resources/sap/security/keystore-service.png differ diff --git a/resources/sap/security/keystore-service_circle.png b/resources/sap/security/keystore-service_circle.png new file mode 100644 index 00000000..b053994a Binary files /dev/null and b/resources/sap/security/keystore-service_circle.png differ diff --git a/resources/sap/security/oauth2.png b/resources/sap/security/oauth2.png new file mode 100644 index 00000000..994d9538 Binary files /dev/null and b/resources/sap/security/oauth2.png differ diff --git a/resources/sap/security/oauth2_circle.png b/resources/sap/security/oauth2_circle.png new file mode 100644 index 00000000..752e85da Binary files /dev/null and b/resources/sap/security/oauth2_circle.png differ diff --git a/resources/sap/security/personal-data-manager.png b/resources/sap/security/personal-data-manager.png new file mode 100644 index 00000000..9b98a45c Binary files /dev/null and b/resources/sap/security/personal-data-manager.png differ diff --git a/resources/sap/security/personal-data-manager_circle.png b/resources/sap/security/personal-data-manager_circle.png new file mode 100644 index 00000000..1311ae10 Binary files /dev/null and b/resources/sap/security/personal-data-manager_circle.png differ diff --git a/resources/sap/ux/document-management-service.png b/resources/sap/ux/document-management-service.png new file mode 100644 index 00000000..54d79986 Binary files /dev/null and b/resources/sap/ux/document-management-service.png differ diff --git a/resources/sap/ux/document-management-service_circle.png b/resources/sap/ux/document-management-service_circle.png new file mode 100644 index 00000000..7d499618 Binary files /dev/null and b/resources/sap/ux/document-management-service_circle.png differ diff --git a/resources/sap/ux/forms-by-adobe.png b/resources/sap/ux/forms-by-adobe.png new file mode 100644 index 00000000..ddf1cc37 Binary files /dev/null and b/resources/sap/ux/forms-by-adobe.png differ diff --git a/resources/sap/ux/launchpad.png b/resources/sap/ux/launchpad.png new file mode 100644 index 00000000..7aebd66c Binary files /dev/null and b/resources/sap/ux/launchpad.png differ diff --git a/resources/sap/ux/launchpad_circle.png b/resources/sap/ux/launchpad_circle.png new file mode 100644 index 00000000..eeec3642 Binary files /dev/null and b/resources/sap/ux/launchpad_circle.png differ diff --git a/resources/sap/ux/portal.png b/resources/sap/ux/portal.png new file mode 100644 index 00000000..990217fc Binary files /dev/null and b/resources/sap/ux/portal.png differ diff --git a/resources/sap/ux/portal_circle.png b/resources/sap/ux/portal_circle.png new file mode 100644 index 00000000..1fc6dfbd Binary files /dev/null and b/resources/sap/ux/portal_circle.png differ diff --git a/resources/sap/ux/sap-work-zone.png b/resources/sap/ux/sap-work-zone.png new file mode 100644 index 00000000..70fedb58 Binary files /dev/null and b/resources/sap/ux/sap-work-zone.png differ diff --git a/resources/sap/ux/sap-work-zone_circle.png b/resources/sap/ux/sap-work-zone_circle.png new file mode 100644 index 00000000..a68f5580 Binary files /dev/null and b/resources/sap/ux/sap-work-zone_circle.png differ