diff --git a/README.md b/README.md
index b98cf470..88fe940b 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was



+



diff --git a/autogen.sh b/autogen.sh
index 325da396..b0b31d4d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,6 +21,7 @@ providers=(
"openstack"
"outscale"
"gis"
+ "sap"
)
if ! [ -x "$(command -v round)" ]; then
diff --git a/config.py b/config.py
index 06aa05bb..d78f2e6c 100644
--- a/config.py
+++ b/config.py
@@ -29,7 +29,8 @@ PROVIDERS = (
"generic",
"openstack",
"outscale",
- "gis"
+ "gis",
+ "sap",
)
#########################
@@ -61,6 +62,7 @@ FILE_PREFIXES = {
"generic": (),
"openstack": (),
"gis": (),
+ "sap": (),
}
#########################
@@ -92,6 +94,7 @@ UPPER_WORDS = {
"pve": ("pve",),
"ibm": ("ibm",),
"gis": ("gis","ban","ign","ogc","qgis","wfs","wms"),
+ "sap": ("sap", "btp", "hana", "api", "s4hana"),
}
TITLE_WORDS = {
@@ -113,6 +116,9 @@ TITLE_WORDS = {
"ibm": {
"ibm": "IBMCloud"
},
+ "sap": {
+ "sap": "SAP"
+ },
}
# TODO: check if the classname exists
@@ -478,4 +484,5 @@ ALIASES = {
"Tripleo": "TripleO",
}
},
+ "sap": { }
}
diff --git a/diagrams/sap/__init__.py b/diagrams/sap/__init__.py
new file mode 100644
index 00000000..2f4d7039
--- /dev/null
+++ b/diagrams/sap/__init__.py
@@ -0,0 +1,16 @@
+"""
+SAP provides a set of services for SAP Business Technology Platform provider.
+"""
+
+from diagrams import Node
+
+
+class _SAP(Node):
+ _provider = "sap"
+ _icon_dir = "resources/sap"
+
+ fontcolor = "#ffffff"
+
+
+class SAP(_SAP):
+ _icon = "sap.png"
diff --git a/diagrams/sap/ai.py b/diagrams/sap/ai.py
new file mode 100644
index 00000000..90490416
--- /dev/null
+++ b/diagrams/sap/ai.py
@@ -0,0 +1,51 @@
+# 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 BusinessEntityRecognition(_AI):
+ _icon = "business-entity-recognition.png"
+
+
+class DataAttributeRecommendation(_AI):
+ _icon = "data-attribute-recommendation.png"
+
+
+class DocumentInformationExtraction(_AI):
+ _icon = "document-information-extraction.png"
+
+
+class InvoiceObjectRecommendation(_AI):
+ _icon = "invoice-object-recommendation.png"
+
+
+class PersonalizedRecommendation(_AI):
+ _icon = "personalized-recommendation.png"
+
+
+class SAPAILaunchpad(_AI):
+ _icon = "sap-ai-launchpad.png"
+
+
+class SAPDigitalAssistant(_AI):
+ _icon = "sap-digital-assistant.png"
+
+
+class SAPDocumentGrounding(_AI):
+ _icon = "sap-document-grounding.png"
+
+
+class SAPTranslationHub(_AI):
+ _icon = "sap-translation-hub.png"
+
+
+class ServiceTicketIntelligence(_AI):
+ _icon = "service-ticket-intelligence.png"
+
+
+# Aliases
diff --git a/diagrams/sap/app_dev_automation.py b/diagrams/sap/app_dev_automation.py
new file mode 100644
index 00000000..58f914d4
--- /dev/null
+++ b/diagrams/sap/app_dev_automation.py
@@ -0,0 +1,79 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _App_Dev_Automation(_SAP):
+ _type = "app_dev_automation"
+ _icon_dir = "resources/sap/app_dev_automation"
+
+
+class ApplicationFrontendService(_App_Dev_Automation):
+ _icon = "application-frontend-service.png"
+
+
+class ExtensibilityServiceForSAPBTP(_App_Dev_Automation):
+ _icon = "extensibility-service-for-sap-btp.png"
+
+
+class Joule_Studio(_App_Dev_Automation):
+ _icon = "joule_studio.png"
+
+
+class SAPBtp_AbapEnvironment(_App_Dev_Automation):
+ _icon = "sap-btp_abap-environment.png"
+
+
+class SAPBuildApps(_App_Dev_Automation):
+ _icon = "sap-build-apps.png"
+
+
+class SAPBuildCode(_App_Dev_Automation):
+ _icon = "sap-build-code.png"
+
+
+class SAPBuildProcessAutomation(_App_Dev_Automation):
+ _icon = "sap-build-process-automation.png"
+
+
+class SAPBuildWorkZone(_App_Dev_Automation):
+ _icon = "sap-build-work-zone.png"
+
+
+class SAPBuildWorkZone_AdvancedEdition(_App_Dev_Automation):
+ _icon = "sap-build-work-zone_advanced-edition.png"
+
+
+class SAPBuild(_App_Dev_Automation):
+ _icon = "sap-build.png"
+
+
+class SAPBusinessApplicationStudio(_App_Dev_Automation):
+ _icon = "sap-business-application-studio.png"
+
+
+class SAPCloudApplicationProgrammingModel(_App_Dev_Automation):
+ _icon = "sap-cloud-application-programming-model.png"
+
+
+class SAPHtml5ApplicationRepositoryServiceForSAPBTP(_App_Dev_Automation):
+ _icon = "sap-html5-application-repository-service-for-sap-btp.png"
+
+
+class SAPMobileServices(_App_Dev_Automation):
+ _icon = "sap-mobile-services.png"
+
+
+class SAPTaskCenter(_App_Dev_Automation):
+ _icon = "sap-task-center.png"
+
+
+class SAPUiThemeDesigner(_App_Dev_Automation):
+ _icon = "sap-ui-theme-designer.png"
+
+
+class Ui5FlexibilityForKeyUsers(_App_Dev_Automation):
+ _icon = "ui5-flexibility-for-key-users.png"
+
+
+# Aliases
diff --git a/diagrams/sap/brands.py b/diagrams/sap/brands.py
new file mode 100644
index 00000000..279c45f1
--- /dev/null
+++ b/diagrams/sap/brands.py
@@ -0,0 +1,51 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _Brands(_SAP):
+ _type = "brands"
+ _icon_dir = "resources/sap/brands"
+
+
+class SAPAriba(_Brands):
+ _icon = "sap-ariba.png"
+
+
+class SAPBusinessNetwork(_Brands):
+ _icon = "sap-business-network.png"
+
+
+class SAPConcur(_Brands):
+ _icon = "sap-concur.png"
+
+
+class SAPCustomerExperience(_Brands):
+ _icon = "sap-customer-experience.png"
+
+
+class SAPLeanix(_Brands):
+ _icon = "sap-leanix.png"
+
+
+class SAPS4HANACloud(_Brands):
+ _icon = "sap-s4hana-cloud.png"
+
+
+class SAPS4HANA(_Brands):
+ _icon = "sap-s4hana.png"
+
+
+class SAPSignavio(_Brands):
+ _icon = "sap-signavio.png"
+
+
+class SAPSuccessfactors(_Brands):
+ _icon = "sap-successfactors.png"
+
+
+class SAP(_Brands):
+ _icon = "sap.png"
+
+
+# Aliases
diff --git a/diagrams/sap/data_analytics.py b/diagrams/sap/data_analytics.py
new file mode 100644
index 00000000..8f85b597
--- /dev/null
+++ b/diagrams/sap/data_analytics.py
@@ -0,0 +1,43 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _Data_Analytics(_SAP):
+ _type = "data_analytics"
+ _icon_dir = "resources/sap/data_analytics"
+
+
+class SAPAnalyticsCloudEmbeddedEdition(_Data_Analytics):
+ _icon = "sap-analytics-cloud-embedded-edition.png"
+
+
+class SAPAnalyticsCloud(_Data_Analytics):
+ _icon = "sap-analytics-cloud.png"
+
+
+class SAPBusinessDataCloud(_Data_Analytics):
+ _icon = "sap-business-data-cloud.png"
+
+
+class SAPDatasphere(_Data_Analytics):
+ _icon = "sap-datasphere.png"
+
+
+class SAPHANACloud(_Data_Analytics):
+ _icon = "sap-hana-cloud.png"
+
+
+class SAPHANASpatialServices(_Data_Analytics):
+ _icon = "sap-hana-spatial-services.png"
+
+
+class SAPMasterDataGovernance(_Data_Analytics):
+ _icon = "sap-master-data-governance.png"
+
+
+class SAPPersistenceServiceAse(_Data_Analytics):
+ _icon = "sap-persistence-service-ase.png"
+
+
+# Aliases
diff --git a/diagrams/sap/foundational.py b/diagrams/sap/foundational.py
new file mode 100644
index 00000000..bd625dff
--- /dev/null
+++ b/diagrams/sap/foundational.py
@@ -0,0 +1,183 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _Foundational(_SAP):
+ _type = "foundational"
+ _icon_dir = "resources/sap/foundational"
+
+
+class ApplicationAutoscaler(_Foundational):
+ _icon = "application-autoscaler.png"
+
+
+class CloudConnector(_Foundational):
+ _icon = "cloud-connector.png"
+
+
+class CloudIntegrationAutomation(_Foundational):
+ _icon = "cloud-integration-automation.png"
+
+
+class CloudLogging(_Foundational):
+ _icon = "cloud-logging.png"
+
+
+class LandscapePortalForSAPS4HANACloudAbapEnvironment(_Foundational):
+ _icon = "landscape-portal-for-sap-s4hana-cloud-abap-environment.png"
+
+
+class Oauth20OnSAPBTP(_Foundational):
+ _icon = "oauth-20-on-sap-btp.png"
+
+
+class ObjectStoreOnSAPBTP(_Foundational):
+ _icon = "object-store-on-sap-btp.png"
+
+
+class SAPAlertNotificationServiceForSAPBTP(_Foundational):
+ _icon = "sap-alert-notification-service-for-sap-btp.png"
+
+
+class SAPApplicationLoggingServiceForSAPBTP(_Foundational):
+ _icon = "sap-application-logging-service-for-sap-btp.png"
+
+
+class SAPAuditLogService(_Foundational):
+ _icon = "sap-audit-log-service.png"
+
+
+class SAPAuthorizationManagement(_Foundational):
+ _icon = "sap-authorization-management.png"
+
+
+class SAPAutomationPilot(_Foundational):
+ _icon = "sap-automation-pilot.png"
+
+
+class SAPBTPCloudFoundryRuntime(_Foundational):
+ _icon = "sap-btp-cloud-foundry-runtime.png"
+
+
+class SAPBTPKymaRuntime(_Foundational):
+ _icon = "sap-btp-kyma-runtime.png"
+
+
+class SAPCloudIdentitySAPAuthorizationAndTrustManagementService(_Foundational):
+ _icon = "sap-cloud-identity-sap-authorization-and-trust-management-service.png"
+
+
+class SAPCloudIdentitySAPCredentialStore(_Foundational):
+ _icon = "sap-cloud-identity-sap-credential-store.png"
+
+
+class SAPCloudIdentitySAPCustomDomainService(_Foundational):
+ _icon = "sap-cloud-identity-sap-custom-domain-service.png"
+
+
+class SAPCloudIdentitySAPKeystoreService(_Foundational):
+ _icon = "sap-cloud-identity-sap-keystore-service.png"
+
+
+class SAPCloudIdentitySAPMalwareScanningService(_Foundational):
+ _icon = "sap-cloud-identity-sap-malware-scanning-service.png"
+
+
+class SAPCloudIdentityService(_Foundational):
+ _icon = "sap-cloud-identity-service.png"
+
+
+class SAPCloudManagementServiceForSAPBTP(_Foundational):
+ _icon = "sap-cloud-management-service-for-sap-btp.png"
+
+
+class SAPCloudTransportManagement(_Foundational):
+ _icon = "sap-cloud-transport-management.png"
+
+
+class SAPConnectivityService(_Foundational):
+ _icon = "sap-connectivity-service.png"
+
+
+class SAPContentAgentService(_Foundational):
+ _icon = "sap-content-agent-service.png"
+
+
+class SAPContinuousIntegrationAndDelivery(_Foundational):
+ _icon = "sap-continuous-integration-and-delivery.png"
+
+
+class SAPDataPrivacyIntegration(_Foundational):
+ _icon = "sap-data-privacy-integration.png"
+
+
+class SAPDataRetentionManager(_Foundational):
+ _icon = "sap-data-retention-manager.png"
+
+
+class SAPDestinationService(_Foundational):
+ _icon = "sap-destination-service.png"
+
+
+class SAPDocumentManagementService(_Foundational):
+ _icon = "sap-document-management-service.png"
+
+
+class SAPEventBrokerForSAPCloudApplications(_Foundational):
+ _icon = "sap-event-broker-for-sap-cloud-applications.png"
+
+
+class SAPIdentityAuthentication(_Foundational):
+ _icon = "sap-identity-authentication.png"
+
+
+class SAPIdentityDirectory(_Foundational):
+ _icon = "sap-identity-directory.png"
+
+
+class SAPIdentityProvisoning(_Foundational):
+ _icon = "sap-identity-provisoning.png"
+
+
+class SAPJobSchedulingService(_Foundational):
+ _icon = "sap-job-scheduling-service.png"
+
+
+class SAPMasterDataIntegration(_Foundational):
+ _icon = "sap-master-data-integration.png"
+
+
+class SAPMonitoringServiceForSAPBTP(_Foundational):
+ _icon = "sap-monitoring-service-for-sap-btp.png"
+
+
+class SAPPersonalDataManager(_Foundational):
+ _icon = "sap-personal-data-manager.png"
+
+
+class SAPPkiCertificateService(_Foundational):
+ _icon = "sap-pki-certificate-service.png"
+
+
+class SAPPrivateLinkService(_Foundational):
+ _icon = "sap-private-link-service.png"
+
+
+class SAPSecureLoginServiceForSAPGui(_Foundational):
+ _icon = "sap-secure-login-service-for-sap-gui.png"
+
+
+class SAPSoftwareAsAServiceProvisioningService(_Foundational):
+ _icon = "sap-software-as-a-service-provisioning-service.png"
+
+
+class SAPSolutionLifecycleManagementServiceForSAPBTP(_Foundational):
+ _icon = "sap-solution-lifecycle-management-service-for-sap-btp.png"
+
+
+class ServiceManager(_Foundational):
+ _icon = "service-manager.png"
+
+
+# Aliases
diff --git a/diagrams/sap/generic.py b/diagrams/sap/generic.py
new file mode 100644
index 00000000..a23eff1f
--- /dev/null
+++ b/diagrams/sap/generic.py
@@ -0,0 +1,503 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _Generic(_SAP):
+ _type = "generic"
+ _icon_dir = "resources/sap/generic"
+
+
+class AdapterHighlight(_Generic):
+ _icon = "adapter-highlight.png"
+
+
+class AdapterNonSAP(_Generic):
+ _icon = "adapter-non-sap.png"
+
+
+class AdapterSAP(_Generic):
+ _icon = "adapter-sap.png"
+
+
+class AdminHighlight(_Generic):
+ _icon = "admin-highlight.png"
+
+
+class AdminNonSAP(_Generic):
+ _icon = "admin-non-sap.png"
+
+
+class AdminSAP(_Generic):
+ _icon = "admin-sap.png"
+
+
+class AIHighlight(_Generic):
+ _icon = "ai-highlight.png"
+
+
+class AINonSAP(_Generic):
+ _icon = "ai-non-sap.png"
+
+
+class AISAP(_Generic):
+ _icon = "ai-sap.png"
+
+
+class AlertHighlight(_Generic):
+ _icon = "alert-highlight.png"
+
+
+class AlertNonSAP(_Generic):
+ _icon = "alert-non-sap.png"
+
+
+class AlertSAP(_Generic):
+ _icon = "alert-sap.png"
+
+
+class APIHighlight(_Generic):
+ _icon = "api-highlight.png"
+
+
+class APINonSAP(_Generic):
+ _icon = "api-non-sap.png"
+
+
+class APISAP(_Generic):
+ _icon = "api-sap.png"
+
+
+class AppHighlight(_Generic):
+ _icon = "app-highlight.png"
+
+
+class AppNonSAP(_Generic):
+ _icon = "app-non-sap.png"
+
+
+class AppSAP(_Generic):
+ _icon = "app-sap.png"
+
+
+class BuildingHighlight(_Generic):
+ _icon = "building-highlight.png"
+
+
+class BuildingNonSAP(_Generic):
+ _icon = "building-non-sap.png"
+
+
+class BuildingSAP(_Generic):
+ _icon = "building-sap.png"
+
+
+class CloudConnectorHighlight(_Generic):
+ _icon = "cloud-connector-highlight.png"
+
+
+class CloudConnectorNonSAP(_Generic):
+ _icon = "cloud-connector-non-sap.png"
+
+
+class CloudConnectorSAP(_Generic):
+ _icon = "cloud-connector-sap.png"
+
+
+class CloudHighlight(_Generic):
+ _icon = "cloud-highlight.png"
+
+
+class CloudNonSAP(_Generic):
+ _icon = "cloud-non-sap.png"
+
+
+class CloudSAP(_Generic):
+ _icon = "cloud-sap.png"
+
+
+class CollisionHighlight(_Generic):
+ _icon = "collision-highlight.png"
+
+
+class CollisionNonSAP(_Generic):
+ _icon = "collision-non-sap.png"
+
+
+class CollisionSAP(_Generic):
+ _icon = "collision-sap.png"
+
+
+class DaHighlight(_Generic):
+ _icon = "da-highlight.png"
+
+
+class DaNonSAP(_Generic):
+ _icon = "da-non-sap.png"
+
+
+class DaSAP(_Generic):
+ _icon = "da-sap.png"
+
+
+class DeployHighlight(_Generic):
+ _icon = "deploy-highlight.png"
+
+
+class DeployNonSAP(_Generic):
+ _icon = "deploy-non-sap.png"
+
+
+class DeploySAP(_Generic):
+ _icon = "deploy-sap.png"
+
+
+class DesktopHighlight(_Generic):
+ _icon = "desktop-highlight.png"
+
+
+class DesktopNonSAP(_Generic):
+ _icon = "desktop-non-sap.png"
+
+
+class DesktopSAP(_Generic):
+ _icon = "desktop-sap.png"
+
+
+class DetailViewHighlight(_Generic):
+ _icon = "detail-view-highlight.png"
+
+
+class DetailViewNonSAP(_Generic):
+ _icon = "detail-view-non-sap.png"
+
+
+class DetailViewSAP(_Generic):
+ _icon = "detail-view-sap.png"
+
+
+class DevicesHighlight(_Generic):
+ _icon = "devices-highlight.png"
+
+
+class DevicesNonSAP(_Generic):
+ _icon = "devices-non-sap.png"
+
+
+class DevicesSAP(_Generic):
+ _icon = "devices-sap.png"
+
+
+class DocumentHighlight(_Generic):
+ _icon = "document-highlight.png"
+
+
+class DocumentNonSAP(_Generic):
+ _icon = "document-non-sap.png"
+
+
+class DocumentSAP(_Generic):
+ _icon = "document-sap.png"
+
+
+class DocumentsHighlight(_Generic):
+ _icon = "documents-highlight.png"
+
+
+class DocumentsNonSAP(_Generic):
+ _icon = "documents-non-sap.png"
+
+
+class DocumentsSAP(_Generic):
+ _icon = "documents-sap.png"
+
+
+class EventHighlight(_Generic):
+ _icon = "event-highlight.png"
+
+
+class EventNonSAP(_Generic):
+ _icon = "event-non-sap.png"
+
+
+class EventSAP(_Generic):
+ _icon = "event-sap.png"
+
+
+class FactoryHighlight(_Generic):
+ _icon = "factory-highlight.png"
+
+
+class FactoryNonSAP(_Generic):
+ _icon = "factory-non-sap.png"
+
+
+class FactorySAP(_Generic):
+ _icon = "factory-sap.png"
+
+
+class FeatureHighlight(_Generic):
+ _icon = "feature-highlight.png"
+
+
+class FeatureNonSAP(_Generic):
+ _icon = "feature-non-sap.png"
+
+
+class FeatureSAP(_Generic):
+ _icon = "feature-sap.png"
+
+
+class IndentHighlight(_Generic):
+ _icon = "indent-highlight.png"
+
+
+class IndentNonSAP(_Generic):
+ _icon = "indent-non-sap.png"
+
+
+class IndentSAP(_Generic):
+ _icon = "indent-sap.png"
+
+
+class InfoHighlight(_Generic):
+ _icon = "info-highlight.png"
+
+
+class InfoNonSAP(_Generic):
+ _icon = "info-non-sap.png"
+
+
+class InfoSAP(_Generic):
+ _icon = "info-sap.png"
+
+
+class InspectHighlight(_Generic):
+ _icon = "inspect-highlight.png"
+
+
+class InspectNonSAP(_Generic):
+ _icon = "inspect-non-sap.png"
+
+
+class InspectSAP(_Generic):
+ _icon = "inspect-sap.png"
+
+
+class KeyHighlight(_Generic):
+ _icon = "key-highlight.png"
+
+
+class KeyNonSAP(_Generic):
+ _icon = "key-non-sap.png"
+
+
+class KeySAP(_Generic):
+ _icon = "key-sap.png"
+
+
+class LinkHighlight(_Generic):
+ _icon = "link-highlight.png"
+
+
+class LinkNonSAP(_Generic):
+ _icon = "link-non-sap.png"
+
+
+class LinkSAP(_Generic):
+ _icon = "link-sap.png"
+
+
+class LockedHighlight(_Generic):
+ _icon = "locked-highlight.png"
+
+
+class LockedNonSAP(_Generic):
+ _icon = "locked-non-sap.png"
+
+
+class LockedSAP(_Generic):
+ _icon = "locked-sap.png"
+
+
+class MachineHighlight(_Generic):
+ _icon = "machine-highlight.png"
+
+
+class MachineNonSAP(_Generic):
+ _icon = "machine-non-sap.png"
+
+
+class MachineSAP(_Generic):
+ _icon = "machine-sap.png"
+
+
+class MessageHighlight(_Generic):
+ _icon = "message-highlight.png"
+
+
+class MessageNonSAP(_Generic):
+ _icon = "message-non-sap.png"
+
+
+class MessageSAP(_Generic):
+ _icon = "message-sap.png"
+
+
+class MobileHighlight(_Generic):
+ _icon = "mobile-highlight.png"
+
+
+class MobileNonSAP(_Generic):
+ _icon = "mobile-non-sap.png"
+
+
+class MobileSAP(_Generic):
+ _icon = "mobile-sap.png"
+
+
+class OnPremiseHighlight(_Generic):
+ _icon = "on-premise-highlight.png"
+
+
+class OnPremiseNonSAP(_Generic):
+ _icon = "on-premise-non-sap.png"
+
+
+class OnPremiseSAP(_Generic):
+ _icon = "on-premise-sap.png"
+
+
+class PaletteHighlight(_Generic):
+ _icon = "palette-highlight.png"
+
+
+class PaletteNonSAP(_Generic):
+ _icon = "palette-non-sap.png"
+
+
+class PaletteSAP(_Generic):
+ _icon = "palette-sap.png"
+
+
+class PaperPlaneHighlight(_Generic):
+ _icon = "paper-plane-highlight.png"
+
+
+class PaperPlaneNonSAP(_Generic):
+ _icon = "paper-plane-non-sap.png"
+
+
+class PaperPlaneSAP(_Generic):
+ _icon = "paper-plane-sap.png"
+
+
+class PermissionHighlight(_Generic):
+ _icon = "permission-highlight.png"
+
+
+class PermissionNonSAP(_Generic):
+ _icon = "permission-non-sap.png"
+
+
+class PermissionSAP(_Generic):
+ _icon = "permission-sap.png"
+
+
+class RestartHighlight(_Generic):
+ _icon = "restart-highlight.png"
+
+
+class RestartNonSAP(_Generic):
+ _icon = "restart-non-sap.png"
+
+
+class RestartSAP(_Generic):
+ _icon = "restart-sap.png"
+
+
+class SettingsHighlight(_Generic):
+ _icon = "settings-highlight.png"
+
+
+class SettingsNonSAP(_Generic):
+ _icon = "settings-non-sap.png"
+
+
+class SettingsSAP(_Generic):
+ _icon = "settings-sap.png"
+
+
+class SuccessHighlight(_Generic):
+ _icon = "success-highlight.png"
+
+
+class SuccessNonSAP(_Generic):
+ _icon = "success-non-sap.png"
+
+
+class SuccessSAP(_Generic):
+ _icon = "success-sap.png"
+
+
+class SynchronizeHighlight(_Generic):
+ _icon = "synchronize-highlight.png"
+
+
+class SynchronizeNonSAP(_Generic):
+ _icon = "synchronize-non-sap.png"
+
+
+class SynchronizeSAP(_Generic):
+ _icon = "synchronize-sap.png"
+
+
+class ThirdPartyHighlight(_Generic):
+ _icon = "third-party-highlight.png"
+
+
+class ThirdPartyNonSAP(_Generic):
+ _icon = "third-party-non-sap.png"
+
+
+class ThirdPartySAP(_Generic):
+ _icon = "third-party-sap.png"
+
+
+class TreeHighlight(_Generic):
+ _icon = "tree-highlight.png"
+
+
+class TreeNonSAP(_Generic):
+ _icon = "tree-non-sap.png"
+
+
+class TreeSAP(_Generic):
+ _icon = "tree-sap.png"
+
+
+class UserHighlight(_Generic):
+ _icon = "user-highlight.png"
+
+
+class UserNonSAP(_Generic):
+ _icon = "user-non-sap.png"
+
+
+class UserSAP(_Generic):
+ _icon = "user-sap.png"
+
+
+class WebHighlight(_Generic):
+ _icon = "web-highlight.png"
+
+
+class WebNonSAP(_Generic):
+ _icon = "web-non-sap.png"
+
+
+class WebSAP(_Generic):
+ _icon = "web-sap.png"
+
+
+# Aliases
diff --git a/diagrams/sap/integration_suite.py b/diagrams/sap/integration_suite.py
new file mode 100644
index 00000000..e643652f
--- /dev/null
+++ b/diagrams/sap/integration_suite.py
@@ -0,0 +1,71 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _Integration_Suite(_SAP):
+ _type = "integration_suite"
+ _icon_dir = "resources/sap/integration_suite"
+
+
+class AdvancedEventMesh(_Integration_Suite):
+ _icon = "advanced-event-mesh.png"
+
+
+class APIManagement(_Integration_Suite):
+ _icon = "api-management.png"
+
+
+class CloudIntegration(_Integration_Suite):
+ _icon = "cloud-integration.png"
+
+
+class DataSpaceIntegration(_Integration_Suite):
+ _icon = "data-space-integration.png"
+
+
+class EdgeIntegrationCell(_Integration_Suite):
+ _icon = "edge-integration-cell.png"
+
+
+class EventMesh(_Integration_Suite):
+ _icon = "event-mesh.png"
+
+
+class Graph(_Integration_Suite):
+ _icon = "graph.png"
+
+
+class IntegrationAdvisor(_Integration_Suite):
+ _icon = "integration-advisor.png"
+
+
+class IntegrationAssessment(_Integration_Suite):
+ _icon = "integration-assessment.png"
+
+
+class MigrationAssessment(_Integration_Suite):
+ _icon = "migration-assessment.png"
+
+
+class OpenConnectors(_Integration_Suite):
+ _icon = "open-connectors.png"
+
+
+class SAPAPIHubEnterprise(_Integration_Suite):
+ _icon = "sap-api-hub-enterprise.png"
+
+
+class SAPBusinessAccelerator_Hub(_Integration_Suite):
+ _icon = "sap-business-accelerator-_hub.png"
+
+
+class SAPIntegrationSuite(_Integration_Suite):
+ _icon = "sap-integration-suite.png"
+
+
+class TradingPartnerManagement(_Integration_Suite):
+ _icon = "trading-partner-management.png"
+
+
+# Aliases
diff --git a/diagrams/sap/saas.py b/diagrams/sap/saas.py
new file mode 100644
index 00000000..549fc7e6
--- /dev/null
+++ b/diagrams/sap/saas.py
@@ -0,0 +1,87 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _SAP
+
+
+class _Saas(_SAP):
+ _type = "saas"
+ _icon_dir = "resources/sap/saas"
+
+
+class BusinessProcessModelConnectorForSAPSignavioSolutions(_Saas):
+ _icon = "business-process-model-connector-for-sap-signavio-solutions.png"
+
+
+class CustomerDataCloud(_Saas):
+ _icon = "customer-data-cloud.png"
+
+
+class IntelligentSituationAutomation(_Saas):
+ _icon = "intelligent-situation-automation.png"
+
+
+class SAPAssetPerformanceManagement(_Saas):
+ _icon = "sap-asset-performance-management.png"
+
+
+class SAPCloudAlm(_Saas):
+ _icon = "sap-cloud-alm.png"
+
+
+class SAPCollaborativeDemandAndCapacityManagement(_Saas):
+ _icon = "sap-collaborative-demand-and-capacity-management.png"
+
+
+class SAPDigitalManufacturing(_Saas):
+ _icon = "sap-digital-manufacturing.png"
+
+
+class SAPGreenToken(_Saas):
+ _icon = "sap-green-token.png"
+
+
+class SAPHealthDataServicesForFhir(_Saas):
+ _icon = "sap-health-data-services-for-fhir.png"
+
+
+class SAPLandscapeManagementCloud(_Saas):
+ _icon = "sap-landscape-management-cloud.png"
+
+
+class SAPLogisticsManagement(_Saas):
+ _icon = "sap-logistics-management.png"
+
+
+class SAPOmnichannelPromotionPricing(_Saas):
+ _icon = "sap-omnichannel-promotion-pricing.png"
+
+
+class SAPProjectAndResourceManagement(_Saas):
+ _icon = "sap-project-and-resource-management.png"
+
+
+class SAPResponsibilityManagementService(_Saas):
+ _icon = "sap-responsibility-management-service.png"
+
+
+class SAPS4HANACloudForIntelligentIntercompanyReconciliation(_Saas):
+ _icon = "sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png"
+
+
+class SAPS4HANAForMicrosoftTeams(_Saas):
+ _icon = "sap-s4hana-for-microsoft-teams.png"
+
+
+class SAPSustainabilityDataExchange(_Saas):
+ _icon = "sap-sustainability-data-exchange.png"
+
+
+class SAPVariantConfigurationAndPricing(_Saas):
+ _icon = "sap-variant-configuration-and-pricing.png"
+
+
+class SAPWatchListScreening(_Saas):
+ _icon = "sap-watch-list-screening.png"
+
+
+# Aliases
diff --git a/docs/nodes/sap.md b/docs/nodes/sap.md
new file mode 100644
index 00000000..871b44d8
--- /dev/null
+++ b/docs/nodes/sap.md
@@ -0,0 +1,765 @@
+---
+id: sap
+title: SAP
+---
+
+Node classes list of the sap provider.
+
+## sap.ai
+
+
+
+**diagrams.sap.ai.BusinessEntityRecognition**
+
+
+**diagrams.sap.ai.DataAttributeRecommendation**
+
+
+**diagrams.sap.ai.DocumentInformationExtraction**
+
+
+**diagrams.sap.ai.InvoiceObjectRecommendation**
+
+
+**diagrams.sap.ai.PersonalizedRecommendation**
+
+
+**diagrams.sap.ai.SAPAILaunchpad**
+
+
+**diagrams.sap.ai.SAPDigitalAssistant**
+
+
+**diagrams.sap.ai.SAPDocumentGrounding**
+
+
+**diagrams.sap.ai.SAPTranslationHub**
+
+
+**diagrams.sap.ai.ServiceTicketIntelligence**
+
+## sap.app_dev_automation
+
+
+
+**diagrams.sap.app_dev_automation.ApplicationFrontendService**
+
+
+**diagrams.sap.app_dev_automation.ExtensibilityServiceForSAPBTP**
+
+
+**diagrams.sap.app_dev_automation.Joule_Studio**
+
+
+**diagrams.sap.app_dev_automation.SAPBtp_AbapEnvironment**
+
+
+**diagrams.sap.app_dev_automation.SAPBuildApps**
+
+
+**diagrams.sap.app_dev_automation.SAPBuildCode**
+
+
+**diagrams.sap.app_dev_automation.SAPBuildProcessAutomation**
+
+
+**diagrams.sap.app_dev_automation.SAPBuildWorkZone**
+
+
+**diagrams.sap.app_dev_automation.SAPBuildWorkZone_AdvancedEdition**
+
+
+**diagrams.sap.app_dev_automation.SAPBuild**
+
+
+**diagrams.sap.app_dev_automation.SAPBusinessApplicationStudio**
+
+
+**diagrams.sap.app_dev_automation.SAPCloudApplicationProgrammingModel**
+
+
+**diagrams.sap.app_dev_automation.SAPHtml5ApplicationRepositoryServiceForSAPBTP**
+
+
+**diagrams.sap.app_dev_automation.SAPMobileServices**
+
+
+**diagrams.sap.app_dev_automation.SAPTaskCenter**
+
+
+**diagrams.sap.app_dev_automation.SAPUiThemeDesigner**
+
+
+**diagrams.sap.app_dev_automation.Ui5FlexibilityForKeyUsers**
+
+## sap.brands
+
+
+
+**diagrams.sap.brands.SAPAriba**
+
+
+**diagrams.sap.brands.SAPBusinessNetwork**
+
+
+**diagrams.sap.brands.SAPConcur**
+
+
+**diagrams.sap.brands.SAPCustomerExperience**
+
+
+**diagrams.sap.brands.SAPLeanix**
+
+
+**diagrams.sap.brands.SAPS4HANACloud**
+
+
+**diagrams.sap.brands.SAPS4HANA**
+
+
+**diagrams.sap.brands.SAPSignavio**
+
+
+**diagrams.sap.brands.SAPSuccessfactors**
+
+
+**diagrams.sap.brands.SAP**
+
+## sap.data_analytics
+
+
+
+**diagrams.sap.data_analytics.SAPAnalyticsCloudEmbeddedEdition**
+
+
+**diagrams.sap.data_analytics.SAPAnalyticsCloud**
+
+
+**diagrams.sap.data_analytics.SAPBusinessDataCloud**
+
+
+**diagrams.sap.data_analytics.SAPDatasphere**
+
+
+**diagrams.sap.data_analytics.SAPHANACloud**
+
+
+**diagrams.sap.data_analytics.SAPHANASpatialServices**
+
+
+**diagrams.sap.data_analytics.SAPMasterDataGovernance**
+
+
+**diagrams.sap.data_analytics.SAPPersistenceServiceAse**
+
+## sap.foundational
+
+
+
+**diagrams.sap.foundational.ApplicationAutoscaler**
+
+
+**diagrams.sap.foundational.CloudConnector**
+
+
+**diagrams.sap.foundational.CloudIntegrationAutomation**
+
+
+**diagrams.sap.foundational.CloudLogging**
+
+
+**diagrams.sap.foundational.LandscapePortalForSAPS4HANACloudAbapEnvironment**
+
+
+**diagrams.sap.foundational.Oauth20OnSAPBTP**
+
+
+**diagrams.sap.foundational.ObjectStoreOnSAPBTP**
+
+
+**diagrams.sap.foundational.SAPAlertNotificationServiceForSAPBTP**
+
+
+**diagrams.sap.foundational.SAPApplicationLoggingServiceForSAPBTP**
+
+
+**diagrams.sap.foundational.SAPAuditLogService**
+
+
+**diagrams.sap.foundational.SAPAuthorizationManagement**
+
+
+**diagrams.sap.foundational.SAPAutomationPilot**
+
+
+**diagrams.sap.foundational.SAPBTPCloudFoundryRuntime**
+
+
+**diagrams.sap.foundational.SAPBTPKymaRuntime**
+
+
+**diagrams.sap.foundational.SAPCloudIdentitySAPAuthorizationAndTrustManagementService**
+
+
+**diagrams.sap.foundational.SAPCloudIdentitySAPCredentialStore**
+
+
+**diagrams.sap.foundational.SAPCloudIdentitySAPCustomDomainService**
+
+
+**diagrams.sap.foundational.SAPCloudIdentitySAPKeystoreService**
+
+
+**diagrams.sap.foundational.SAPCloudIdentitySAPMalwareScanningService**
+
+
+**diagrams.sap.foundational.SAPCloudIdentityService**
+
+
+**diagrams.sap.foundational.SAPCloudManagementServiceForSAPBTP**
+
+
+**diagrams.sap.foundational.SAPCloudTransportManagement**
+
+
+**diagrams.sap.foundational.SAPConnectivityService**
+
+
+**diagrams.sap.foundational.SAPContentAgentService**
+
+
+**diagrams.sap.foundational.SAPContinuousIntegrationAndDelivery**
+
+
+**diagrams.sap.foundational.SAPDataPrivacyIntegration**
+
+
+**diagrams.sap.foundational.SAPDataRetentionManager**
+
+
+**diagrams.sap.foundational.SAPDestinationService**
+
+
+**diagrams.sap.foundational.SAPDocumentManagementService**
+
+
+**diagrams.sap.foundational.SAPEventBrokerForSAPCloudApplications**
+
+
+**diagrams.sap.foundational.SAPIdentityAuthentication**
+
+
+**diagrams.sap.foundational.SAPIdentityDirectory**
+
+
+**diagrams.sap.foundational.SAPIdentityProvisoning**
+
+
+**diagrams.sap.foundational.SAPJobSchedulingService**
+
+
+**diagrams.sap.foundational.SAPMasterDataIntegration**
+
+
+**diagrams.sap.foundational.SAPMonitoringServiceForSAPBTP**
+
+
+**diagrams.sap.foundational.SAPPersonalDataManager**
+
+
+**diagrams.sap.foundational.SAPPkiCertificateService**
+
+
+**diagrams.sap.foundational.SAPPrivateLinkService**
+
+
+**diagrams.sap.foundational.SAPSecureLoginServiceForSAPGui**
+
+
+**diagrams.sap.foundational.SAPSoftwareAsAServiceProvisioningService**
+
+
+**diagrams.sap.foundational.SAPSolutionLifecycleManagementServiceForSAPBTP**
+
+
+**diagrams.sap.foundational.ServiceManager**
+
+## sap.generic
+
+
+
+**diagrams.sap.generic.AdapterHighlight**
+
+
+**diagrams.sap.generic.AdapterNonSAP**
+
+
+**diagrams.sap.generic.AdapterSAP**
+
+
+**diagrams.sap.generic.AdminHighlight**
+
+
+**diagrams.sap.generic.AdminNonSAP**
+
+
+**diagrams.sap.generic.AdminSAP**
+
+
+**diagrams.sap.generic.AIHighlight**
+
+
+**diagrams.sap.generic.AINonSAP**
+
+
+**diagrams.sap.generic.AISAP**
+
+
+**diagrams.sap.generic.AlertHighlight**
+
+
+**diagrams.sap.generic.AlertNonSAP**
+
+
+**diagrams.sap.generic.AlertSAP**
+
+
+**diagrams.sap.generic.APIHighlight**
+
+
+**diagrams.sap.generic.APINonSAP**
+
+
+**diagrams.sap.generic.APISAP**
+
+
+**diagrams.sap.generic.AppHighlight**
+
+
+**diagrams.sap.generic.AppNonSAP**
+
+
+**diagrams.sap.generic.AppSAP**
+
+
+**diagrams.sap.generic.BuildingHighlight**
+
+
+**diagrams.sap.generic.BuildingNonSAP**
+
+
+**diagrams.sap.generic.BuildingSAP**
+
+
+**diagrams.sap.generic.CloudConnectorHighlight**
+
+
+**diagrams.sap.generic.CloudConnectorNonSAP**
+
+
+**diagrams.sap.generic.CloudConnectorSAP**
+
+
+**diagrams.sap.generic.CloudHighlight**
+
+
+**diagrams.sap.generic.CloudNonSAP**
+
+
+**diagrams.sap.generic.CloudSAP**
+
+
+**diagrams.sap.generic.CollisionHighlight**
+
+
+**diagrams.sap.generic.CollisionNonSAP**
+
+
+**diagrams.sap.generic.CollisionSAP**
+
+
+**diagrams.sap.generic.DaHighlight**
+
+
+**diagrams.sap.generic.DaNonSAP**
+
+
+**diagrams.sap.generic.DaSAP**
+
+
+**diagrams.sap.generic.DeployHighlight**
+
+
+**diagrams.sap.generic.DeployNonSAP**
+
+
+**diagrams.sap.generic.DeploySAP**
+
+
+**diagrams.sap.generic.DesktopHighlight**
+
+
+**diagrams.sap.generic.DesktopNonSAP**
+
+
+**diagrams.sap.generic.DesktopSAP**
+
+
+**diagrams.sap.generic.DetailViewHighlight**
+
+
+**diagrams.sap.generic.DetailViewNonSAP**
+
+
+**diagrams.sap.generic.DetailViewSAP**
+
+
+**diagrams.sap.generic.DevicesHighlight**
+
+
+**diagrams.sap.generic.DevicesNonSAP**
+
+
+**diagrams.sap.generic.DevicesSAP**
+
+
+**diagrams.sap.generic.DocumentHighlight**
+
+
+**diagrams.sap.generic.DocumentNonSAP**
+
+
+**diagrams.sap.generic.DocumentSAP**
+
+
+**diagrams.sap.generic.DocumentsHighlight**
+
+
+**diagrams.sap.generic.DocumentsNonSAP**
+
+
+**diagrams.sap.generic.DocumentsSAP**
+
+
+**diagrams.sap.generic.EventHighlight**
+
+
+**diagrams.sap.generic.EventNonSAP**
+
+
+**diagrams.sap.generic.EventSAP**
+
+
+**diagrams.sap.generic.FactoryHighlight**
+
+
+**diagrams.sap.generic.FactoryNonSAP**
+
+
+**diagrams.sap.generic.FactorySAP**
+
+
+**diagrams.sap.generic.FeatureHighlight**
+
+
+**diagrams.sap.generic.FeatureNonSAP**
+
+
+**diagrams.sap.generic.FeatureSAP**
+
+
+**diagrams.sap.generic.IndentHighlight**
+
+
+**diagrams.sap.generic.IndentNonSAP**
+
+
+**diagrams.sap.generic.IndentSAP**
+
+
+**diagrams.sap.generic.InfoHighlight**
+
+
+**diagrams.sap.generic.InfoNonSAP**
+
+
+**diagrams.sap.generic.InfoSAP**
+
+
+**diagrams.sap.generic.InspectHighlight**
+
+
+**diagrams.sap.generic.InspectNonSAP**
+
+
+**diagrams.sap.generic.InspectSAP**
+
+
+**diagrams.sap.generic.KeyHighlight**
+
+
+**diagrams.sap.generic.KeyNonSAP**
+
+
+**diagrams.sap.generic.KeySAP**
+
+
+**diagrams.sap.generic.LinkHighlight**
+
+
+**diagrams.sap.generic.LinkNonSAP**
+
+
+**diagrams.sap.generic.LinkSAP**
+
+
+**diagrams.sap.generic.LockedHighlight**
+
+
+**diagrams.sap.generic.LockedNonSAP**
+
+
+**diagrams.sap.generic.LockedSAP**
+
+
+**diagrams.sap.generic.MachineHighlight**
+
+
+**diagrams.sap.generic.MachineNonSAP**
+
+
+**diagrams.sap.generic.MachineSAP**
+
+
+**diagrams.sap.generic.MessageHighlight**
+
+
+**diagrams.sap.generic.MessageNonSAP**
+
+
+**diagrams.sap.generic.MessageSAP**
+
+
+**diagrams.sap.generic.MobileHighlight**
+
+
+**diagrams.sap.generic.MobileNonSAP**
+
+
+**diagrams.sap.generic.MobileSAP**
+
+
+**diagrams.sap.generic.OnPremiseHighlight**
+
+
+**diagrams.sap.generic.OnPremiseNonSAP**
+
+
+**diagrams.sap.generic.OnPremiseSAP**
+
+
+**diagrams.sap.generic.PaletteHighlight**
+
+
+**diagrams.sap.generic.PaletteNonSAP**
+
+
+**diagrams.sap.generic.PaletteSAP**
+
+
+**diagrams.sap.generic.PaperPlaneHighlight**
+
+
+**diagrams.sap.generic.PaperPlaneNonSAP**
+
+
+**diagrams.sap.generic.PaperPlaneSAP**
+
+
+**diagrams.sap.generic.PermissionHighlight**
+
+
+**diagrams.sap.generic.PermissionNonSAP**
+
+
+**diagrams.sap.generic.PermissionSAP**
+
+
+**diagrams.sap.generic.RestartHighlight**
+
+
+**diagrams.sap.generic.RestartNonSAP**
+
+
+**diagrams.sap.generic.RestartSAP**
+
+
+**diagrams.sap.generic.SettingsHighlight**
+
+
+**diagrams.sap.generic.SettingsNonSAP**
+
+
+**diagrams.sap.generic.SettingsSAP**
+
+
+**diagrams.sap.generic.SuccessHighlight**
+
+
+**diagrams.sap.generic.SuccessNonSAP**
+
+
+**diagrams.sap.generic.SuccessSAP**
+
+
+**diagrams.sap.generic.SynchronizeHighlight**
+
+
+**diagrams.sap.generic.SynchronizeNonSAP**
+
+
+**diagrams.sap.generic.SynchronizeSAP**
+
+
+**diagrams.sap.generic.ThirdPartyHighlight**
+
+
+**diagrams.sap.generic.ThirdPartyNonSAP**
+
+
+**diagrams.sap.generic.ThirdPartySAP**
+
+
+**diagrams.sap.generic.TreeHighlight**
+
+
+**diagrams.sap.generic.TreeNonSAP**
+
+
+**diagrams.sap.generic.TreeSAP**
+
+
+**diagrams.sap.generic.UserHighlight**
+
+
+**diagrams.sap.generic.UserNonSAP**
+
+
+**diagrams.sap.generic.UserSAP**
+
+
+**diagrams.sap.generic.WebHighlight**
+
+
+**diagrams.sap.generic.WebNonSAP**
+
+
+**diagrams.sap.generic.WebSAP**
+
+## sap.integration_suite
+
+
+
+**diagrams.sap.integration_suite.AdvancedEventMesh**
+
+
+**diagrams.sap.integration_suite.APIManagement**
+
+
+**diagrams.sap.integration_suite.CloudIntegration**
+
+
+**diagrams.sap.integration_suite.DataSpaceIntegration**
+
+
+**diagrams.sap.integration_suite.EdgeIntegrationCell**
+
+
+**diagrams.sap.integration_suite.EventMesh**
+
+
+**diagrams.sap.integration_suite.Graph**
+
+
+**diagrams.sap.integration_suite.IntegrationAdvisor**
+
+
+**diagrams.sap.integration_suite.IntegrationAssessment**
+
+
+**diagrams.sap.integration_suite.MigrationAssessment**
+
+
+**diagrams.sap.integration_suite.OpenConnectors**
+
+
+**diagrams.sap.integration_suite.SAPAPIHubEnterprise**
+
+
+**diagrams.sap.integration_suite.SAPBusinessAccelerator_Hub**
+
+
+**diagrams.sap.integration_suite.SAPIntegrationSuite**
+
+
+**diagrams.sap.integration_suite.TradingPartnerManagement**
+
+## sap.saas
+
+
+
+**diagrams.sap.saas.BusinessProcessModelConnectorForSAPSignavioSolutions**
+
+
+**diagrams.sap.saas.CustomerDataCloud**
+
+
+**diagrams.sap.saas.IntelligentSituationAutomation**
+
+
+**diagrams.sap.saas.SAPAssetPerformanceManagement**
+
+
+**diagrams.sap.saas.SAPCloudAlm**
+
+
+**diagrams.sap.saas.SAPCollaborativeDemandAndCapacityManagement**
+
+
+**diagrams.sap.saas.SAPDigitalManufacturing**
+
+
+**diagrams.sap.saas.SAPGreenToken**
+
+
+**diagrams.sap.saas.SAPHealthDataServicesForFhir**
+
+
+**diagrams.sap.saas.SAPLandscapeManagementCloud**
+
+
+**diagrams.sap.saas.SAPLogisticsManagement**
+
+
+**diagrams.sap.saas.SAPOmnichannelPromotionPricing**
+
+
+**diagrams.sap.saas.SAPProjectAndResourceManagement**
+
+
+**diagrams.sap.saas.SAPResponsibilityManagementService**
+
+
+**diagrams.sap.saas.SAPS4HANACloudForIntelligentIntercompanyReconciliation**
+
+
+**diagrams.sap.saas.SAPS4HANAForMicrosoftTeams**
+
+
+**diagrams.sap.saas.SAPSustainabilityDataExchange**
+
+
+**diagrams.sap.saas.SAPVariantConfigurationAndPricing**
+
+
+**diagrams.sap.saas.SAPWatchListScreening**
diff --git a/resources/sap/ai/business-entity-recognition.png b/resources/sap/ai/business-entity-recognition.png
new file mode 100644
index 00000000..bd86a54e
Binary files /dev/null and b/resources/sap/ai/business-entity-recognition.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..c396a8c5
Binary files /dev/null and b/resources/sap/ai/data-attribute-recommendation.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..e5b29d0f
Binary files /dev/null and b/resources/sap/ai/document-information-extraction.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..a921a8ae
Binary files /dev/null and b/resources/sap/ai/invoice-object-recommendation.png differ
diff --git a/resources/sap/ai/personalized-recommendation.png b/resources/sap/ai/personalized-recommendation.png
new file mode 100644
index 00000000..783e9a6d
Binary files /dev/null and b/resources/sap/ai/personalized-recommendation.png differ
diff --git a/resources/sap/ai/sap-ai-launchpad.png b/resources/sap/ai/sap-ai-launchpad.png
new file mode 100644
index 00000000..627510fb
Binary files /dev/null and b/resources/sap/ai/sap-ai-launchpad.png differ
diff --git a/resources/sap/ai/sap-digital-assistant.png b/resources/sap/ai/sap-digital-assistant.png
new file mode 100644
index 00000000..b62976e0
Binary files /dev/null and b/resources/sap/ai/sap-digital-assistant.png differ
diff --git a/resources/sap/ai/sap-document-grounding.png b/resources/sap/ai/sap-document-grounding.png
new file mode 100644
index 00000000..d2160d67
Binary files /dev/null and b/resources/sap/ai/sap-document-grounding.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..2775e635
Binary files /dev/null and b/resources/sap/ai/sap-translation-hub.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..871fb41e
Binary files /dev/null and b/resources/sap/ai/service-ticket-intelligence.png differ
diff --git a/resources/sap/app_dev_automation/application-frontend-service.png b/resources/sap/app_dev_automation/application-frontend-service.png
new file mode 100644
index 00000000..5a87b198
Binary files /dev/null and b/resources/sap/app_dev_automation/application-frontend-service.png differ
diff --git a/resources/sap/app_dev_automation/extensibility-service-for-sap-btp.png b/resources/sap/app_dev_automation/extensibility-service-for-sap-btp.png
new file mode 100644
index 00000000..91a94dcf
Binary files /dev/null and b/resources/sap/app_dev_automation/extensibility-service-for-sap-btp.png differ
diff --git a/resources/sap/app_dev_automation/joule_studio.png b/resources/sap/app_dev_automation/joule_studio.png
new file mode 100644
index 00000000..cd0f3655
Binary files /dev/null and b/resources/sap/app_dev_automation/joule_studio.png differ
diff --git a/resources/sap/app_dev_automation/sap-btp_abap-environment.png b/resources/sap/app_dev_automation/sap-btp_abap-environment.png
new file mode 100644
index 00000000..8de40570
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-btp_abap-environment.png differ
diff --git a/resources/sap/app_dev_automation/sap-build-apps.png b/resources/sap/app_dev_automation/sap-build-apps.png
new file mode 100644
index 00000000..1b4b416d
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-build-apps.png differ
diff --git a/resources/sap/app_dev_automation/sap-build-code.png b/resources/sap/app_dev_automation/sap-build-code.png
new file mode 100644
index 00000000..349462ca
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-build-code.png differ
diff --git a/resources/sap/app_dev_automation/sap-build-process-automation.png b/resources/sap/app_dev_automation/sap-build-process-automation.png
new file mode 100644
index 00000000..38d898f5
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-build-process-automation.png differ
diff --git a/resources/sap/app_dev_automation/sap-build-work-zone.png b/resources/sap/app_dev_automation/sap-build-work-zone.png
new file mode 100644
index 00000000..19ab3243
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-build-work-zone.png differ
diff --git a/resources/sap/app_dev_automation/sap-build-work-zone_advanced-edition.png b/resources/sap/app_dev_automation/sap-build-work-zone_advanced-edition.png
new file mode 100644
index 00000000..19ab3243
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-build-work-zone_advanced-edition.png differ
diff --git a/resources/sap/app_dev_automation/sap-build.png b/resources/sap/app_dev_automation/sap-build.png
new file mode 100644
index 00000000..e9db116c
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-build.png differ
diff --git a/resources/sap/app_dev_automation/sap-business-application-studio.png b/resources/sap/app_dev_automation/sap-business-application-studio.png
new file mode 100644
index 00000000..a64cb6c0
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-business-application-studio.png differ
diff --git a/resources/sap/app_dev_automation/sap-cloud-application-programming-model.png b/resources/sap/app_dev_automation/sap-cloud-application-programming-model.png
new file mode 100644
index 00000000..720f7dfb
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-cloud-application-programming-model.png differ
diff --git a/resources/sap/app_dev_automation/sap-html5-application-repository-service-for-sap-btp.png b/resources/sap/app_dev_automation/sap-html5-application-repository-service-for-sap-btp.png
new file mode 100644
index 00000000..a77317b4
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-html5-application-repository-service-for-sap-btp.png differ
diff --git a/resources/sap/app_dev_automation/sap-mobile-services.png b/resources/sap/app_dev_automation/sap-mobile-services.png
new file mode 100644
index 00000000..f5c83399
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-mobile-services.png differ
diff --git a/resources/sap/app_dev_automation/sap-task-center.png b/resources/sap/app_dev_automation/sap-task-center.png
new file mode 100644
index 00000000..a4e040e9
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-task-center.png differ
diff --git a/resources/sap/app_dev_automation/sap-ui-theme-designer.png b/resources/sap/app_dev_automation/sap-ui-theme-designer.png
new file mode 100644
index 00000000..48b07d9e
Binary files /dev/null and b/resources/sap/app_dev_automation/sap-ui-theme-designer.png differ
diff --git a/resources/sap/app_dev_automation/ui5-flexibility-for-key-users.png b/resources/sap/app_dev_automation/ui5-flexibility-for-key-users.png
new file mode 100644
index 00000000..a936ca16
Binary files /dev/null and b/resources/sap/app_dev_automation/ui5-flexibility-for-key-users.png differ
diff --git a/resources/sap/brands/sap-ariba.png b/resources/sap/brands/sap-ariba.png
new file mode 100644
index 00000000..cadca94c
Binary files /dev/null and b/resources/sap/brands/sap-ariba.png differ
diff --git a/resources/sap/brands/sap-business-network.png b/resources/sap/brands/sap-business-network.png
new file mode 100644
index 00000000..ddc709e5
Binary files /dev/null and b/resources/sap/brands/sap-business-network.png differ
diff --git a/resources/sap/brands/sap-concur.png b/resources/sap/brands/sap-concur.png
new file mode 100644
index 00000000..7d2897bb
Binary files /dev/null and b/resources/sap/brands/sap-concur.png differ
diff --git a/resources/sap/brands/sap-customer-experience.png b/resources/sap/brands/sap-customer-experience.png
new file mode 100644
index 00000000..a13f2fa8
Binary files /dev/null and b/resources/sap/brands/sap-customer-experience.png differ
diff --git a/resources/sap/brands/sap-leanix.png b/resources/sap/brands/sap-leanix.png
new file mode 100644
index 00000000..871e845b
Binary files /dev/null and b/resources/sap/brands/sap-leanix.png differ
diff --git a/resources/sap/brands/sap-s4hana-cloud.png b/resources/sap/brands/sap-s4hana-cloud.png
new file mode 100644
index 00000000..52a8213a
Binary files /dev/null and b/resources/sap/brands/sap-s4hana-cloud.png differ
diff --git a/resources/sap/brands/sap-s4hana.png b/resources/sap/brands/sap-s4hana.png
new file mode 100644
index 00000000..30d8d306
Binary files /dev/null and b/resources/sap/brands/sap-s4hana.png differ
diff --git a/resources/sap/brands/sap-signavio.png b/resources/sap/brands/sap-signavio.png
new file mode 100644
index 00000000..716861bd
Binary files /dev/null and b/resources/sap/brands/sap-signavio.png differ
diff --git a/resources/sap/brands/sap-successfactors.png b/resources/sap/brands/sap-successfactors.png
new file mode 100644
index 00000000..a331016b
Binary files /dev/null and b/resources/sap/brands/sap-successfactors.png differ
diff --git a/resources/sap/brands/sap.png b/resources/sap/brands/sap.png
new file mode 100644
index 00000000..8d0f3f3f
Binary files /dev/null and b/resources/sap/brands/sap.png differ
diff --git a/resources/sap/data_analytics/sap-analytics-cloud-embedded-edition.png b/resources/sap/data_analytics/sap-analytics-cloud-embedded-edition.png
new file mode 100644
index 00000000..80c7553a
Binary files /dev/null and b/resources/sap/data_analytics/sap-analytics-cloud-embedded-edition.png differ
diff --git a/resources/sap/data_analytics/sap-analytics-cloud.png b/resources/sap/data_analytics/sap-analytics-cloud.png
new file mode 100644
index 00000000..aa613c85
Binary files /dev/null and b/resources/sap/data_analytics/sap-analytics-cloud.png differ
diff --git a/resources/sap/data_analytics/sap-business-data-cloud.png b/resources/sap/data_analytics/sap-business-data-cloud.png
new file mode 100644
index 00000000..2300c5c7
Binary files /dev/null and b/resources/sap/data_analytics/sap-business-data-cloud.png differ
diff --git a/resources/sap/data_analytics/sap-datasphere.png b/resources/sap/data_analytics/sap-datasphere.png
new file mode 100644
index 00000000..52cb1103
Binary files /dev/null and b/resources/sap/data_analytics/sap-datasphere.png differ
diff --git a/resources/sap/data_analytics/sap-hana-cloud.png b/resources/sap/data_analytics/sap-hana-cloud.png
new file mode 100644
index 00000000..f6db1c8b
Binary files /dev/null and b/resources/sap/data_analytics/sap-hana-cloud.png differ
diff --git a/resources/sap/data_analytics/sap-hana-spatial-services.png b/resources/sap/data_analytics/sap-hana-spatial-services.png
new file mode 100644
index 00000000..45d32814
Binary files /dev/null and b/resources/sap/data_analytics/sap-hana-spatial-services.png differ
diff --git a/resources/sap/data_analytics/sap-master-data-governance.png b/resources/sap/data_analytics/sap-master-data-governance.png
new file mode 100644
index 00000000..0974ea68
Binary files /dev/null and b/resources/sap/data_analytics/sap-master-data-governance.png differ
diff --git a/resources/sap/data_analytics/sap-persistence-service-ase.png b/resources/sap/data_analytics/sap-persistence-service-ase.png
new file mode 100644
index 00000000..1cd0b979
Binary files /dev/null and b/resources/sap/data_analytics/sap-persistence-service-ase.png differ
diff --git a/resources/sap/foundational/application-autoscaler.png b/resources/sap/foundational/application-autoscaler.png
new file mode 100644
index 00000000..8e9d56d3
Binary files /dev/null and b/resources/sap/foundational/application-autoscaler.png differ
diff --git a/resources/sap/foundational/cloud-connector.png b/resources/sap/foundational/cloud-connector.png
new file mode 100644
index 00000000..6243e973
Binary files /dev/null and b/resources/sap/foundational/cloud-connector.png differ
diff --git a/resources/sap/foundational/cloud-integration-automation.png b/resources/sap/foundational/cloud-integration-automation.png
new file mode 100644
index 00000000..44867877
Binary files /dev/null and b/resources/sap/foundational/cloud-integration-automation.png differ
diff --git a/resources/sap/foundational/cloud-logging.png b/resources/sap/foundational/cloud-logging.png
new file mode 100644
index 00000000..d00acc62
Binary files /dev/null and b/resources/sap/foundational/cloud-logging.png differ
diff --git a/resources/sap/foundational/landscape-portal-for-sap-s4hana-cloud-abap-environment.png b/resources/sap/foundational/landscape-portal-for-sap-s4hana-cloud-abap-environment.png
new file mode 100644
index 00000000..27b0aed1
Binary files /dev/null and b/resources/sap/foundational/landscape-portal-for-sap-s4hana-cloud-abap-environment.png differ
diff --git a/resources/sap/foundational/oauth-20-on-sap-btp.png b/resources/sap/foundational/oauth-20-on-sap-btp.png
new file mode 100644
index 00000000..e4c76ba3
Binary files /dev/null and b/resources/sap/foundational/oauth-20-on-sap-btp.png differ
diff --git a/resources/sap/foundational/object-store-on-sap-btp.png b/resources/sap/foundational/object-store-on-sap-btp.png
new file mode 100644
index 00000000..2fbd1f2a
Binary files /dev/null and b/resources/sap/foundational/object-store-on-sap-btp.png differ
diff --git a/resources/sap/foundational/sap-alert-notification-service-for-sap-btp.png b/resources/sap/foundational/sap-alert-notification-service-for-sap-btp.png
new file mode 100644
index 00000000..ea098b48
Binary files /dev/null and b/resources/sap/foundational/sap-alert-notification-service-for-sap-btp.png differ
diff --git a/resources/sap/foundational/sap-application-logging-service-for-sap-btp.png b/resources/sap/foundational/sap-application-logging-service-for-sap-btp.png
new file mode 100644
index 00000000..9c4e1f7e
Binary files /dev/null and b/resources/sap/foundational/sap-application-logging-service-for-sap-btp.png differ
diff --git a/resources/sap/foundational/sap-audit-log-service.png b/resources/sap/foundational/sap-audit-log-service.png
new file mode 100644
index 00000000..807580a7
Binary files /dev/null and b/resources/sap/foundational/sap-audit-log-service.png differ
diff --git a/resources/sap/foundational/sap-authorization-management.png b/resources/sap/foundational/sap-authorization-management.png
new file mode 100644
index 00000000..5b77c21e
Binary files /dev/null and b/resources/sap/foundational/sap-authorization-management.png differ
diff --git a/resources/sap/foundational/sap-automation-pilot.png b/resources/sap/foundational/sap-automation-pilot.png
new file mode 100644
index 00000000..c27a2dc2
Binary files /dev/null and b/resources/sap/foundational/sap-automation-pilot.png differ
diff --git a/resources/sap/foundational/sap-btp-cloud-foundry-runtime.png b/resources/sap/foundational/sap-btp-cloud-foundry-runtime.png
new file mode 100644
index 00000000..48fd1bd8
Binary files /dev/null and b/resources/sap/foundational/sap-btp-cloud-foundry-runtime.png differ
diff --git a/resources/sap/foundational/sap-btp-kyma-runtime.png b/resources/sap/foundational/sap-btp-kyma-runtime.png
new file mode 100644
index 00000000..4ab5ceb9
Binary files /dev/null and b/resources/sap/foundational/sap-btp-kyma-runtime.png differ
diff --git a/resources/sap/foundational/sap-cloud-identity-sap-authorization-and-trust-management-service.png b/resources/sap/foundational/sap-cloud-identity-sap-authorization-and-trust-management-service.png
new file mode 100644
index 00000000..326ba1b3
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-identity-sap-authorization-and-trust-management-service.png differ
diff --git a/resources/sap/foundational/sap-cloud-identity-sap-credential-store.png b/resources/sap/foundational/sap-cloud-identity-sap-credential-store.png
new file mode 100644
index 00000000..88573b56
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-identity-sap-credential-store.png differ
diff --git a/resources/sap/foundational/sap-cloud-identity-sap-custom-domain-service.png b/resources/sap/foundational/sap-cloud-identity-sap-custom-domain-service.png
new file mode 100644
index 00000000..e445aed3
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-identity-sap-custom-domain-service.png differ
diff --git a/resources/sap/foundational/sap-cloud-identity-sap-keystore-service.png b/resources/sap/foundational/sap-cloud-identity-sap-keystore-service.png
new file mode 100644
index 00000000..31bced0d
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-identity-sap-keystore-service.png differ
diff --git a/resources/sap/foundational/sap-cloud-identity-sap-malware-scanning-service.png b/resources/sap/foundational/sap-cloud-identity-sap-malware-scanning-service.png
new file mode 100644
index 00000000..0f80bad6
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-identity-sap-malware-scanning-service.png differ
diff --git a/resources/sap/foundational/sap-cloud-identity-service.png b/resources/sap/foundational/sap-cloud-identity-service.png
new file mode 100644
index 00000000..28bc7a25
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-identity-service.png differ
diff --git a/resources/sap/foundational/sap-cloud-management-service-for-sap-btp.png b/resources/sap/foundational/sap-cloud-management-service-for-sap-btp.png
new file mode 100644
index 00000000..1db1ed18
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-management-service-for-sap-btp.png differ
diff --git a/resources/sap/foundational/sap-cloud-transport-management.png b/resources/sap/foundational/sap-cloud-transport-management.png
new file mode 100644
index 00000000..d8728d85
Binary files /dev/null and b/resources/sap/foundational/sap-cloud-transport-management.png differ
diff --git a/resources/sap/foundational/sap-connectivity-service.png b/resources/sap/foundational/sap-connectivity-service.png
new file mode 100644
index 00000000..6046c945
Binary files /dev/null and b/resources/sap/foundational/sap-connectivity-service.png differ
diff --git a/resources/sap/foundational/sap-content-agent-service.png b/resources/sap/foundational/sap-content-agent-service.png
new file mode 100644
index 00000000..735cd155
Binary files /dev/null and b/resources/sap/foundational/sap-content-agent-service.png differ
diff --git a/resources/sap/foundational/sap-continuous-integration-and-delivery.png b/resources/sap/foundational/sap-continuous-integration-and-delivery.png
new file mode 100644
index 00000000..3c3e022c
Binary files /dev/null and b/resources/sap/foundational/sap-continuous-integration-and-delivery.png differ
diff --git a/resources/sap/foundational/sap-data-privacy-integration.png b/resources/sap/foundational/sap-data-privacy-integration.png
new file mode 100644
index 00000000..70cc3f69
Binary files /dev/null and b/resources/sap/foundational/sap-data-privacy-integration.png differ
diff --git a/resources/sap/foundational/sap-data-retention-manager.png b/resources/sap/foundational/sap-data-retention-manager.png
new file mode 100644
index 00000000..6140b844
Binary files /dev/null and b/resources/sap/foundational/sap-data-retention-manager.png differ
diff --git a/resources/sap/foundational/sap-destination-service.png b/resources/sap/foundational/sap-destination-service.png
new file mode 100644
index 00000000..30133555
Binary files /dev/null and b/resources/sap/foundational/sap-destination-service.png differ
diff --git a/resources/sap/foundational/sap-document-management-service.png b/resources/sap/foundational/sap-document-management-service.png
new file mode 100644
index 00000000..5481d826
Binary files /dev/null and b/resources/sap/foundational/sap-document-management-service.png differ
diff --git a/resources/sap/foundational/sap-event-broker-for-sap-cloud-applications.png b/resources/sap/foundational/sap-event-broker-for-sap-cloud-applications.png
new file mode 100644
index 00000000..288cfd66
Binary files /dev/null and b/resources/sap/foundational/sap-event-broker-for-sap-cloud-applications.png differ
diff --git a/resources/sap/foundational/sap-identity-authentication.png b/resources/sap/foundational/sap-identity-authentication.png
new file mode 100644
index 00000000..c5cf6120
Binary files /dev/null and b/resources/sap/foundational/sap-identity-authentication.png differ
diff --git a/resources/sap/foundational/sap-identity-directory.png b/resources/sap/foundational/sap-identity-directory.png
new file mode 100644
index 00000000..6c106a8a
Binary files /dev/null and b/resources/sap/foundational/sap-identity-directory.png differ
diff --git a/resources/sap/foundational/sap-identity-provisoning.png b/resources/sap/foundational/sap-identity-provisoning.png
new file mode 100644
index 00000000..cc3ccd58
Binary files /dev/null and b/resources/sap/foundational/sap-identity-provisoning.png differ
diff --git a/resources/sap/foundational/sap-job-scheduling-service.png b/resources/sap/foundational/sap-job-scheduling-service.png
new file mode 100644
index 00000000..90f241ae
Binary files /dev/null and b/resources/sap/foundational/sap-job-scheduling-service.png differ
diff --git a/resources/sap/foundational/sap-master-data-integration.png b/resources/sap/foundational/sap-master-data-integration.png
new file mode 100644
index 00000000..856d385f
Binary files /dev/null and b/resources/sap/foundational/sap-master-data-integration.png differ
diff --git a/resources/sap/foundational/sap-monitoring-service-for-sap-btp.png b/resources/sap/foundational/sap-monitoring-service-for-sap-btp.png
new file mode 100644
index 00000000..589c8857
Binary files /dev/null and b/resources/sap/foundational/sap-monitoring-service-for-sap-btp.png differ
diff --git a/resources/sap/foundational/sap-personal-data-manager.png b/resources/sap/foundational/sap-personal-data-manager.png
new file mode 100644
index 00000000..54490fe0
Binary files /dev/null and b/resources/sap/foundational/sap-personal-data-manager.png differ
diff --git a/resources/sap/foundational/sap-pki-certificate-service.png b/resources/sap/foundational/sap-pki-certificate-service.png
new file mode 100644
index 00000000..cc372e3f
Binary files /dev/null and b/resources/sap/foundational/sap-pki-certificate-service.png differ
diff --git a/resources/sap/foundational/sap-private-link-service.png b/resources/sap/foundational/sap-private-link-service.png
new file mode 100644
index 00000000..d26afd30
Binary files /dev/null and b/resources/sap/foundational/sap-private-link-service.png differ
diff --git a/resources/sap/foundational/sap-secure-login-service-for-sap-gui.png b/resources/sap/foundational/sap-secure-login-service-for-sap-gui.png
new file mode 100644
index 00000000..867ef5aa
Binary files /dev/null and b/resources/sap/foundational/sap-secure-login-service-for-sap-gui.png differ
diff --git a/resources/sap/foundational/sap-software-as-a-service-provisioning-service.png b/resources/sap/foundational/sap-software-as-a-service-provisioning-service.png
new file mode 100644
index 00000000..32bab659
Binary files /dev/null and b/resources/sap/foundational/sap-software-as-a-service-provisioning-service.png differ
diff --git a/resources/sap/foundational/sap-solution-lifecycle-management-service-for-sap-btp.png b/resources/sap/foundational/sap-solution-lifecycle-management-service-for-sap-btp.png
new file mode 100644
index 00000000..48e14f67
Binary files /dev/null and b/resources/sap/foundational/sap-solution-lifecycle-management-service-for-sap-btp.png differ
diff --git a/resources/sap/foundational/service-manager.png b/resources/sap/foundational/service-manager.png
new file mode 100644
index 00000000..cb2e737a
Binary files /dev/null and b/resources/sap/foundational/service-manager.png differ
diff --git a/resources/sap/generic/adapter-highlight.png b/resources/sap/generic/adapter-highlight.png
new file mode 100644
index 00000000..cfb9deea
Binary files /dev/null and b/resources/sap/generic/adapter-highlight.png differ
diff --git a/resources/sap/generic/adapter-non-sap.png b/resources/sap/generic/adapter-non-sap.png
new file mode 100644
index 00000000..c6f7b0d2
Binary files /dev/null and b/resources/sap/generic/adapter-non-sap.png differ
diff --git a/resources/sap/generic/adapter-sap.png b/resources/sap/generic/adapter-sap.png
new file mode 100644
index 00000000..519a5563
Binary files /dev/null and b/resources/sap/generic/adapter-sap.png differ
diff --git a/resources/sap/generic/admin-highlight.png b/resources/sap/generic/admin-highlight.png
new file mode 100644
index 00000000..c85c064e
Binary files /dev/null and b/resources/sap/generic/admin-highlight.png differ
diff --git a/resources/sap/generic/admin-non-sap.png b/resources/sap/generic/admin-non-sap.png
new file mode 100644
index 00000000..3d8aa155
Binary files /dev/null and b/resources/sap/generic/admin-non-sap.png differ
diff --git a/resources/sap/generic/admin-sap.png b/resources/sap/generic/admin-sap.png
new file mode 100644
index 00000000..42e925d5
Binary files /dev/null and b/resources/sap/generic/admin-sap.png differ
diff --git a/resources/sap/generic/ai-highlight.png b/resources/sap/generic/ai-highlight.png
new file mode 100644
index 00000000..4ce49398
Binary files /dev/null and b/resources/sap/generic/ai-highlight.png differ
diff --git a/resources/sap/generic/ai-non-sap.png b/resources/sap/generic/ai-non-sap.png
new file mode 100644
index 00000000..497458f8
Binary files /dev/null and b/resources/sap/generic/ai-non-sap.png differ
diff --git a/resources/sap/generic/ai-sap.png b/resources/sap/generic/ai-sap.png
new file mode 100644
index 00000000..46e03070
Binary files /dev/null and b/resources/sap/generic/ai-sap.png differ
diff --git a/resources/sap/generic/alert-highlight.png b/resources/sap/generic/alert-highlight.png
new file mode 100644
index 00000000..6657cbd4
Binary files /dev/null and b/resources/sap/generic/alert-highlight.png differ
diff --git a/resources/sap/generic/alert-non-sap.png b/resources/sap/generic/alert-non-sap.png
new file mode 100644
index 00000000..cb6166b3
Binary files /dev/null and b/resources/sap/generic/alert-non-sap.png differ
diff --git a/resources/sap/generic/alert-sap.png b/resources/sap/generic/alert-sap.png
new file mode 100644
index 00000000..61421182
Binary files /dev/null and b/resources/sap/generic/alert-sap.png differ
diff --git a/resources/sap/generic/api-highlight.png b/resources/sap/generic/api-highlight.png
new file mode 100644
index 00000000..c908a4da
Binary files /dev/null and b/resources/sap/generic/api-highlight.png differ
diff --git a/resources/sap/generic/api-non-sap.png b/resources/sap/generic/api-non-sap.png
new file mode 100644
index 00000000..b1180d5b
Binary files /dev/null and b/resources/sap/generic/api-non-sap.png differ
diff --git a/resources/sap/generic/api-sap.png b/resources/sap/generic/api-sap.png
new file mode 100644
index 00000000..60d837c5
Binary files /dev/null and b/resources/sap/generic/api-sap.png differ
diff --git a/resources/sap/generic/app-highlight.png b/resources/sap/generic/app-highlight.png
new file mode 100644
index 00000000..b51fd97a
Binary files /dev/null and b/resources/sap/generic/app-highlight.png differ
diff --git a/resources/sap/generic/app-non-sap.png b/resources/sap/generic/app-non-sap.png
new file mode 100644
index 00000000..ec0d1e21
Binary files /dev/null and b/resources/sap/generic/app-non-sap.png differ
diff --git a/resources/sap/generic/app-sap.png b/resources/sap/generic/app-sap.png
new file mode 100644
index 00000000..68a95bc7
Binary files /dev/null and b/resources/sap/generic/app-sap.png differ
diff --git a/resources/sap/generic/building-highlight.png b/resources/sap/generic/building-highlight.png
new file mode 100644
index 00000000..8920551d
Binary files /dev/null and b/resources/sap/generic/building-highlight.png differ
diff --git a/resources/sap/generic/building-non-sap.png b/resources/sap/generic/building-non-sap.png
new file mode 100644
index 00000000..0de9fbf2
Binary files /dev/null and b/resources/sap/generic/building-non-sap.png differ
diff --git a/resources/sap/generic/building-sap.png b/resources/sap/generic/building-sap.png
new file mode 100644
index 00000000..29912a31
Binary files /dev/null and b/resources/sap/generic/building-sap.png differ
diff --git a/resources/sap/generic/cloud-connector-highlight.png b/resources/sap/generic/cloud-connector-highlight.png
new file mode 100644
index 00000000..773edb9e
Binary files /dev/null and b/resources/sap/generic/cloud-connector-highlight.png differ
diff --git a/resources/sap/generic/cloud-connector-non-sap.png b/resources/sap/generic/cloud-connector-non-sap.png
new file mode 100644
index 00000000..9c3bda0e
Binary files /dev/null and b/resources/sap/generic/cloud-connector-non-sap.png differ
diff --git a/resources/sap/generic/cloud-connector-sap.png b/resources/sap/generic/cloud-connector-sap.png
new file mode 100644
index 00000000..bb6abaf2
Binary files /dev/null and b/resources/sap/generic/cloud-connector-sap.png differ
diff --git a/resources/sap/generic/cloud-highlight.png b/resources/sap/generic/cloud-highlight.png
new file mode 100644
index 00000000..54df19d6
Binary files /dev/null and b/resources/sap/generic/cloud-highlight.png differ
diff --git a/resources/sap/generic/cloud-non-sap.png b/resources/sap/generic/cloud-non-sap.png
new file mode 100644
index 00000000..23b07ced
Binary files /dev/null and b/resources/sap/generic/cloud-non-sap.png differ
diff --git a/resources/sap/generic/cloud-sap.png b/resources/sap/generic/cloud-sap.png
new file mode 100644
index 00000000..29a36675
Binary files /dev/null and b/resources/sap/generic/cloud-sap.png differ
diff --git a/resources/sap/generic/collision-highlight.png b/resources/sap/generic/collision-highlight.png
new file mode 100644
index 00000000..90302cbd
Binary files /dev/null and b/resources/sap/generic/collision-highlight.png differ
diff --git a/resources/sap/generic/collision-non-sap.png b/resources/sap/generic/collision-non-sap.png
new file mode 100644
index 00000000..d5f8f39b
Binary files /dev/null and b/resources/sap/generic/collision-non-sap.png differ
diff --git a/resources/sap/generic/collision-sap.png b/resources/sap/generic/collision-sap.png
new file mode 100644
index 00000000..264e4179
Binary files /dev/null and b/resources/sap/generic/collision-sap.png differ
diff --git a/resources/sap/generic/da-highlight.png b/resources/sap/generic/da-highlight.png
new file mode 100644
index 00000000..f76028f0
Binary files /dev/null and b/resources/sap/generic/da-highlight.png differ
diff --git a/resources/sap/generic/da-non-sap.png b/resources/sap/generic/da-non-sap.png
new file mode 100644
index 00000000..d7797644
Binary files /dev/null and b/resources/sap/generic/da-non-sap.png differ
diff --git a/resources/sap/generic/da-sap.png b/resources/sap/generic/da-sap.png
new file mode 100644
index 00000000..f61600ce
Binary files /dev/null and b/resources/sap/generic/da-sap.png differ
diff --git a/resources/sap/generic/deploy-highlight.png b/resources/sap/generic/deploy-highlight.png
new file mode 100644
index 00000000..de7d18a8
Binary files /dev/null and b/resources/sap/generic/deploy-highlight.png differ
diff --git a/resources/sap/generic/deploy-non-sap.png b/resources/sap/generic/deploy-non-sap.png
new file mode 100644
index 00000000..ff08d1ff
Binary files /dev/null and b/resources/sap/generic/deploy-non-sap.png differ
diff --git a/resources/sap/generic/deploy-sap.png b/resources/sap/generic/deploy-sap.png
new file mode 100644
index 00000000..e012265e
Binary files /dev/null and b/resources/sap/generic/deploy-sap.png differ
diff --git a/resources/sap/generic/desktop-highlight.png b/resources/sap/generic/desktop-highlight.png
new file mode 100644
index 00000000..3cc481f9
Binary files /dev/null and b/resources/sap/generic/desktop-highlight.png differ
diff --git a/resources/sap/generic/desktop-non-sap.png b/resources/sap/generic/desktop-non-sap.png
new file mode 100644
index 00000000..b81a9b58
Binary files /dev/null and b/resources/sap/generic/desktop-non-sap.png differ
diff --git a/resources/sap/generic/desktop-sap.png b/resources/sap/generic/desktop-sap.png
new file mode 100644
index 00000000..63976168
Binary files /dev/null and b/resources/sap/generic/desktop-sap.png differ
diff --git a/resources/sap/generic/detail-view-highlight.png b/resources/sap/generic/detail-view-highlight.png
new file mode 100644
index 00000000..b3ed1f03
Binary files /dev/null and b/resources/sap/generic/detail-view-highlight.png differ
diff --git a/resources/sap/generic/detail-view-non-sap.png b/resources/sap/generic/detail-view-non-sap.png
new file mode 100644
index 00000000..b39d38c9
Binary files /dev/null and b/resources/sap/generic/detail-view-non-sap.png differ
diff --git a/resources/sap/generic/detail-view-sap.png b/resources/sap/generic/detail-view-sap.png
new file mode 100644
index 00000000..3998c50f
Binary files /dev/null and b/resources/sap/generic/detail-view-sap.png differ
diff --git a/resources/sap/generic/devices-highlight.png b/resources/sap/generic/devices-highlight.png
new file mode 100644
index 00000000..4edb824d
Binary files /dev/null and b/resources/sap/generic/devices-highlight.png differ
diff --git a/resources/sap/generic/devices-non-sap.png b/resources/sap/generic/devices-non-sap.png
new file mode 100644
index 00000000..4ad77e3e
Binary files /dev/null and b/resources/sap/generic/devices-non-sap.png differ
diff --git a/resources/sap/generic/devices-sap.png b/resources/sap/generic/devices-sap.png
new file mode 100644
index 00000000..191e7805
Binary files /dev/null and b/resources/sap/generic/devices-sap.png differ
diff --git a/resources/sap/generic/document-highlight.png b/resources/sap/generic/document-highlight.png
new file mode 100644
index 00000000..f8e35998
Binary files /dev/null and b/resources/sap/generic/document-highlight.png differ
diff --git a/resources/sap/generic/document-non-sap.png b/resources/sap/generic/document-non-sap.png
new file mode 100644
index 00000000..ed5f46bd
Binary files /dev/null and b/resources/sap/generic/document-non-sap.png differ
diff --git a/resources/sap/generic/document-sap.png b/resources/sap/generic/document-sap.png
new file mode 100644
index 00000000..a313f8c4
Binary files /dev/null and b/resources/sap/generic/document-sap.png differ
diff --git a/resources/sap/generic/documents-highlight.png b/resources/sap/generic/documents-highlight.png
new file mode 100644
index 00000000..d1ae0921
Binary files /dev/null and b/resources/sap/generic/documents-highlight.png differ
diff --git a/resources/sap/generic/documents-non-sap.png b/resources/sap/generic/documents-non-sap.png
new file mode 100644
index 00000000..a8c80fb3
Binary files /dev/null and b/resources/sap/generic/documents-non-sap.png differ
diff --git a/resources/sap/generic/documents-sap.png b/resources/sap/generic/documents-sap.png
new file mode 100644
index 00000000..48a8dda1
Binary files /dev/null and b/resources/sap/generic/documents-sap.png differ
diff --git a/resources/sap/generic/event-highlight.png b/resources/sap/generic/event-highlight.png
new file mode 100644
index 00000000..90befdd4
Binary files /dev/null and b/resources/sap/generic/event-highlight.png differ
diff --git a/resources/sap/generic/event-non-sap.png b/resources/sap/generic/event-non-sap.png
new file mode 100644
index 00000000..8beb36e9
Binary files /dev/null and b/resources/sap/generic/event-non-sap.png differ
diff --git a/resources/sap/generic/event-sap.png b/resources/sap/generic/event-sap.png
new file mode 100644
index 00000000..4be99582
Binary files /dev/null and b/resources/sap/generic/event-sap.png differ
diff --git a/resources/sap/generic/factory-highlight.png b/resources/sap/generic/factory-highlight.png
new file mode 100644
index 00000000..86c0c49b
Binary files /dev/null and b/resources/sap/generic/factory-highlight.png differ
diff --git a/resources/sap/generic/factory-non-sap.png b/resources/sap/generic/factory-non-sap.png
new file mode 100644
index 00000000..d308cfd4
Binary files /dev/null and b/resources/sap/generic/factory-non-sap.png differ
diff --git a/resources/sap/generic/factory-sap.png b/resources/sap/generic/factory-sap.png
new file mode 100644
index 00000000..b60acf6c
Binary files /dev/null and b/resources/sap/generic/factory-sap.png differ
diff --git a/resources/sap/generic/feature-highlight.png b/resources/sap/generic/feature-highlight.png
new file mode 100644
index 00000000..9a79bee1
Binary files /dev/null and b/resources/sap/generic/feature-highlight.png differ
diff --git a/resources/sap/generic/feature-non-sap.png b/resources/sap/generic/feature-non-sap.png
new file mode 100644
index 00000000..52da8bf3
Binary files /dev/null and b/resources/sap/generic/feature-non-sap.png differ
diff --git a/resources/sap/generic/feature-sap.png b/resources/sap/generic/feature-sap.png
new file mode 100644
index 00000000..0def8738
Binary files /dev/null and b/resources/sap/generic/feature-sap.png differ
diff --git a/resources/sap/generic/indent-highlight.png b/resources/sap/generic/indent-highlight.png
new file mode 100644
index 00000000..79188e0d
Binary files /dev/null and b/resources/sap/generic/indent-highlight.png differ
diff --git a/resources/sap/generic/indent-non-sap.png b/resources/sap/generic/indent-non-sap.png
new file mode 100644
index 00000000..7951eee1
Binary files /dev/null and b/resources/sap/generic/indent-non-sap.png differ
diff --git a/resources/sap/generic/indent-sap.png b/resources/sap/generic/indent-sap.png
new file mode 100644
index 00000000..78d0ed8a
Binary files /dev/null and b/resources/sap/generic/indent-sap.png differ
diff --git a/resources/sap/generic/info-highlight.png b/resources/sap/generic/info-highlight.png
new file mode 100644
index 00000000..c611058e
Binary files /dev/null and b/resources/sap/generic/info-highlight.png differ
diff --git a/resources/sap/generic/info-non-sap.png b/resources/sap/generic/info-non-sap.png
new file mode 100644
index 00000000..adb7fc22
Binary files /dev/null and b/resources/sap/generic/info-non-sap.png differ
diff --git a/resources/sap/generic/info-sap.png b/resources/sap/generic/info-sap.png
new file mode 100644
index 00000000..232ecaa0
Binary files /dev/null and b/resources/sap/generic/info-sap.png differ
diff --git a/resources/sap/generic/inspect-highlight.png b/resources/sap/generic/inspect-highlight.png
new file mode 100644
index 00000000..71ddbfb1
Binary files /dev/null and b/resources/sap/generic/inspect-highlight.png differ
diff --git a/resources/sap/generic/inspect-non-sap.png b/resources/sap/generic/inspect-non-sap.png
new file mode 100644
index 00000000..e5380d24
Binary files /dev/null and b/resources/sap/generic/inspect-non-sap.png differ
diff --git a/resources/sap/generic/inspect-sap.png b/resources/sap/generic/inspect-sap.png
new file mode 100644
index 00000000..dc8969de
Binary files /dev/null and b/resources/sap/generic/inspect-sap.png differ
diff --git a/resources/sap/generic/key-highlight.png b/resources/sap/generic/key-highlight.png
new file mode 100644
index 00000000..2afcc817
Binary files /dev/null and b/resources/sap/generic/key-highlight.png differ
diff --git a/resources/sap/generic/key-non-sap.png b/resources/sap/generic/key-non-sap.png
new file mode 100644
index 00000000..58694f15
Binary files /dev/null and b/resources/sap/generic/key-non-sap.png differ
diff --git a/resources/sap/generic/key-sap.png b/resources/sap/generic/key-sap.png
new file mode 100644
index 00000000..7274f288
Binary files /dev/null and b/resources/sap/generic/key-sap.png differ
diff --git a/resources/sap/generic/link-highlight.png b/resources/sap/generic/link-highlight.png
new file mode 100644
index 00000000..145369f9
Binary files /dev/null and b/resources/sap/generic/link-highlight.png differ
diff --git a/resources/sap/generic/link-non-sap.png b/resources/sap/generic/link-non-sap.png
new file mode 100644
index 00000000..23a3cf72
Binary files /dev/null and b/resources/sap/generic/link-non-sap.png differ
diff --git a/resources/sap/generic/link-sap.png b/resources/sap/generic/link-sap.png
new file mode 100644
index 00000000..d27d2d1c
Binary files /dev/null and b/resources/sap/generic/link-sap.png differ
diff --git a/resources/sap/generic/locked-highlight.png b/resources/sap/generic/locked-highlight.png
new file mode 100644
index 00000000..7fd12a0f
Binary files /dev/null and b/resources/sap/generic/locked-highlight.png differ
diff --git a/resources/sap/generic/locked-non-sap.png b/resources/sap/generic/locked-non-sap.png
new file mode 100644
index 00000000..e7475aba
Binary files /dev/null and b/resources/sap/generic/locked-non-sap.png differ
diff --git a/resources/sap/generic/locked-sap.png b/resources/sap/generic/locked-sap.png
new file mode 100644
index 00000000..ba9a15bd
Binary files /dev/null and b/resources/sap/generic/locked-sap.png differ
diff --git a/resources/sap/generic/machine-highlight.png b/resources/sap/generic/machine-highlight.png
new file mode 100644
index 00000000..bcdc553d
Binary files /dev/null and b/resources/sap/generic/machine-highlight.png differ
diff --git a/resources/sap/generic/machine-non-sap.png b/resources/sap/generic/machine-non-sap.png
new file mode 100644
index 00000000..ff88f5b2
Binary files /dev/null and b/resources/sap/generic/machine-non-sap.png differ
diff --git a/resources/sap/generic/machine-sap.png b/resources/sap/generic/machine-sap.png
new file mode 100644
index 00000000..0a82241e
Binary files /dev/null and b/resources/sap/generic/machine-sap.png differ
diff --git a/resources/sap/generic/message-highlight.png b/resources/sap/generic/message-highlight.png
new file mode 100644
index 00000000..80d56f15
Binary files /dev/null and b/resources/sap/generic/message-highlight.png differ
diff --git a/resources/sap/generic/message-non-sap.png b/resources/sap/generic/message-non-sap.png
new file mode 100644
index 00000000..3aec7f1d
Binary files /dev/null and b/resources/sap/generic/message-non-sap.png differ
diff --git a/resources/sap/generic/message-sap.png b/resources/sap/generic/message-sap.png
new file mode 100644
index 00000000..b8943486
Binary files /dev/null and b/resources/sap/generic/message-sap.png differ
diff --git a/resources/sap/generic/mobile-highlight.png b/resources/sap/generic/mobile-highlight.png
new file mode 100644
index 00000000..d4ca4290
Binary files /dev/null and b/resources/sap/generic/mobile-highlight.png differ
diff --git a/resources/sap/generic/mobile-non-sap.png b/resources/sap/generic/mobile-non-sap.png
new file mode 100644
index 00000000..b62eab54
Binary files /dev/null and b/resources/sap/generic/mobile-non-sap.png differ
diff --git a/resources/sap/generic/mobile-sap.png b/resources/sap/generic/mobile-sap.png
new file mode 100644
index 00000000..db6a9efa
Binary files /dev/null and b/resources/sap/generic/mobile-sap.png differ
diff --git a/resources/sap/generic/on-premise-highlight.png b/resources/sap/generic/on-premise-highlight.png
new file mode 100644
index 00000000..0c705013
Binary files /dev/null and b/resources/sap/generic/on-premise-highlight.png differ
diff --git a/resources/sap/generic/on-premise-non-sap.png b/resources/sap/generic/on-premise-non-sap.png
new file mode 100644
index 00000000..243c3a92
Binary files /dev/null and b/resources/sap/generic/on-premise-non-sap.png differ
diff --git a/resources/sap/generic/on-premise-sap.png b/resources/sap/generic/on-premise-sap.png
new file mode 100644
index 00000000..b5537499
Binary files /dev/null and b/resources/sap/generic/on-premise-sap.png differ
diff --git a/resources/sap/generic/palette-highlight.png b/resources/sap/generic/palette-highlight.png
new file mode 100644
index 00000000..0cef2c65
Binary files /dev/null and b/resources/sap/generic/palette-highlight.png differ
diff --git a/resources/sap/generic/palette-non-sap.png b/resources/sap/generic/palette-non-sap.png
new file mode 100644
index 00000000..038c5fb7
Binary files /dev/null and b/resources/sap/generic/palette-non-sap.png differ
diff --git a/resources/sap/generic/palette-sap.png b/resources/sap/generic/palette-sap.png
new file mode 100644
index 00000000..56220d11
Binary files /dev/null and b/resources/sap/generic/palette-sap.png differ
diff --git a/resources/sap/generic/paper-plane-highlight.png b/resources/sap/generic/paper-plane-highlight.png
new file mode 100644
index 00000000..891b89c2
Binary files /dev/null and b/resources/sap/generic/paper-plane-highlight.png differ
diff --git a/resources/sap/generic/paper-plane-non-sap.png b/resources/sap/generic/paper-plane-non-sap.png
new file mode 100644
index 00000000..43996b1f
Binary files /dev/null and b/resources/sap/generic/paper-plane-non-sap.png differ
diff --git a/resources/sap/generic/paper-plane-sap.png b/resources/sap/generic/paper-plane-sap.png
new file mode 100644
index 00000000..ca193bbc
Binary files /dev/null and b/resources/sap/generic/paper-plane-sap.png differ
diff --git a/resources/sap/generic/permission-highlight.png b/resources/sap/generic/permission-highlight.png
new file mode 100644
index 00000000..199554af
Binary files /dev/null and b/resources/sap/generic/permission-highlight.png differ
diff --git a/resources/sap/generic/permission-non-sap.png b/resources/sap/generic/permission-non-sap.png
new file mode 100644
index 00000000..7ac41127
Binary files /dev/null and b/resources/sap/generic/permission-non-sap.png differ
diff --git a/resources/sap/generic/permission-sap.png b/resources/sap/generic/permission-sap.png
new file mode 100644
index 00000000..335aabf4
Binary files /dev/null and b/resources/sap/generic/permission-sap.png differ
diff --git a/resources/sap/generic/restart-highlight.png b/resources/sap/generic/restart-highlight.png
new file mode 100644
index 00000000..c2bac738
Binary files /dev/null and b/resources/sap/generic/restart-highlight.png differ
diff --git a/resources/sap/generic/restart-non-sap.png b/resources/sap/generic/restart-non-sap.png
new file mode 100644
index 00000000..a0a67339
Binary files /dev/null and b/resources/sap/generic/restart-non-sap.png differ
diff --git a/resources/sap/generic/restart-sap.png b/resources/sap/generic/restart-sap.png
new file mode 100644
index 00000000..aeda30dd
Binary files /dev/null and b/resources/sap/generic/restart-sap.png differ
diff --git a/resources/sap/generic/settings-highlight.png b/resources/sap/generic/settings-highlight.png
new file mode 100644
index 00000000..b1b65a47
Binary files /dev/null and b/resources/sap/generic/settings-highlight.png differ
diff --git a/resources/sap/generic/settings-non-sap.png b/resources/sap/generic/settings-non-sap.png
new file mode 100644
index 00000000..5fb6c0db
Binary files /dev/null and b/resources/sap/generic/settings-non-sap.png differ
diff --git a/resources/sap/generic/settings-sap.png b/resources/sap/generic/settings-sap.png
new file mode 100644
index 00000000..244b631d
Binary files /dev/null and b/resources/sap/generic/settings-sap.png differ
diff --git a/resources/sap/generic/success-highlight.png b/resources/sap/generic/success-highlight.png
new file mode 100644
index 00000000..7c70da7f
Binary files /dev/null and b/resources/sap/generic/success-highlight.png differ
diff --git a/resources/sap/generic/success-non-sap.png b/resources/sap/generic/success-non-sap.png
new file mode 100644
index 00000000..d4e20f38
Binary files /dev/null and b/resources/sap/generic/success-non-sap.png differ
diff --git a/resources/sap/generic/success-sap.png b/resources/sap/generic/success-sap.png
new file mode 100644
index 00000000..892edbd0
Binary files /dev/null and b/resources/sap/generic/success-sap.png differ
diff --git a/resources/sap/generic/synchronize-highlight.png b/resources/sap/generic/synchronize-highlight.png
new file mode 100644
index 00000000..1c2a1ac8
Binary files /dev/null and b/resources/sap/generic/synchronize-highlight.png differ
diff --git a/resources/sap/generic/synchronize-non-sap.png b/resources/sap/generic/synchronize-non-sap.png
new file mode 100644
index 00000000..86fd6a64
Binary files /dev/null and b/resources/sap/generic/synchronize-non-sap.png differ
diff --git a/resources/sap/generic/synchronize-sap.png b/resources/sap/generic/synchronize-sap.png
new file mode 100644
index 00000000..340ea361
Binary files /dev/null and b/resources/sap/generic/synchronize-sap.png differ
diff --git a/resources/sap/generic/third-party-highlight.png b/resources/sap/generic/third-party-highlight.png
new file mode 100644
index 00000000..39eeab51
Binary files /dev/null and b/resources/sap/generic/third-party-highlight.png differ
diff --git a/resources/sap/generic/third-party-non-sap.png b/resources/sap/generic/third-party-non-sap.png
new file mode 100644
index 00000000..c86a7c57
Binary files /dev/null and b/resources/sap/generic/third-party-non-sap.png differ
diff --git a/resources/sap/generic/third-party-sap.png b/resources/sap/generic/third-party-sap.png
new file mode 100644
index 00000000..6f274d7d
Binary files /dev/null and b/resources/sap/generic/third-party-sap.png differ
diff --git a/resources/sap/generic/tree-highlight.png b/resources/sap/generic/tree-highlight.png
new file mode 100644
index 00000000..00692520
Binary files /dev/null and b/resources/sap/generic/tree-highlight.png differ
diff --git a/resources/sap/generic/tree-non-sap.png b/resources/sap/generic/tree-non-sap.png
new file mode 100644
index 00000000..6e08f7e3
Binary files /dev/null and b/resources/sap/generic/tree-non-sap.png differ
diff --git a/resources/sap/generic/tree-sap.png b/resources/sap/generic/tree-sap.png
new file mode 100644
index 00000000..4e61273c
Binary files /dev/null and b/resources/sap/generic/tree-sap.png differ
diff --git a/resources/sap/generic/user-highlight.png b/resources/sap/generic/user-highlight.png
new file mode 100644
index 00000000..dc8e16be
Binary files /dev/null and b/resources/sap/generic/user-highlight.png differ
diff --git a/resources/sap/generic/user-non-sap.png b/resources/sap/generic/user-non-sap.png
new file mode 100644
index 00000000..2623345c
Binary files /dev/null and b/resources/sap/generic/user-non-sap.png differ
diff --git a/resources/sap/generic/user-sap.png b/resources/sap/generic/user-sap.png
new file mode 100644
index 00000000..9f8b574a
Binary files /dev/null and b/resources/sap/generic/user-sap.png differ
diff --git a/resources/sap/generic/web-highlight.png b/resources/sap/generic/web-highlight.png
new file mode 100644
index 00000000..18d21379
Binary files /dev/null and b/resources/sap/generic/web-highlight.png differ
diff --git a/resources/sap/generic/web-non-sap.png b/resources/sap/generic/web-non-sap.png
new file mode 100644
index 00000000..fa9be6a3
Binary files /dev/null and b/resources/sap/generic/web-non-sap.png differ
diff --git a/resources/sap/generic/web-sap.png b/resources/sap/generic/web-sap.png
new file mode 100644
index 00000000..994f636b
Binary files /dev/null and b/resources/sap/generic/web-sap.png differ
diff --git a/resources/sap/integration_suite/advanced-event-mesh.png b/resources/sap/integration_suite/advanced-event-mesh.png
new file mode 100644
index 00000000..ec65d5b3
Binary files /dev/null and b/resources/sap/integration_suite/advanced-event-mesh.png differ
diff --git a/resources/sap/integration_suite/api-management.png b/resources/sap/integration_suite/api-management.png
new file mode 100644
index 00000000..de956137
Binary files /dev/null and b/resources/sap/integration_suite/api-management.png differ
diff --git a/resources/sap/integration_suite/cloud-integration.png b/resources/sap/integration_suite/cloud-integration.png
new file mode 100644
index 00000000..0b21cce0
Binary files /dev/null and b/resources/sap/integration_suite/cloud-integration.png differ
diff --git a/resources/sap/integration_suite/data-space-integration.png b/resources/sap/integration_suite/data-space-integration.png
new file mode 100644
index 00000000..92c3d682
Binary files /dev/null and b/resources/sap/integration_suite/data-space-integration.png differ
diff --git a/resources/sap/integration_suite/edge-integration-cell.png b/resources/sap/integration_suite/edge-integration-cell.png
new file mode 100644
index 00000000..1a2c26b1
Binary files /dev/null and b/resources/sap/integration_suite/edge-integration-cell.png differ
diff --git a/resources/sap/integration_suite/event-mesh.png b/resources/sap/integration_suite/event-mesh.png
new file mode 100644
index 00000000..f1567705
Binary files /dev/null and b/resources/sap/integration_suite/event-mesh.png differ
diff --git a/resources/sap/integration_suite/graph.png b/resources/sap/integration_suite/graph.png
new file mode 100644
index 00000000..dbd1cb4a
Binary files /dev/null and b/resources/sap/integration_suite/graph.png differ
diff --git a/resources/sap/integration_suite/integration-advisor.png b/resources/sap/integration_suite/integration-advisor.png
new file mode 100644
index 00000000..dfaa9398
Binary files /dev/null and b/resources/sap/integration_suite/integration-advisor.png differ
diff --git a/resources/sap/integration_suite/integration-assessment.png b/resources/sap/integration_suite/integration-assessment.png
new file mode 100644
index 00000000..8d7c288e
Binary files /dev/null and b/resources/sap/integration_suite/integration-assessment.png differ
diff --git a/resources/sap/integration_suite/migration-assessment.png b/resources/sap/integration_suite/migration-assessment.png
new file mode 100644
index 00000000..26cb2930
Binary files /dev/null and b/resources/sap/integration_suite/migration-assessment.png differ
diff --git a/resources/sap/integration_suite/open-connectors.png b/resources/sap/integration_suite/open-connectors.png
new file mode 100644
index 00000000..6cd875f5
Binary files /dev/null and b/resources/sap/integration_suite/open-connectors.png differ
diff --git a/resources/sap/integration_suite/sap-api-hub-enterprise.png b/resources/sap/integration_suite/sap-api-hub-enterprise.png
new file mode 100644
index 00000000..a186a655
Binary files /dev/null and b/resources/sap/integration_suite/sap-api-hub-enterprise.png differ
diff --git a/resources/sap/integration_suite/sap-business-accelerator-_hub.png b/resources/sap/integration_suite/sap-business-accelerator-_hub.png
new file mode 100644
index 00000000..52abb6f9
Binary files /dev/null and b/resources/sap/integration_suite/sap-business-accelerator-_hub.png differ
diff --git a/resources/sap/integration_suite/sap-integration-suite.png b/resources/sap/integration_suite/sap-integration-suite.png
new file mode 100644
index 00000000..634f764b
Binary files /dev/null and b/resources/sap/integration_suite/sap-integration-suite.png differ
diff --git a/resources/sap/integration_suite/trading-partner-management.png b/resources/sap/integration_suite/trading-partner-management.png
new file mode 100644
index 00000000..f3fed401
Binary files /dev/null and b/resources/sap/integration_suite/trading-partner-management.png differ
diff --git a/resources/sap/saas/business-process-model-connector-for-sap-signavio-solutions.png b/resources/sap/saas/business-process-model-connector-for-sap-signavio-solutions.png
new file mode 100644
index 00000000..c21e96a4
Binary files /dev/null and b/resources/sap/saas/business-process-model-connector-for-sap-signavio-solutions.png differ
diff --git a/resources/sap/saas/customer-data-cloud.png b/resources/sap/saas/customer-data-cloud.png
new file mode 100644
index 00000000..f216c2c9
Binary files /dev/null and b/resources/sap/saas/customer-data-cloud.png differ
diff --git a/resources/sap/saas/intelligent-situation-automation.png b/resources/sap/saas/intelligent-situation-automation.png
new file mode 100644
index 00000000..03c1fc2a
Binary files /dev/null and b/resources/sap/saas/intelligent-situation-automation.png differ
diff --git a/resources/sap/saas/sap-asset-performance-management.png b/resources/sap/saas/sap-asset-performance-management.png
new file mode 100644
index 00000000..37cb1dce
Binary files /dev/null and b/resources/sap/saas/sap-asset-performance-management.png differ
diff --git a/resources/sap/saas/sap-cloud-alm.png b/resources/sap/saas/sap-cloud-alm.png
new file mode 100644
index 00000000..29fb081b
Binary files /dev/null and b/resources/sap/saas/sap-cloud-alm.png differ
diff --git a/resources/sap/saas/sap-collaborative-demand-and-capacity-management.png b/resources/sap/saas/sap-collaborative-demand-and-capacity-management.png
new file mode 100644
index 00000000..ff0c2b12
Binary files /dev/null and b/resources/sap/saas/sap-collaborative-demand-and-capacity-management.png differ
diff --git a/resources/sap/saas/sap-digital-manufacturing.png b/resources/sap/saas/sap-digital-manufacturing.png
new file mode 100644
index 00000000..ba6c7203
Binary files /dev/null and b/resources/sap/saas/sap-digital-manufacturing.png differ
diff --git a/resources/sap/saas/sap-green-token.png b/resources/sap/saas/sap-green-token.png
new file mode 100644
index 00000000..a7f3c3fb
Binary files /dev/null and b/resources/sap/saas/sap-green-token.png differ
diff --git a/resources/sap/saas/sap-health-data-services-for-fhir.png b/resources/sap/saas/sap-health-data-services-for-fhir.png
new file mode 100644
index 00000000..ec9d8c38
Binary files /dev/null and b/resources/sap/saas/sap-health-data-services-for-fhir.png differ
diff --git a/resources/sap/saas/sap-landscape-management-cloud.png b/resources/sap/saas/sap-landscape-management-cloud.png
new file mode 100644
index 00000000..a4e70f26
Binary files /dev/null and b/resources/sap/saas/sap-landscape-management-cloud.png differ
diff --git a/resources/sap/saas/sap-logistics-management.png b/resources/sap/saas/sap-logistics-management.png
new file mode 100644
index 00000000..150a234d
Binary files /dev/null and b/resources/sap/saas/sap-logistics-management.png differ
diff --git a/resources/sap/saas/sap-omnichannel-promotion-pricing.png b/resources/sap/saas/sap-omnichannel-promotion-pricing.png
new file mode 100644
index 00000000..1aebe5bc
Binary files /dev/null and b/resources/sap/saas/sap-omnichannel-promotion-pricing.png differ
diff --git a/resources/sap/saas/sap-project-and-resource-management.png b/resources/sap/saas/sap-project-and-resource-management.png
new file mode 100644
index 00000000..6e7290d3
Binary files /dev/null and b/resources/sap/saas/sap-project-and-resource-management.png differ
diff --git a/resources/sap/saas/sap-responsibility-management-service.png b/resources/sap/saas/sap-responsibility-management-service.png
new file mode 100644
index 00000000..a68f9aa1
Binary files /dev/null and b/resources/sap/saas/sap-responsibility-management-service.png differ
diff --git a/resources/sap/saas/sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png b/resources/sap/saas/sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png
new file mode 100644
index 00000000..f7096af2
Binary files /dev/null and b/resources/sap/saas/sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png differ
diff --git a/resources/sap/saas/sap-s4hana-for-microsoft-teams.png b/resources/sap/saas/sap-s4hana-for-microsoft-teams.png
new file mode 100644
index 00000000..920106ce
Binary files /dev/null and b/resources/sap/saas/sap-s4hana-for-microsoft-teams.png differ
diff --git a/resources/sap/saas/sap-sustainability-data-exchange.png b/resources/sap/saas/sap-sustainability-data-exchange.png
new file mode 100644
index 00000000..03d2e2a7
Binary files /dev/null and b/resources/sap/saas/sap-sustainability-data-exchange.png differ
diff --git a/resources/sap/saas/sap-variant-configuration-and-pricing.png b/resources/sap/saas/sap-variant-configuration-and-pricing.png
new file mode 100644
index 00000000..2e5e4116
Binary files /dev/null and b/resources/sap/saas/sap-variant-configuration-and-pricing.png differ
diff --git a/resources/sap/saas/sap-watch-list-screening.png b/resources/sap/saas/sap-watch-list-screening.png
new file mode 100644
index 00000000..166cf69e
Binary files /dev/null and b/resources/sap/saas/sap-watch-list-screening.png differ
diff --git a/resources/sap/sap.png b/resources/sap/sap.png
new file mode 100644
index 00000000..8d0f3f3f
Binary files /dev/null and b/resources/sap/sap.png differ
diff --git a/scripts/resource.py b/scripts/resource.py
index e4c27e28..dfdf3d97 100644
--- a/scripts/resource.py
+++ b/scripts/resource.py
@@ -141,6 +141,10 @@ def cleaner_gis(f):
return f.lower()
+def cleaner_sap(f):
+ return f.lower()
+
+
cleaners = {
"onprem": cleaner_onprem,
"aws": cleaner_aws,
@@ -159,6 +163,7 @@ cleaners = {
"generic": cleaner_generic,
"openstack": cleaner_openstack,
"gis": cleaner_gis,
+ "sap": cleaner_sap,
}
diff --git a/website/i18n/en.json b/website/i18n/en.json
index e411b343..b45d783b 100644
--- a/website/i18n/en.json
+++ b/website/i18n/en.json
@@ -79,6 +79,9 @@
},
"nodes/saas": {
"title": "Saas"
+ },
+ "nodes/sap": {
+ "title": "SAP"
}
},
"links": {
diff --git a/website/sidebars.json b/website/sidebars.json
index e6b928fd..b292039b 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -22,6 +22,7 @@
"nodes/openstack",
"nodes/firebase",
"nodes/digitalocean",
+ "nodes/sap",
"nodes/elastic",
"nodes/outscale",
"nodes/generic",
diff --git a/website/static/img/resources/aws/integration/eventbridge-default-event-bus-resource.png b/website/static/img/resources/aws/integration/eventbridge-default-event-bus-resource.png
index d62a871a..8ac11fc7 100644
Binary files a/website/static/img/resources/aws/integration/eventbridge-default-event-bus-resource.png and b/website/static/img/resources/aws/integration/eventbridge-default-event-bus-resource.png differ
diff --git a/website/static/img/resources/aws/integration/eventbridge-event.png b/website/static/img/resources/aws/integration/eventbridge-event.png
index 6d82886c..f9afe8d8 100644
Binary files a/website/static/img/resources/aws/integration/eventbridge-event.png and b/website/static/img/resources/aws/integration/eventbridge-event.png differ
diff --git a/website/static/img/resources/aws/integration/eventbridge-pipes.png b/website/static/img/resources/aws/integration/eventbridge-pipes.png
index 785c8a68..02e657df 100644
Binary files a/website/static/img/resources/aws/integration/eventbridge-pipes.png and b/website/static/img/resources/aws/integration/eventbridge-pipes.png differ
diff --git a/website/static/img/resources/aws/integration/eventbridge-rule.png b/website/static/img/resources/aws/integration/eventbridge-rule.png
index 1ac1952b..0fb288db 100644
Binary files a/website/static/img/resources/aws/integration/eventbridge-rule.png and b/website/static/img/resources/aws/integration/eventbridge-rule.png differ
diff --git a/website/static/img/resources/aws/integration/eventbridge-scheduler.png b/website/static/img/resources/aws/integration/eventbridge-scheduler.png
index 5a337b39..cf18011b 100644
Binary files a/website/static/img/resources/aws/integration/eventbridge-scheduler.png and b/website/static/img/resources/aws/integration/eventbridge-scheduler.png differ
diff --git a/website/static/img/resources/aws/integration/eventbridge-schema.png b/website/static/img/resources/aws/integration/eventbridge-schema.png
index 418d8b39..b2d685fd 100644
Binary files a/website/static/img/resources/aws/integration/eventbridge-schema.png and b/website/static/img/resources/aws/integration/eventbridge-schema.png differ
diff --git a/website/static/img/resources/sap/ai/business-entity-recognition.png b/website/static/img/resources/sap/ai/business-entity-recognition.png
new file mode 100644
index 00000000..bd86a54e
Binary files /dev/null and b/website/static/img/resources/sap/ai/business-entity-recognition.png differ
diff --git a/website/static/img/resources/sap/ai/data-attribute-recommendation.png b/website/static/img/resources/sap/ai/data-attribute-recommendation.png
new file mode 100644
index 00000000..c396a8c5
Binary files /dev/null and b/website/static/img/resources/sap/ai/data-attribute-recommendation.png differ
diff --git a/website/static/img/resources/sap/ai/document-information-extraction.png b/website/static/img/resources/sap/ai/document-information-extraction.png
new file mode 100644
index 00000000..e5b29d0f
Binary files /dev/null and b/website/static/img/resources/sap/ai/document-information-extraction.png differ
diff --git a/website/static/img/resources/sap/ai/invoice-object-recommendation.png b/website/static/img/resources/sap/ai/invoice-object-recommendation.png
new file mode 100644
index 00000000..a921a8ae
Binary files /dev/null and b/website/static/img/resources/sap/ai/invoice-object-recommendation.png differ
diff --git a/website/static/img/resources/sap/ai/personalized-recommendation.png b/website/static/img/resources/sap/ai/personalized-recommendation.png
new file mode 100644
index 00000000..783e9a6d
Binary files /dev/null and b/website/static/img/resources/sap/ai/personalized-recommendation.png differ
diff --git a/website/static/img/resources/sap/ai/sap-ai-launchpad.png b/website/static/img/resources/sap/ai/sap-ai-launchpad.png
new file mode 100644
index 00000000..627510fb
Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-ai-launchpad.png differ
diff --git a/website/static/img/resources/sap/ai/sap-digital-assistant.png b/website/static/img/resources/sap/ai/sap-digital-assistant.png
new file mode 100644
index 00000000..b62976e0
Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-digital-assistant.png differ
diff --git a/website/static/img/resources/sap/ai/sap-document-grounding.png b/website/static/img/resources/sap/ai/sap-document-grounding.png
new file mode 100644
index 00000000..d2160d67
Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-document-grounding.png differ
diff --git a/website/static/img/resources/sap/ai/sap-translation-hub.png b/website/static/img/resources/sap/ai/sap-translation-hub.png
new file mode 100644
index 00000000..2775e635
Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-translation-hub.png differ
diff --git a/website/static/img/resources/sap/ai/service-ticket-intelligence.png b/website/static/img/resources/sap/ai/service-ticket-intelligence.png
new file mode 100644
index 00000000..871fb41e
Binary files /dev/null and b/website/static/img/resources/sap/ai/service-ticket-intelligence.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/application-frontend-service.png b/website/static/img/resources/sap/app_dev_automation/application-frontend-service.png
new file mode 100644
index 00000000..5a87b198
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/application-frontend-service.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/extensibility-service-for-sap-btp.png b/website/static/img/resources/sap/app_dev_automation/extensibility-service-for-sap-btp.png
new file mode 100644
index 00000000..91a94dcf
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/extensibility-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/joule_studio.png b/website/static/img/resources/sap/app_dev_automation/joule_studio.png
new file mode 100644
index 00000000..cd0f3655
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/joule_studio.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-btp_abap-environment.png b/website/static/img/resources/sap/app_dev_automation/sap-btp_abap-environment.png
new file mode 100644
index 00000000..8de40570
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-btp_abap-environment.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-build-apps.png b/website/static/img/resources/sap/app_dev_automation/sap-build-apps.png
new file mode 100644
index 00000000..1b4b416d
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-build-apps.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-build-code.png b/website/static/img/resources/sap/app_dev_automation/sap-build-code.png
new file mode 100644
index 00000000..349462ca
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-build-code.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-build-process-automation.png b/website/static/img/resources/sap/app_dev_automation/sap-build-process-automation.png
new file mode 100644
index 00000000..38d898f5
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-build-process-automation.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-build-work-zone.png b/website/static/img/resources/sap/app_dev_automation/sap-build-work-zone.png
new file mode 100644
index 00000000..19ab3243
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-build-work-zone.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-build-work-zone_advanced-edition.png b/website/static/img/resources/sap/app_dev_automation/sap-build-work-zone_advanced-edition.png
new file mode 100644
index 00000000..19ab3243
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-build-work-zone_advanced-edition.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-build.png b/website/static/img/resources/sap/app_dev_automation/sap-build.png
new file mode 100644
index 00000000..e9db116c
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-build.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-business-application-studio.png b/website/static/img/resources/sap/app_dev_automation/sap-business-application-studio.png
new file mode 100644
index 00000000..a64cb6c0
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-business-application-studio.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-cloud-application-programming-model.png b/website/static/img/resources/sap/app_dev_automation/sap-cloud-application-programming-model.png
new file mode 100644
index 00000000..720f7dfb
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-cloud-application-programming-model.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-html5-application-repository-service-for-sap-btp.png b/website/static/img/resources/sap/app_dev_automation/sap-html5-application-repository-service-for-sap-btp.png
new file mode 100644
index 00000000..a77317b4
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-html5-application-repository-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-mobile-services.png b/website/static/img/resources/sap/app_dev_automation/sap-mobile-services.png
new file mode 100644
index 00000000..f5c83399
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-mobile-services.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-task-center.png b/website/static/img/resources/sap/app_dev_automation/sap-task-center.png
new file mode 100644
index 00000000..a4e040e9
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-task-center.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/sap-ui-theme-designer.png b/website/static/img/resources/sap/app_dev_automation/sap-ui-theme-designer.png
new file mode 100644
index 00000000..48b07d9e
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/sap-ui-theme-designer.png differ
diff --git a/website/static/img/resources/sap/app_dev_automation/ui5-flexibility-for-key-users.png b/website/static/img/resources/sap/app_dev_automation/ui5-flexibility-for-key-users.png
new file mode 100644
index 00000000..a936ca16
Binary files /dev/null and b/website/static/img/resources/sap/app_dev_automation/ui5-flexibility-for-key-users.png differ
diff --git a/website/static/img/resources/sap/brands/sap-ariba.png b/website/static/img/resources/sap/brands/sap-ariba.png
new file mode 100644
index 00000000..cadca94c
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-ariba.png differ
diff --git a/website/static/img/resources/sap/brands/sap-business-network.png b/website/static/img/resources/sap/brands/sap-business-network.png
new file mode 100644
index 00000000..ddc709e5
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-business-network.png differ
diff --git a/website/static/img/resources/sap/brands/sap-concur.png b/website/static/img/resources/sap/brands/sap-concur.png
new file mode 100644
index 00000000..7d2897bb
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-concur.png differ
diff --git a/website/static/img/resources/sap/brands/sap-customer-experience.png b/website/static/img/resources/sap/brands/sap-customer-experience.png
new file mode 100644
index 00000000..a13f2fa8
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-customer-experience.png differ
diff --git a/website/static/img/resources/sap/brands/sap-leanix.png b/website/static/img/resources/sap/brands/sap-leanix.png
new file mode 100644
index 00000000..871e845b
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-leanix.png differ
diff --git a/website/static/img/resources/sap/brands/sap-s4hana-cloud.png b/website/static/img/resources/sap/brands/sap-s4hana-cloud.png
new file mode 100644
index 00000000..52a8213a
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-s4hana-cloud.png differ
diff --git a/website/static/img/resources/sap/brands/sap-s4hana.png b/website/static/img/resources/sap/brands/sap-s4hana.png
new file mode 100644
index 00000000..30d8d306
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-s4hana.png differ
diff --git a/website/static/img/resources/sap/brands/sap-signavio.png b/website/static/img/resources/sap/brands/sap-signavio.png
new file mode 100644
index 00000000..716861bd
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-signavio.png differ
diff --git a/website/static/img/resources/sap/brands/sap-successfactors.png b/website/static/img/resources/sap/brands/sap-successfactors.png
new file mode 100644
index 00000000..a331016b
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap-successfactors.png differ
diff --git a/website/static/img/resources/sap/brands/sap.png b/website/static/img/resources/sap/brands/sap.png
new file mode 100644
index 00000000..8d0f3f3f
Binary files /dev/null and b/website/static/img/resources/sap/brands/sap.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-analytics-cloud-embedded-edition.png b/website/static/img/resources/sap/data_analytics/sap-analytics-cloud-embedded-edition.png
new file mode 100644
index 00000000..80c7553a
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-analytics-cloud-embedded-edition.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-analytics-cloud.png b/website/static/img/resources/sap/data_analytics/sap-analytics-cloud.png
new file mode 100644
index 00000000..aa613c85
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-analytics-cloud.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-business-data-cloud.png b/website/static/img/resources/sap/data_analytics/sap-business-data-cloud.png
new file mode 100644
index 00000000..2300c5c7
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-business-data-cloud.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-datasphere.png b/website/static/img/resources/sap/data_analytics/sap-datasphere.png
new file mode 100644
index 00000000..52cb1103
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-datasphere.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-hana-cloud.png b/website/static/img/resources/sap/data_analytics/sap-hana-cloud.png
new file mode 100644
index 00000000..f6db1c8b
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-hana-cloud.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-hana-spatial-services.png b/website/static/img/resources/sap/data_analytics/sap-hana-spatial-services.png
new file mode 100644
index 00000000..45d32814
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-hana-spatial-services.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-master-data-governance.png b/website/static/img/resources/sap/data_analytics/sap-master-data-governance.png
new file mode 100644
index 00000000..0974ea68
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-master-data-governance.png differ
diff --git a/website/static/img/resources/sap/data_analytics/sap-persistence-service-ase.png b/website/static/img/resources/sap/data_analytics/sap-persistence-service-ase.png
new file mode 100644
index 00000000..1cd0b979
Binary files /dev/null and b/website/static/img/resources/sap/data_analytics/sap-persistence-service-ase.png differ
diff --git a/website/static/img/resources/sap/foundational/application-autoscaler.png b/website/static/img/resources/sap/foundational/application-autoscaler.png
new file mode 100644
index 00000000..8e9d56d3
Binary files /dev/null and b/website/static/img/resources/sap/foundational/application-autoscaler.png differ
diff --git a/website/static/img/resources/sap/foundational/cloud-connector.png b/website/static/img/resources/sap/foundational/cloud-connector.png
new file mode 100644
index 00000000..6243e973
Binary files /dev/null and b/website/static/img/resources/sap/foundational/cloud-connector.png differ
diff --git a/website/static/img/resources/sap/foundational/cloud-integration-automation.png b/website/static/img/resources/sap/foundational/cloud-integration-automation.png
new file mode 100644
index 00000000..44867877
Binary files /dev/null and b/website/static/img/resources/sap/foundational/cloud-integration-automation.png differ
diff --git a/website/static/img/resources/sap/foundational/cloud-logging.png b/website/static/img/resources/sap/foundational/cloud-logging.png
new file mode 100644
index 00000000..d00acc62
Binary files /dev/null and b/website/static/img/resources/sap/foundational/cloud-logging.png differ
diff --git a/website/static/img/resources/sap/foundational/landscape-portal-for-sap-s4hana-cloud-abap-environment.png b/website/static/img/resources/sap/foundational/landscape-portal-for-sap-s4hana-cloud-abap-environment.png
new file mode 100644
index 00000000..27b0aed1
Binary files /dev/null and b/website/static/img/resources/sap/foundational/landscape-portal-for-sap-s4hana-cloud-abap-environment.png differ
diff --git a/website/static/img/resources/sap/foundational/oauth-20-on-sap-btp.png b/website/static/img/resources/sap/foundational/oauth-20-on-sap-btp.png
new file mode 100644
index 00000000..e4c76ba3
Binary files /dev/null and b/website/static/img/resources/sap/foundational/oauth-20-on-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/object-store-on-sap-btp.png b/website/static/img/resources/sap/foundational/object-store-on-sap-btp.png
new file mode 100644
index 00000000..2fbd1f2a
Binary files /dev/null and b/website/static/img/resources/sap/foundational/object-store-on-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-alert-notification-service-for-sap-btp.png b/website/static/img/resources/sap/foundational/sap-alert-notification-service-for-sap-btp.png
new file mode 100644
index 00000000..ea098b48
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-alert-notification-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-application-logging-service-for-sap-btp.png b/website/static/img/resources/sap/foundational/sap-application-logging-service-for-sap-btp.png
new file mode 100644
index 00000000..9c4e1f7e
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-application-logging-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-audit-log-service.png b/website/static/img/resources/sap/foundational/sap-audit-log-service.png
new file mode 100644
index 00000000..807580a7
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-audit-log-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-authorization-management.png b/website/static/img/resources/sap/foundational/sap-authorization-management.png
new file mode 100644
index 00000000..5b77c21e
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-authorization-management.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-automation-pilot.png b/website/static/img/resources/sap/foundational/sap-automation-pilot.png
new file mode 100644
index 00000000..c27a2dc2
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-automation-pilot.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-btp-cloud-foundry-runtime.png b/website/static/img/resources/sap/foundational/sap-btp-cloud-foundry-runtime.png
new file mode 100644
index 00000000..48fd1bd8
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-btp-cloud-foundry-runtime.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-btp-kyma-runtime.png b/website/static/img/resources/sap/foundational/sap-btp-kyma-runtime.png
new file mode 100644
index 00000000..4ab5ceb9
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-btp-kyma-runtime.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-authorization-and-trust-management-service.png b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-authorization-and-trust-management-service.png
new file mode 100644
index 00000000..326ba1b3
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-authorization-and-trust-management-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-credential-store.png b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-credential-store.png
new file mode 100644
index 00000000..88573b56
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-credential-store.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-custom-domain-service.png b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-custom-domain-service.png
new file mode 100644
index 00000000..e445aed3
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-custom-domain-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-keystore-service.png b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-keystore-service.png
new file mode 100644
index 00000000..31bced0d
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-keystore-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-malware-scanning-service.png b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-malware-scanning-service.png
new file mode 100644
index 00000000..0f80bad6
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-identity-sap-malware-scanning-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-identity-service.png b/website/static/img/resources/sap/foundational/sap-cloud-identity-service.png
new file mode 100644
index 00000000..28bc7a25
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-identity-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-management-service-for-sap-btp.png b/website/static/img/resources/sap/foundational/sap-cloud-management-service-for-sap-btp.png
new file mode 100644
index 00000000..1db1ed18
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-management-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-cloud-transport-management.png b/website/static/img/resources/sap/foundational/sap-cloud-transport-management.png
new file mode 100644
index 00000000..d8728d85
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-cloud-transport-management.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-connectivity-service.png b/website/static/img/resources/sap/foundational/sap-connectivity-service.png
new file mode 100644
index 00000000..6046c945
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-connectivity-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-content-agent-service.png b/website/static/img/resources/sap/foundational/sap-content-agent-service.png
new file mode 100644
index 00000000..735cd155
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-content-agent-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-continuous-integration-and-delivery.png b/website/static/img/resources/sap/foundational/sap-continuous-integration-and-delivery.png
new file mode 100644
index 00000000..3c3e022c
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-continuous-integration-and-delivery.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-data-privacy-integration.png b/website/static/img/resources/sap/foundational/sap-data-privacy-integration.png
new file mode 100644
index 00000000..70cc3f69
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-data-privacy-integration.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-data-retention-manager.png b/website/static/img/resources/sap/foundational/sap-data-retention-manager.png
new file mode 100644
index 00000000..6140b844
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-data-retention-manager.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-destination-service.png b/website/static/img/resources/sap/foundational/sap-destination-service.png
new file mode 100644
index 00000000..30133555
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-destination-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-document-management-service.png b/website/static/img/resources/sap/foundational/sap-document-management-service.png
new file mode 100644
index 00000000..5481d826
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-document-management-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-event-broker-for-sap-cloud-applications.png b/website/static/img/resources/sap/foundational/sap-event-broker-for-sap-cloud-applications.png
new file mode 100644
index 00000000..288cfd66
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-event-broker-for-sap-cloud-applications.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-identity-authentication.png b/website/static/img/resources/sap/foundational/sap-identity-authentication.png
new file mode 100644
index 00000000..c5cf6120
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-identity-authentication.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-identity-directory.png b/website/static/img/resources/sap/foundational/sap-identity-directory.png
new file mode 100644
index 00000000..6c106a8a
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-identity-directory.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-identity-provisoning.png b/website/static/img/resources/sap/foundational/sap-identity-provisoning.png
new file mode 100644
index 00000000..cc3ccd58
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-identity-provisoning.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-job-scheduling-service.png b/website/static/img/resources/sap/foundational/sap-job-scheduling-service.png
new file mode 100644
index 00000000..90f241ae
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-job-scheduling-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-master-data-integration.png b/website/static/img/resources/sap/foundational/sap-master-data-integration.png
new file mode 100644
index 00000000..856d385f
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-master-data-integration.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-monitoring-service-for-sap-btp.png b/website/static/img/resources/sap/foundational/sap-monitoring-service-for-sap-btp.png
new file mode 100644
index 00000000..589c8857
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-monitoring-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-personal-data-manager.png b/website/static/img/resources/sap/foundational/sap-personal-data-manager.png
new file mode 100644
index 00000000..54490fe0
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-personal-data-manager.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-pki-certificate-service.png b/website/static/img/resources/sap/foundational/sap-pki-certificate-service.png
new file mode 100644
index 00000000..cc372e3f
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-pki-certificate-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-private-link-service.png b/website/static/img/resources/sap/foundational/sap-private-link-service.png
new file mode 100644
index 00000000..d26afd30
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-private-link-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-secure-login-service-for-sap-gui.png b/website/static/img/resources/sap/foundational/sap-secure-login-service-for-sap-gui.png
new file mode 100644
index 00000000..867ef5aa
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-secure-login-service-for-sap-gui.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-software-as-a-service-provisioning-service.png b/website/static/img/resources/sap/foundational/sap-software-as-a-service-provisioning-service.png
new file mode 100644
index 00000000..32bab659
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-software-as-a-service-provisioning-service.png differ
diff --git a/website/static/img/resources/sap/foundational/sap-solution-lifecycle-management-service-for-sap-btp.png b/website/static/img/resources/sap/foundational/sap-solution-lifecycle-management-service-for-sap-btp.png
new file mode 100644
index 00000000..48e14f67
Binary files /dev/null and b/website/static/img/resources/sap/foundational/sap-solution-lifecycle-management-service-for-sap-btp.png differ
diff --git a/website/static/img/resources/sap/foundational/service-manager.png b/website/static/img/resources/sap/foundational/service-manager.png
new file mode 100644
index 00000000..cb2e737a
Binary files /dev/null and b/website/static/img/resources/sap/foundational/service-manager.png differ
diff --git a/website/static/img/resources/sap/generic/adapter-highlight.png b/website/static/img/resources/sap/generic/adapter-highlight.png
new file mode 100644
index 00000000..cfb9deea
Binary files /dev/null and b/website/static/img/resources/sap/generic/adapter-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/adapter-non-sap.png b/website/static/img/resources/sap/generic/adapter-non-sap.png
new file mode 100644
index 00000000..c6f7b0d2
Binary files /dev/null and b/website/static/img/resources/sap/generic/adapter-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/adapter-sap.png b/website/static/img/resources/sap/generic/adapter-sap.png
new file mode 100644
index 00000000..519a5563
Binary files /dev/null and b/website/static/img/resources/sap/generic/adapter-sap.png differ
diff --git a/website/static/img/resources/sap/generic/admin-highlight.png b/website/static/img/resources/sap/generic/admin-highlight.png
new file mode 100644
index 00000000..c85c064e
Binary files /dev/null and b/website/static/img/resources/sap/generic/admin-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/admin-non-sap.png b/website/static/img/resources/sap/generic/admin-non-sap.png
new file mode 100644
index 00000000..3d8aa155
Binary files /dev/null and b/website/static/img/resources/sap/generic/admin-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/admin-sap.png b/website/static/img/resources/sap/generic/admin-sap.png
new file mode 100644
index 00000000..42e925d5
Binary files /dev/null and b/website/static/img/resources/sap/generic/admin-sap.png differ
diff --git a/website/static/img/resources/sap/generic/ai-highlight.png b/website/static/img/resources/sap/generic/ai-highlight.png
new file mode 100644
index 00000000..4ce49398
Binary files /dev/null and b/website/static/img/resources/sap/generic/ai-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/ai-non-sap.png b/website/static/img/resources/sap/generic/ai-non-sap.png
new file mode 100644
index 00000000..497458f8
Binary files /dev/null and b/website/static/img/resources/sap/generic/ai-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/ai-sap.png b/website/static/img/resources/sap/generic/ai-sap.png
new file mode 100644
index 00000000..46e03070
Binary files /dev/null and b/website/static/img/resources/sap/generic/ai-sap.png differ
diff --git a/website/static/img/resources/sap/generic/alert-highlight.png b/website/static/img/resources/sap/generic/alert-highlight.png
new file mode 100644
index 00000000..6657cbd4
Binary files /dev/null and b/website/static/img/resources/sap/generic/alert-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/alert-non-sap.png b/website/static/img/resources/sap/generic/alert-non-sap.png
new file mode 100644
index 00000000..cb6166b3
Binary files /dev/null and b/website/static/img/resources/sap/generic/alert-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/alert-sap.png b/website/static/img/resources/sap/generic/alert-sap.png
new file mode 100644
index 00000000..61421182
Binary files /dev/null and b/website/static/img/resources/sap/generic/alert-sap.png differ
diff --git a/website/static/img/resources/sap/generic/api-highlight.png b/website/static/img/resources/sap/generic/api-highlight.png
new file mode 100644
index 00000000..c908a4da
Binary files /dev/null and b/website/static/img/resources/sap/generic/api-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/api-non-sap.png b/website/static/img/resources/sap/generic/api-non-sap.png
new file mode 100644
index 00000000..b1180d5b
Binary files /dev/null and b/website/static/img/resources/sap/generic/api-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/api-sap.png b/website/static/img/resources/sap/generic/api-sap.png
new file mode 100644
index 00000000..60d837c5
Binary files /dev/null and b/website/static/img/resources/sap/generic/api-sap.png differ
diff --git a/website/static/img/resources/sap/generic/app-highlight.png b/website/static/img/resources/sap/generic/app-highlight.png
new file mode 100644
index 00000000..b51fd97a
Binary files /dev/null and b/website/static/img/resources/sap/generic/app-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/app-non-sap.png b/website/static/img/resources/sap/generic/app-non-sap.png
new file mode 100644
index 00000000..ec0d1e21
Binary files /dev/null and b/website/static/img/resources/sap/generic/app-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/app-sap.png b/website/static/img/resources/sap/generic/app-sap.png
new file mode 100644
index 00000000..68a95bc7
Binary files /dev/null and b/website/static/img/resources/sap/generic/app-sap.png differ
diff --git a/website/static/img/resources/sap/generic/building-highlight.png b/website/static/img/resources/sap/generic/building-highlight.png
new file mode 100644
index 00000000..8920551d
Binary files /dev/null and b/website/static/img/resources/sap/generic/building-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/building-non-sap.png b/website/static/img/resources/sap/generic/building-non-sap.png
new file mode 100644
index 00000000..0de9fbf2
Binary files /dev/null and b/website/static/img/resources/sap/generic/building-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/building-sap.png b/website/static/img/resources/sap/generic/building-sap.png
new file mode 100644
index 00000000..29912a31
Binary files /dev/null and b/website/static/img/resources/sap/generic/building-sap.png differ
diff --git a/website/static/img/resources/sap/generic/cloud-connector-highlight.png b/website/static/img/resources/sap/generic/cloud-connector-highlight.png
new file mode 100644
index 00000000..773edb9e
Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud-connector-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/cloud-connector-non-sap.png b/website/static/img/resources/sap/generic/cloud-connector-non-sap.png
new file mode 100644
index 00000000..9c3bda0e
Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud-connector-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/cloud-connector-sap.png b/website/static/img/resources/sap/generic/cloud-connector-sap.png
new file mode 100644
index 00000000..bb6abaf2
Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud-connector-sap.png differ
diff --git a/website/static/img/resources/sap/generic/cloud-highlight.png b/website/static/img/resources/sap/generic/cloud-highlight.png
new file mode 100644
index 00000000..54df19d6
Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/cloud-non-sap.png b/website/static/img/resources/sap/generic/cloud-non-sap.png
new file mode 100644
index 00000000..23b07ced
Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/cloud-sap.png b/website/static/img/resources/sap/generic/cloud-sap.png
new file mode 100644
index 00000000..29a36675
Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud-sap.png differ
diff --git a/website/static/img/resources/sap/generic/collision-highlight.png b/website/static/img/resources/sap/generic/collision-highlight.png
new file mode 100644
index 00000000..90302cbd
Binary files /dev/null and b/website/static/img/resources/sap/generic/collision-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/collision-non-sap.png b/website/static/img/resources/sap/generic/collision-non-sap.png
new file mode 100644
index 00000000..d5f8f39b
Binary files /dev/null and b/website/static/img/resources/sap/generic/collision-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/collision-sap.png b/website/static/img/resources/sap/generic/collision-sap.png
new file mode 100644
index 00000000..264e4179
Binary files /dev/null and b/website/static/img/resources/sap/generic/collision-sap.png differ
diff --git a/website/static/img/resources/sap/generic/da-highlight.png b/website/static/img/resources/sap/generic/da-highlight.png
new file mode 100644
index 00000000..f76028f0
Binary files /dev/null and b/website/static/img/resources/sap/generic/da-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/da-non-sap.png b/website/static/img/resources/sap/generic/da-non-sap.png
new file mode 100644
index 00000000..d7797644
Binary files /dev/null and b/website/static/img/resources/sap/generic/da-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/da-sap.png b/website/static/img/resources/sap/generic/da-sap.png
new file mode 100644
index 00000000..f61600ce
Binary files /dev/null and b/website/static/img/resources/sap/generic/da-sap.png differ
diff --git a/website/static/img/resources/sap/generic/deploy-highlight.png b/website/static/img/resources/sap/generic/deploy-highlight.png
new file mode 100644
index 00000000..de7d18a8
Binary files /dev/null and b/website/static/img/resources/sap/generic/deploy-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/deploy-non-sap.png b/website/static/img/resources/sap/generic/deploy-non-sap.png
new file mode 100644
index 00000000..ff08d1ff
Binary files /dev/null and b/website/static/img/resources/sap/generic/deploy-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/deploy-sap.png b/website/static/img/resources/sap/generic/deploy-sap.png
new file mode 100644
index 00000000..e012265e
Binary files /dev/null and b/website/static/img/resources/sap/generic/deploy-sap.png differ
diff --git a/website/static/img/resources/sap/generic/desktop-highlight.png b/website/static/img/resources/sap/generic/desktop-highlight.png
new file mode 100644
index 00000000..3cc481f9
Binary files /dev/null and b/website/static/img/resources/sap/generic/desktop-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/desktop-non-sap.png b/website/static/img/resources/sap/generic/desktop-non-sap.png
new file mode 100644
index 00000000..b81a9b58
Binary files /dev/null and b/website/static/img/resources/sap/generic/desktop-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/desktop-sap.png b/website/static/img/resources/sap/generic/desktop-sap.png
new file mode 100644
index 00000000..63976168
Binary files /dev/null and b/website/static/img/resources/sap/generic/desktop-sap.png differ
diff --git a/website/static/img/resources/sap/generic/detail-view-highlight.png b/website/static/img/resources/sap/generic/detail-view-highlight.png
new file mode 100644
index 00000000..b3ed1f03
Binary files /dev/null and b/website/static/img/resources/sap/generic/detail-view-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/detail-view-non-sap.png b/website/static/img/resources/sap/generic/detail-view-non-sap.png
new file mode 100644
index 00000000..b39d38c9
Binary files /dev/null and b/website/static/img/resources/sap/generic/detail-view-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/detail-view-sap.png b/website/static/img/resources/sap/generic/detail-view-sap.png
new file mode 100644
index 00000000..3998c50f
Binary files /dev/null and b/website/static/img/resources/sap/generic/detail-view-sap.png differ
diff --git a/website/static/img/resources/sap/generic/devices-highlight.png b/website/static/img/resources/sap/generic/devices-highlight.png
new file mode 100644
index 00000000..4edb824d
Binary files /dev/null and b/website/static/img/resources/sap/generic/devices-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/devices-non-sap.png b/website/static/img/resources/sap/generic/devices-non-sap.png
new file mode 100644
index 00000000..4ad77e3e
Binary files /dev/null and b/website/static/img/resources/sap/generic/devices-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/devices-sap.png b/website/static/img/resources/sap/generic/devices-sap.png
new file mode 100644
index 00000000..191e7805
Binary files /dev/null and b/website/static/img/resources/sap/generic/devices-sap.png differ
diff --git a/website/static/img/resources/sap/generic/document-highlight.png b/website/static/img/resources/sap/generic/document-highlight.png
new file mode 100644
index 00000000..f8e35998
Binary files /dev/null and b/website/static/img/resources/sap/generic/document-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/document-non-sap.png b/website/static/img/resources/sap/generic/document-non-sap.png
new file mode 100644
index 00000000..ed5f46bd
Binary files /dev/null and b/website/static/img/resources/sap/generic/document-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/document-sap.png b/website/static/img/resources/sap/generic/document-sap.png
new file mode 100644
index 00000000..a313f8c4
Binary files /dev/null and b/website/static/img/resources/sap/generic/document-sap.png differ
diff --git a/website/static/img/resources/sap/generic/documents-highlight.png b/website/static/img/resources/sap/generic/documents-highlight.png
new file mode 100644
index 00000000..d1ae0921
Binary files /dev/null and b/website/static/img/resources/sap/generic/documents-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/documents-non-sap.png b/website/static/img/resources/sap/generic/documents-non-sap.png
new file mode 100644
index 00000000..a8c80fb3
Binary files /dev/null and b/website/static/img/resources/sap/generic/documents-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/documents-sap.png b/website/static/img/resources/sap/generic/documents-sap.png
new file mode 100644
index 00000000..48a8dda1
Binary files /dev/null and b/website/static/img/resources/sap/generic/documents-sap.png differ
diff --git a/website/static/img/resources/sap/generic/event-highlight.png b/website/static/img/resources/sap/generic/event-highlight.png
new file mode 100644
index 00000000..90befdd4
Binary files /dev/null and b/website/static/img/resources/sap/generic/event-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/event-non-sap.png b/website/static/img/resources/sap/generic/event-non-sap.png
new file mode 100644
index 00000000..8beb36e9
Binary files /dev/null and b/website/static/img/resources/sap/generic/event-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/event-sap.png b/website/static/img/resources/sap/generic/event-sap.png
new file mode 100644
index 00000000..4be99582
Binary files /dev/null and b/website/static/img/resources/sap/generic/event-sap.png differ
diff --git a/website/static/img/resources/sap/generic/factory-highlight.png b/website/static/img/resources/sap/generic/factory-highlight.png
new file mode 100644
index 00000000..86c0c49b
Binary files /dev/null and b/website/static/img/resources/sap/generic/factory-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/factory-non-sap.png b/website/static/img/resources/sap/generic/factory-non-sap.png
new file mode 100644
index 00000000..d308cfd4
Binary files /dev/null and b/website/static/img/resources/sap/generic/factory-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/factory-sap.png b/website/static/img/resources/sap/generic/factory-sap.png
new file mode 100644
index 00000000..b60acf6c
Binary files /dev/null and b/website/static/img/resources/sap/generic/factory-sap.png differ
diff --git a/website/static/img/resources/sap/generic/feature-highlight.png b/website/static/img/resources/sap/generic/feature-highlight.png
new file mode 100644
index 00000000..9a79bee1
Binary files /dev/null and b/website/static/img/resources/sap/generic/feature-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/feature-non-sap.png b/website/static/img/resources/sap/generic/feature-non-sap.png
new file mode 100644
index 00000000..52da8bf3
Binary files /dev/null and b/website/static/img/resources/sap/generic/feature-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/feature-sap.png b/website/static/img/resources/sap/generic/feature-sap.png
new file mode 100644
index 00000000..0def8738
Binary files /dev/null and b/website/static/img/resources/sap/generic/feature-sap.png differ
diff --git a/website/static/img/resources/sap/generic/indent-highlight.png b/website/static/img/resources/sap/generic/indent-highlight.png
new file mode 100644
index 00000000..79188e0d
Binary files /dev/null and b/website/static/img/resources/sap/generic/indent-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/indent-non-sap.png b/website/static/img/resources/sap/generic/indent-non-sap.png
new file mode 100644
index 00000000..7951eee1
Binary files /dev/null and b/website/static/img/resources/sap/generic/indent-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/indent-sap.png b/website/static/img/resources/sap/generic/indent-sap.png
new file mode 100644
index 00000000..78d0ed8a
Binary files /dev/null and b/website/static/img/resources/sap/generic/indent-sap.png differ
diff --git a/website/static/img/resources/sap/generic/info-highlight.png b/website/static/img/resources/sap/generic/info-highlight.png
new file mode 100644
index 00000000..c611058e
Binary files /dev/null and b/website/static/img/resources/sap/generic/info-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/info-non-sap.png b/website/static/img/resources/sap/generic/info-non-sap.png
new file mode 100644
index 00000000..adb7fc22
Binary files /dev/null and b/website/static/img/resources/sap/generic/info-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/info-sap.png b/website/static/img/resources/sap/generic/info-sap.png
new file mode 100644
index 00000000..232ecaa0
Binary files /dev/null and b/website/static/img/resources/sap/generic/info-sap.png differ
diff --git a/website/static/img/resources/sap/generic/inspect-highlight.png b/website/static/img/resources/sap/generic/inspect-highlight.png
new file mode 100644
index 00000000..71ddbfb1
Binary files /dev/null and b/website/static/img/resources/sap/generic/inspect-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/inspect-non-sap.png b/website/static/img/resources/sap/generic/inspect-non-sap.png
new file mode 100644
index 00000000..e5380d24
Binary files /dev/null and b/website/static/img/resources/sap/generic/inspect-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/inspect-sap.png b/website/static/img/resources/sap/generic/inspect-sap.png
new file mode 100644
index 00000000..dc8969de
Binary files /dev/null and b/website/static/img/resources/sap/generic/inspect-sap.png differ
diff --git a/website/static/img/resources/sap/generic/key-highlight.png b/website/static/img/resources/sap/generic/key-highlight.png
new file mode 100644
index 00000000..2afcc817
Binary files /dev/null and b/website/static/img/resources/sap/generic/key-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/key-non-sap.png b/website/static/img/resources/sap/generic/key-non-sap.png
new file mode 100644
index 00000000..58694f15
Binary files /dev/null and b/website/static/img/resources/sap/generic/key-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/key-sap.png b/website/static/img/resources/sap/generic/key-sap.png
new file mode 100644
index 00000000..7274f288
Binary files /dev/null and b/website/static/img/resources/sap/generic/key-sap.png differ
diff --git a/website/static/img/resources/sap/generic/link-highlight.png b/website/static/img/resources/sap/generic/link-highlight.png
new file mode 100644
index 00000000..145369f9
Binary files /dev/null and b/website/static/img/resources/sap/generic/link-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/link-non-sap.png b/website/static/img/resources/sap/generic/link-non-sap.png
new file mode 100644
index 00000000..23a3cf72
Binary files /dev/null and b/website/static/img/resources/sap/generic/link-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/link-sap.png b/website/static/img/resources/sap/generic/link-sap.png
new file mode 100644
index 00000000..d27d2d1c
Binary files /dev/null and b/website/static/img/resources/sap/generic/link-sap.png differ
diff --git a/website/static/img/resources/sap/generic/locked-highlight.png b/website/static/img/resources/sap/generic/locked-highlight.png
new file mode 100644
index 00000000..7fd12a0f
Binary files /dev/null and b/website/static/img/resources/sap/generic/locked-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/locked-non-sap.png b/website/static/img/resources/sap/generic/locked-non-sap.png
new file mode 100644
index 00000000..e7475aba
Binary files /dev/null and b/website/static/img/resources/sap/generic/locked-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/locked-sap.png b/website/static/img/resources/sap/generic/locked-sap.png
new file mode 100644
index 00000000..ba9a15bd
Binary files /dev/null and b/website/static/img/resources/sap/generic/locked-sap.png differ
diff --git a/website/static/img/resources/sap/generic/machine-highlight.png b/website/static/img/resources/sap/generic/machine-highlight.png
new file mode 100644
index 00000000..bcdc553d
Binary files /dev/null and b/website/static/img/resources/sap/generic/machine-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/machine-non-sap.png b/website/static/img/resources/sap/generic/machine-non-sap.png
new file mode 100644
index 00000000..ff88f5b2
Binary files /dev/null and b/website/static/img/resources/sap/generic/machine-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/machine-sap.png b/website/static/img/resources/sap/generic/machine-sap.png
new file mode 100644
index 00000000..0a82241e
Binary files /dev/null and b/website/static/img/resources/sap/generic/machine-sap.png differ
diff --git a/website/static/img/resources/sap/generic/message-highlight.png b/website/static/img/resources/sap/generic/message-highlight.png
new file mode 100644
index 00000000..80d56f15
Binary files /dev/null and b/website/static/img/resources/sap/generic/message-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/message-non-sap.png b/website/static/img/resources/sap/generic/message-non-sap.png
new file mode 100644
index 00000000..3aec7f1d
Binary files /dev/null and b/website/static/img/resources/sap/generic/message-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/message-sap.png b/website/static/img/resources/sap/generic/message-sap.png
new file mode 100644
index 00000000..b8943486
Binary files /dev/null and b/website/static/img/resources/sap/generic/message-sap.png differ
diff --git a/website/static/img/resources/sap/generic/mobile-highlight.png b/website/static/img/resources/sap/generic/mobile-highlight.png
new file mode 100644
index 00000000..d4ca4290
Binary files /dev/null and b/website/static/img/resources/sap/generic/mobile-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/mobile-non-sap.png b/website/static/img/resources/sap/generic/mobile-non-sap.png
new file mode 100644
index 00000000..b62eab54
Binary files /dev/null and b/website/static/img/resources/sap/generic/mobile-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/mobile-sap.png b/website/static/img/resources/sap/generic/mobile-sap.png
new file mode 100644
index 00000000..db6a9efa
Binary files /dev/null and b/website/static/img/resources/sap/generic/mobile-sap.png differ
diff --git a/website/static/img/resources/sap/generic/on-premise-highlight.png b/website/static/img/resources/sap/generic/on-premise-highlight.png
new file mode 100644
index 00000000..0c705013
Binary files /dev/null and b/website/static/img/resources/sap/generic/on-premise-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/on-premise-non-sap.png b/website/static/img/resources/sap/generic/on-premise-non-sap.png
new file mode 100644
index 00000000..243c3a92
Binary files /dev/null and b/website/static/img/resources/sap/generic/on-premise-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/on-premise-sap.png b/website/static/img/resources/sap/generic/on-premise-sap.png
new file mode 100644
index 00000000..b5537499
Binary files /dev/null and b/website/static/img/resources/sap/generic/on-premise-sap.png differ
diff --git a/website/static/img/resources/sap/generic/palette-highlight.png b/website/static/img/resources/sap/generic/palette-highlight.png
new file mode 100644
index 00000000..0cef2c65
Binary files /dev/null and b/website/static/img/resources/sap/generic/palette-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/palette-non-sap.png b/website/static/img/resources/sap/generic/palette-non-sap.png
new file mode 100644
index 00000000..038c5fb7
Binary files /dev/null and b/website/static/img/resources/sap/generic/palette-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/palette-sap.png b/website/static/img/resources/sap/generic/palette-sap.png
new file mode 100644
index 00000000..56220d11
Binary files /dev/null and b/website/static/img/resources/sap/generic/palette-sap.png differ
diff --git a/website/static/img/resources/sap/generic/paper-plane-highlight.png b/website/static/img/resources/sap/generic/paper-plane-highlight.png
new file mode 100644
index 00000000..891b89c2
Binary files /dev/null and b/website/static/img/resources/sap/generic/paper-plane-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/paper-plane-non-sap.png b/website/static/img/resources/sap/generic/paper-plane-non-sap.png
new file mode 100644
index 00000000..43996b1f
Binary files /dev/null and b/website/static/img/resources/sap/generic/paper-plane-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/paper-plane-sap.png b/website/static/img/resources/sap/generic/paper-plane-sap.png
new file mode 100644
index 00000000..ca193bbc
Binary files /dev/null and b/website/static/img/resources/sap/generic/paper-plane-sap.png differ
diff --git a/website/static/img/resources/sap/generic/permission-highlight.png b/website/static/img/resources/sap/generic/permission-highlight.png
new file mode 100644
index 00000000..199554af
Binary files /dev/null and b/website/static/img/resources/sap/generic/permission-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/permission-non-sap.png b/website/static/img/resources/sap/generic/permission-non-sap.png
new file mode 100644
index 00000000..7ac41127
Binary files /dev/null and b/website/static/img/resources/sap/generic/permission-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/permission-sap.png b/website/static/img/resources/sap/generic/permission-sap.png
new file mode 100644
index 00000000..335aabf4
Binary files /dev/null and b/website/static/img/resources/sap/generic/permission-sap.png differ
diff --git a/website/static/img/resources/sap/generic/restart-highlight.png b/website/static/img/resources/sap/generic/restart-highlight.png
new file mode 100644
index 00000000..c2bac738
Binary files /dev/null and b/website/static/img/resources/sap/generic/restart-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/restart-non-sap.png b/website/static/img/resources/sap/generic/restart-non-sap.png
new file mode 100644
index 00000000..a0a67339
Binary files /dev/null and b/website/static/img/resources/sap/generic/restart-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/restart-sap.png b/website/static/img/resources/sap/generic/restart-sap.png
new file mode 100644
index 00000000..aeda30dd
Binary files /dev/null and b/website/static/img/resources/sap/generic/restart-sap.png differ
diff --git a/website/static/img/resources/sap/generic/settings-highlight.png b/website/static/img/resources/sap/generic/settings-highlight.png
new file mode 100644
index 00000000..b1b65a47
Binary files /dev/null and b/website/static/img/resources/sap/generic/settings-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/settings-non-sap.png b/website/static/img/resources/sap/generic/settings-non-sap.png
new file mode 100644
index 00000000..5fb6c0db
Binary files /dev/null and b/website/static/img/resources/sap/generic/settings-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/settings-sap.png b/website/static/img/resources/sap/generic/settings-sap.png
new file mode 100644
index 00000000..244b631d
Binary files /dev/null and b/website/static/img/resources/sap/generic/settings-sap.png differ
diff --git a/website/static/img/resources/sap/generic/success-highlight.png b/website/static/img/resources/sap/generic/success-highlight.png
new file mode 100644
index 00000000..7c70da7f
Binary files /dev/null and b/website/static/img/resources/sap/generic/success-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/success-non-sap.png b/website/static/img/resources/sap/generic/success-non-sap.png
new file mode 100644
index 00000000..d4e20f38
Binary files /dev/null and b/website/static/img/resources/sap/generic/success-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/success-sap.png b/website/static/img/resources/sap/generic/success-sap.png
new file mode 100644
index 00000000..892edbd0
Binary files /dev/null and b/website/static/img/resources/sap/generic/success-sap.png differ
diff --git a/website/static/img/resources/sap/generic/synchronize-highlight.png b/website/static/img/resources/sap/generic/synchronize-highlight.png
new file mode 100644
index 00000000..1c2a1ac8
Binary files /dev/null and b/website/static/img/resources/sap/generic/synchronize-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/synchronize-non-sap.png b/website/static/img/resources/sap/generic/synchronize-non-sap.png
new file mode 100644
index 00000000..86fd6a64
Binary files /dev/null and b/website/static/img/resources/sap/generic/synchronize-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/synchronize-sap.png b/website/static/img/resources/sap/generic/synchronize-sap.png
new file mode 100644
index 00000000..340ea361
Binary files /dev/null and b/website/static/img/resources/sap/generic/synchronize-sap.png differ
diff --git a/website/static/img/resources/sap/generic/third-party-highlight.png b/website/static/img/resources/sap/generic/third-party-highlight.png
new file mode 100644
index 00000000..39eeab51
Binary files /dev/null and b/website/static/img/resources/sap/generic/third-party-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/third-party-non-sap.png b/website/static/img/resources/sap/generic/third-party-non-sap.png
new file mode 100644
index 00000000..c86a7c57
Binary files /dev/null and b/website/static/img/resources/sap/generic/third-party-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/third-party-sap.png b/website/static/img/resources/sap/generic/third-party-sap.png
new file mode 100644
index 00000000..6f274d7d
Binary files /dev/null and b/website/static/img/resources/sap/generic/third-party-sap.png differ
diff --git a/website/static/img/resources/sap/generic/tree-highlight.png b/website/static/img/resources/sap/generic/tree-highlight.png
new file mode 100644
index 00000000..00692520
Binary files /dev/null and b/website/static/img/resources/sap/generic/tree-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/tree-non-sap.png b/website/static/img/resources/sap/generic/tree-non-sap.png
new file mode 100644
index 00000000..6e08f7e3
Binary files /dev/null and b/website/static/img/resources/sap/generic/tree-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/tree-sap.png b/website/static/img/resources/sap/generic/tree-sap.png
new file mode 100644
index 00000000..4e61273c
Binary files /dev/null and b/website/static/img/resources/sap/generic/tree-sap.png differ
diff --git a/website/static/img/resources/sap/generic/user-highlight.png b/website/static/img/resources/sap/generic/user-highlight.png
new file mode 100644
index 00000000..dc8e16be
Binary files /dev/null and b/website/static/img/resources/sap/generic/user-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/user-non-sap.png b/website/static/img/resources/sap/generic/user-non-sap.png
new file mode 100644
index 00000000..2623345c
Binary files /dev/null and b/website/static/img/resources/sap/generic/user-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/user-sap.png b/website/static/img/resources/sap/generic/user-sap.png
new file mode 100644
index 00000000..9f8b574a
Binary files /dev/null and b/website/static/img/resources/sap/generic/user-sap.png differ
diff --git a/website/static/img/resources/sap/generic/web-highlight.png b/website/static/img/resources/sap/generic/web-highlight.png
new file mode 100644
index 00000000..18d21379
Binary files /dev/null and b/website/static/img/resources/sap/generic/web-highlight.png differ
diff --git a/website/static/img/resources/sap/generic/web-non-sap.png b/website/static/img/resources/sap/generic/web-non-sap.png
new file mode 100644
index 00000000..fa9be6a3
Binary files /dev/null and b/website/static/img/resources/sap/generic/web-non-sap.png differ
diff --git a/website/static/img/resources/sap/generic/web-sap.png b/website/static/img/resources/sap/generic/web-sap.png
new file mode 100644
index 00000000..994f636b
Binary files /dev/null and b/website/static/img/resources/sap/generic/web-sap.png differ
diff --git a/website/static/img/resources/sap/integration_suite/advanced-event-mesh.png b/website/static/img/resources/sap/integration_suite/advanced-event-mesh.png
new file mode 100644
index 00000000..ec65d5b3
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/advanced-event-mesh.png differ
diff --git a/website/static/img/resources/sap/integration_suite/api-management.png b/website/static/img/resources/sap/integration_suite/api-management.png
new file mode 100644
index 00000000..de956137
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/api-management.png differ
diff --git a/website/static/img/resources/sap/integration_suite/cloud-integration.png b/website/static/img/resources/sap/integration_suite/cloud-integration.png
new file mode 100644
index 00000000..0b21cce0
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/cloud-integration.png differ
diff --git a/website/static/img/resources/sap/integration_suite/data-space-integration.png b/website/static/img/resources/sap/integration_suite/data-space-integration.png
new file mode 100644
index 00000000..92c3d682
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/data-space-integration.png differ
diff --git a/website/static/img/resources/sap/integration_suite/edge-integration-cell.png b/website/static/img/resources/sap/integration_suite/edge-integration-cell.png
new file mode 100644
index 00000000..1a2c26b1
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/edge-integration-cell.png differ
diff --git a/website/static/img/resources/sap/integration_suite/event-mesh.png b/website/static/img/resources/sap/integration_suite/event-mesh.png
new file mode 100644
index 00000000..f1567705
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/event-mesh.png differ
diff --git a/website/static/img/resources/sap/integration_suite/graph.png b/website/static/img/resources/sap/integration_suite/graph.png
new file mode 100644
index 00000000..dbd1cb4a
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/graph.png differ
diff --git a/website/static/img/resources/sap/integration_suite/integration-advisor.png b/website/static/img/resources/sap/integration_suite/integration-advisor.png
new file mode 100644
index 00000000..dfaa9398
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/integration-advisor.png differ
diff --git a/website/static/img/resources/sap/integration_suite/integration-assessment.png b/website/static/img/resources/sap/integration_suite/integration-assessment.png
new file mode 100644
index 00000000..8d7c288e
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/integration-assessment.png differ
diff --git a/website/static/img/resources/sap/integration_suite/migration-assessment.png b/website/static/img/resources/sap/integration_suite/migration-assessment.png
new file mode 100644
index 00000000..26cb2930
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/migration-assessment.png differ
diff --git a/website/static/img/resources/sap/integration_suite/open-connectors.png b/website/static/img/resources/sap/integration_suite/open-connectors.png
new file mode 100644
index 00000000..6cd875f5
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/open-connectors.png differ
diff --git a/website/static/img/resources/sap/integration_suite/sap-api-hub-enterprise.png b/website/static/img/resources/sap/integration_suite/sap-api-hub-enterprise.png
new file mode 100644
index 00000000..a186a655
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/sap-api-hub-enterprise.png differ
diff --git a/website/static/img/resources/sap/integration_suite/sap-business-accelerator-_hub.png b/website/static/img/resources/sap/integration_suite/sap-business-accelerator-_hub.png
new file mode 100644
index 00000000..52abb6f9
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/sap-business-accelerator-_hub.png differ
diff --git a/website/static/img/resources/sap/integration_suite/sap-integration-suite.png b/website/static/img/resources/sap/integration_suite/sap-integration-suite.png
new file mode 100644
index 00000000..634f764b
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/sap-integration-suite.png differ
diff --git a/website/static/img/resources/sap/integration_suite/trading-partner-management.png b/website/static/img/resources/sap/integration_suite/trading-partner-management.png
new file mode 100644
index 00000000..f3fed401
Binary files /dev/null and b/website/static/img/resources/sap/integration_suite/trading-partner-management.png differ
diff --git a/website/static/img/resources/sap/saas/business-process-model-connector-for-sap-signavio-solutions.png b/website/static/img/resources/sap/saas/business-process-model-connector-for-sap-signavio-solutions.png
new file mode 100644
index 00000000..c21e96a4
Binary files /dev/null and b/website/static/img/resources/sap/saas/business-process-model-connector-for-sap-signavio-solutions.png differ
diff --git a/website/static/img/resources/sap/saas/customer-data-cloud.png b/website/static/img/resources/sap/saas/customer-data-cloud.png
new file mode 100644
index 00000000..f216c2c9
Binary files /dev/null and b/website/static/img/resources/sap/saas/customer-data-cloud.png differ
diff --git a/website/static/img/resources/sap/saas/intelligent-situation-automation.png b/website/static/img/resources/sap/saas/intelligent-situation-automation.png
new file mode 100644
index 00000000..03c1fc2a
Binary files /dev/null and b/website/static/img/resources/sap/saas/intelligent-situation-automation.png differ
diff --git a/website/static/img/resources/sap/saas/sap-asset-performance-management.png b/website/static/img/resources/sap/saas/sap-asset-performance-management.png
new file mode 100644
index 00000000..37cb1dce
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-asset-performance-management.png differ
diff --git a/website/static/img/resources/sap/saas/sap-cloud-alm.png b/website/static/img/resources/sap/saas/sap-cloud-alm.png
new file mode 100644
index 00000000..29fb081b
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-cloud-alm.png differ
diff --git a/website/static/img/resources/sap/saas/sap-collaborative-demand-and-capacity-management.png b/website/static/img/resources/sap/saas/sap-collaborative-demand-and-capacity-management.png
new file mode 100644
index 00000000..ff0c2b12
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-collaborative-demand-and-capacity-management.png differ
diff --git a/website/static/img/resources/sap/saas/sap-digital-manufacturing.png b/website/static/img/resources/sap/saas/sap-digital-manufacturing.png
new file mode 100644
index 00000000..ba6c7203
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-digital-manufacturing.png differ
diff --git a/website/static/img/resources/sap/saas/sap-green-token.png b/website/static/img/resources/sap/saas/sap-green-token.png
new file mode 100644
index 00000000..a7f3c3fb
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-green-token.png differ
diff --git a/website/static/img/resources/sap/saas/sap-health-data-services-for-fhir.png b/website/static/img/resources/sap/saas/sap-health-data-services-for-fhir.png
new file mode 100644
index 00000000..ec9d8c38
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-health-data-services-for-fhir.png differ
diff --git a/website/static/img/resources/sap/saas/sap-landscape-management-cloud.png b/website/static/img/resources/sap/saas/sap-landscape-management-cloud.png
new file mode 100644
index 00000000..a4e70f26
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-landscape-management-cloud.png differ
diff --git a/website/static/img/resources/sap/saas/sap-logistics-management.png b/website/static/img/resources/sap/saas/sap-logistics-management.png
new file mode 100644
index 00000000..150a234d
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-logistics-management.png differ
diff --git a/website/static/img/resources/sap/saas/sap-omnichannel-promotion-pricing.png b/website/static/img/resources/sap/saas/sap-omnichannel-promotion-pricing.png
new file mode 100644
index 00000000..1aebe5bc
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-omnichannel-promotion-pricing.png differ
diff --git a/website/static/img/resources/sap/saas/sap-project-and-resource-management.png b/website/static/img/resources/sap/saas/sap-project-and-resource-management.png
new file mode 100644
index 00000000..6e7290d3
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-project-and-resource-management.png differ
diff --git a/website/static/img/resources/sap/saas/sap-responsibility-management-service.png b/website/static/img/resources/sap/saas/sap-responsibility-management-service.png
new file mode 100644
index 00000000..a68f9aa1
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-responsibility-management-service.png differ
diff --git a/website/static/img/resources/sap/saas/sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png b/website/static/img/resources/sap/saas/sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png
new file mode 100644
index 00000000..f7096af2
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-s4hana-cloud-for-intelligent-intercompany-reconciliation.png differ
diff --git a/website/static/img/resources/sap/saas/sap-s4hana-for-microsoft-teams.png b/website/static/img/resources/sap/saas/sap-s4hana-for-microsoft-teams.png
new file mode 100644
index 00000000..920106ce
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-s4hana-for-microsoft-teams.png differ
diff --git a/website/static/img/resources/sap/saas/sap-sustainability-data-exchange.png b/website/static/img/resources/sap/saas/sap-sustainability-data-exchange.png
new file mode 100644
index 00000000..03d2e2a7
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-sustainability-data-exchange.png differ
diff --git a/website/static/img/resources/sap/saas/sap-variant-configuration-and-pricing.png b/website/static/img/resources/sap/saas/sap-variant-configuration-and-pricing.png
new file mode 100644
index 00000000..2e5e4116
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-variant-configuration-and-pricing.png differ
diff --git a/website/static/img/resources/sap/saas/sap-watch-list-screening.png b/website/static/img/resources/sap/saas/sap-watch-list-screening.png
new file mode 100644
index 00000000..166cf69e
Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-watch-list-screening.png differ
diff --git a/website/static/img/resources/sap/sap.png b/website/static/img/resources/sap/sap.png
new file mode 100644
index 00000000..8d0f3f3f
Binary files /dev/null and b/website/static/img/resources/sap/sap.png differ