diff --git a/analyze-documents-ai-docintelligence/workflow-dark.png b/analyze-documents-ai-docintelligence/workflow-dark.png deleted file mode 100644 index c7fa525..0000000 Binary files a/analyze-documents-ai-docintelligence/workflow-dark.png and /dev/null differ diff --git a/analyze-documents-ai-docintelligence/workflow-dark.webp b/analyze-documents-ai-docintelligence/workflow-dark.webp new file mode 100644 index 0000000..9af00f1 Binary files /dev/null and b/analyze-documents-ai-docintelligence/workflow-dark.webp differ diff --git a/analyze-documents-ai-docintelligence/workflow-light.png b/analyze-documents-ai-docintelligence/workflow-light.png deleted file mode 100644 index 60f0901..0000000 Binary files a/analyze-documents-ai-docintelligence/workflow-light.png and /dev/null differ diff --git a/analyze-documents-ai-docintelligence/workflow-light.webp b/analyze-documents-ai-docintelligence/workflow-light.webp new file mode 100644 index 0000000..ed0a910 Binary files /dev/null and b/analyze-documents-ai-docintelligence/workflow-light.webp differ diff --git a/analyze-images-ai-rag/plant-sample.png b/analyze-images-ai-rag/plant-sample.png deleted file mode 100644 index cff4cae..0000000 Binary files a/analyze-images-ai-rag/plant-sample.png and /dev/null differ diff --git a/analyze-images-ai-rag/plant-sample.webp b/analyze-images-ai-rag/plant-sample.webp new file mode 100644 index 0000000..f8ebbeb Binary files /dev/null and b/analyze-images-ai-rag/plant-sample.webp differ diff --git a/analyze-images-ai-rag/purchase-order.png b/analyze-images-ai-rag/purchase-order.png deleted file mode 100644 index 45aecce..0000000 Binary files a/analyze-images-ai-rag/purchase-order.png and /dev/null differ diff --git a/analyze-images-ai-rag/purchase-order.webp b/analyze-images-ai-rag/purchase-order.webp new file mode 100644 index 0000000..b644532 Binary files /dev/null and b/analyze-images-ai-rag/purchase-order.webp differ diff --git a/analyze-images-ai-rag/workflow-dark.png b/analyze-images-ai-rag/workflow-dark.png deleted file mode 100644 index 4d9ba06..0000000 Binary files a/analyze-images-ai-rag/workflow-dark.png and /dev/null differ diff --git a/analyze-images-ai-rag/workflow-dark.webp b/analyze-images-ai-rag/workflow-dark.webp new file mode 100644 index 0000000..e0b4d19 Binary files /dev/null and b/analyze-images-ai-rag/workflow-dark.webp differ diff --git a/analyze-images-ai-rag/workflow-light.png b/analyze-images-ai-rag/workflow-light.png deleted file mode 100644 index 44fadc1..0000000 Binary files a/analyze-images-ai-rag/workflow-light.png and /dev/null differ diff --git a/analyze-images-ai-rag/workflow-light.webp b/analyze-images-ai-rag/workflow-light.webp new file mode 100644 index 0000000..ae06523 Binary files /dev/null and b/analyze-images-ai-rag/workflow-light.webp differ diff --git a/compress_pngs.ps1 b/compress_pngs.ps1 new file mode 100644 index 0000000..924a3b6 --- /dev/null +++ b/compress_pngs.ps1 @@ -0,0 +1,12 @@ +$folder = "." +$pngFiles = Get-ChildItem -Path $folder -Recurse -Filter *.png + +foreach ($file in $pngFiles) { + $webpFile = [System.IO.Path]::ChangeExtension($file.FullName, "webp") + + # Convert PNG to WebP with compression. Adjust the -compression_level (0-6) and quality (0-100). + ffmpeg -i $file.FullName -compression_level 6 -qscale 75 $webpFile + + # Optional: Remove original PNG after conversion + Remove-Item $file.FullName +} \ No newline at end of file diff --git a/get-message-ibm-mq-queue-browse-lock-abort/snapshot-dark.png b/get-message-ibm-mq-queue-browse-lock-abort/snapshot-dark.png deleted file mode 100644 index e3be1bf..0000000 Binary files a/get-message-ibm-mq-queue-browse-lock-abort/snapshot-dark.png and /dev/null differ diff --git a/get-message-ibm-mq-queue-browse-lock-abort/snapshot-dark.webp b/get-message-ibm-mq-queue-browse-lock-abort/snapshot-dark.webp new file mode 100644 index 0000000..736a414 Binary files /dev/null and b/get-message-ibm-mq-queue-browse-lock-abort/snapshot-dark.webp differ diff --git a/get-message-ibm-mq-queue-browse-lock-abort/snapshot-light.png b/get-message-ibm-mq-queue-browse-lock-abort/snapshot-light.png deleted file mode 100644 index 3ff463f..0000000 Binary files a/get-message-ibm-mq-queue-browse-lock-abort/snapshot-light.png and /dev/null differ diff --git a/get-message-ibm-mq-queue-browse-lock-abort/snapshot-light.webp b/get-message-ibm-mq-queue-browse-lock-abort/snapshot-light.webp new file mode 100644 index 0000000..a686780 Binary files /dev/null and b/get-message-ibm-mq-queue-browse-lock-abort/snapshot-light.webp differ diff --git a/get-message-service-bus-queue-peek-lock-abandon/snapshot-dark.png b/get-message-service-bus-queue-peek-lock-abandon/snapshot-dark.png deleted file mode 100644 index df0303d..0000000 Binary files a/get-message-service-bus-queue-peek-lock-abandon/snapshot-dark.png and /dev/null differ diff --git a/get-message-service-bus-queue-peek-lock-abandon/snapshot-dark.webp b/get-message-service-bus-queue-peek-lock-abandon/snapshot-dark.webp new file mode 100644 index 0000000..4d2a17d Binary files /dev/null and b/get-message-service-bus-queue-peek-lock-abandon/snapshot-dark.webp differ diff --git a/get-message-service-bus-queue-peek-lock-abandon/snapshot-light.png b/get-message-service-bus-queue-peek-lock-abandon/snapshot-light.png deleted file mode 100644 index 832f417..0000000 Binary files a/get-message-service-bus-queue-peek-lock-abandon/snapshot-light.png and /dev/null differ diff --git a/get-message-service-bus-queue-peek-lock-abandon/snapshot-light.webp b/get-message-service-bus-queue-peek-lock-abandon/snapshot-light.webp new file mode 100644 index 0000000..cfac35e Binary files /dev/null and b/get-message-service-bus-queue-peek-lock-abandon/snapshot-light.webp differ diff --git a/get-message-service-bus-queue-peek-lock-renew/snapshot-dark.png b/get-message-service-bus-queue-peek-lock-renew/snapshot-dark.png deleted file mode 100644 index 4a7ed8f..0000000 Binary files a/get-message-service-bus-queue-peek-lock-renew/snapshot-dark.png and /dev/null differ diff --git a/get-message-service-bus-queue-peek-lock-renew/snapshot-dark.webp b/get-message-service-bus-queue-peek-lock-renew/snapshot-dark.webp new file mode 100644 index 0000000..f8ec029 Binary files /dev/null and b/get-message-service-bus-queue-peek-lock-renew/snapshot-dark.webp differ diff --git a/get-message-service-bus-queue-peek-lock-renew/snapshot-light.png b/get-message-service-bus-queue-peek-lock-renew/snapshot-light.png deleted file mode 100644 index 606ad68..0000000 Binary files a/get-message-service-bus-queue-peek-lock-renew/snapshot-light.png and /dev/null differ diff --git a/get-message-service-bus-queue-peek-lock-renew/snapshot-light.webp b/get-message-service-bus-queue-peek-lock-renew/snapshot-light.webp new file mode 100644 index 0000000..b9a291e Binary files /dev/null and b/get-message-service-bus-queue-peek-lock-renew/snapshot-light.webp differ diff --git a/get-message-service-bus-topic-peek-lock-abandon/snapshot-dark.png b/get-message-service-bus-topic-peek-lock-abandon/snapshot-dark.png deleted file mode 100644 index d41d319..0000000 Binary files a/get-message-service-bus-topic-peek-lock-abandon/snapshot-dark.png and /dev/null differ diff --git a/get-message-service-bus-topic-peek-lock-abandon/snapshot-dark.webp b/get-message-service-bus-topic-peek-lock-abandon/snapshot-dark.webp new file mode 100644 index 0000000..e4782fd Binary files /dev/null and b/get-message-service-bus-topic-peek-lock-abandon/snapshot-dark.webp differ diff --git a/get-message-service-bus-topic-peek-lock-abandon/snapshot-light.png b/get-message-service-bus-topic-peek-lock-abandon/snapshot-light.png deleted file mode 100644 index 5002052..0000000 Binary files a/get-message-service-bus-topic-peek-lock-abandon/snapshot-light.png and /dev/null differ diff --git a/get-message-service-bus-topic-peek-lock-abandon/snapshot-light.webp b/get-message-service-bus-topic-peek-lock-abandon/snapshot-light.webp new file mode 100644 index 0000000..22bb1b3 Binary files /dev/null and b/get-message-service-bus-topic-peek-lock-abandon/snapshot-light.webp differ diff --git a/get-message-service-bus-topic-peek-lock-renew/snapshot-dark.png b/get-message-service-bus-topic-peek-lock-renew/snapshot-dark.png deleted file mode 100644 index cb63f94..0000000 Binary files a/get-message-service-bus-topic-peek-lock-renew/snapshot-dark.png and /dev/null differ diff --git a/get-message-service-bus-topic-peek-lock-renew/snapshot-dark.webp b/get-message-service-bus-topic-peek-lock-renew/snapshot-dark.webp new file mode 100644 index 0000000..0dcff5a Binary files /dev/null and b/get-message-service-bus-topic-peek-lock-renew/snapshot-dark.webp differ diff --git a/get-message-service-bus-topic-peek-lock-renew/snapshot-light.png b/get-message-service-bus-topic-peek-lock-renew/snapshot-light.png deleted file mode 100644 index 54ac8a8..0000000 Binary files a/get-message-service-bus-topic-peek-lock-renew/snapshot-light.png and /dev/null differ diff --git a/get-message-service-bus-topic-peek-lock-renew/snapshot-light.webp b/get-message-service-bus-topic-peek-lock-renew/snapshot-light.webp new file mode 100644 index 0000000..a1881cf Binary files /dev/null and b/get-message-service-bus-topic-peek-lock-renew/snapshot-light.webp differ diff --git a/get-sales-order-status-sap-teams-bapi/snapshot-dark.png b/get-sales-order-status-sap-teams-bapi/snapshot-dark.png deleted file mode 100644 index d9f33c5..0000000 Binary files a/get-sales-order-status-sap-teams-bapi/snapshot-dark.png and /dev/null differ diff --git a/get-sales-order-status-sap-teams-bapi/snapshot-dark.webp b/get-sales-order-status-sap-teams-bapi/snapshot-dark.webp new file mode 100644 index 0000000..a047f8f Binary files /dev/null and b/get-sales-order-status-sap-teams-bapi/snapshot-dark.webp differ diff --git a/get-sales-order-status-sap-teams-bapi/snapshot-light.png b/get-sales-order-status-sap-teams-bapi/snapshot-light.png deleted file mode 100644 index 56a6260..0000000 Binary files a/get-sales-order-status-sap-teams-bapi/snapshot-light.png and /dev/null differ diff --git a/get-sales-order-status-sap-teams-bapi/snapshot-light.webp b/get-sales-order-status-sap-teams-bapi/snapshot-light.webp new file mode 100644 index 0000000..493a4f5 Binary files /dev/null and b/get-sales-order-status-sap-teams-bapi/snapshot-light.webp differ diff --git a/ingest-index-ai-azure-files-rag/workflow-dark.png b/ingest-index-ai-azure-files-rag/workflow-dark.png deleted file mode 100644 index 25f2413..0000000 Binary files a/ingest-index-ai-azure-files-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-azure-files-rag/workflow-dark.webp b/ingest-index-ai-azure-files-rag/workflow-dark.webp new file mode 100644 index 0000000..709bcb1 Binary files /dev/null and b/ingest-index-ai-azure-files-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-azure-files-rag/workflow-light.png b/ingest-index-ai-azure-files-rag/workflow-light.png deleted file mode 100644 index 67be3d9..0000000 Binary files a/ingest-index-ai-azure-files-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-azure-files-rag/workflow-light.webp b/ingest-index-ai-azure-files-rag/workflow-light.webp new file mode 100644 index 0000000..c2c62c3 Binary files /dev/null and b/ingest-index-ai-azure-files-rag/workflow-light.webp differ diff --git a/ingest-index-ai-azure-files-recurrence-rag/workflow-dark.png b/ingest-index-ai-azure-files-recurrence-rag/workflow-dark.png deleted file mode 100644 index 5a1cae0..0000000 Binary files a/ingest-index-ai-azure-files-recurrence-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-azure-files-recurrence-rag/workflow-dark.webp b/ingest-index-ai-azure-files-recurrence-rag/workflow-dark.webp new file mode 100644 index 0000000..7839c50 Binary files /dev/null and b/ingest-index-ai-azure-files-recurrence-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-azure-files-recurrence-rag/workflow-light.png b/ingest-index-ai-azure-files-recurrence-rag/workflow-light.png deleted file mode 100644 index be99d1d..0000000 Binary files a/ingest-index-ai-azure-files-recurrence-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-azure-files-recurrence-rag/workflow-light.webp b/ingest-index-ai-azure-files-recurrence-rag/workflow-light.webp new file mode 100644 index 0000000..6b71796 Binary files /dev/null and b/ingest-index-ai-azure-files-recurrence-rag/workflow-light.webp differ diff --git a/ingest-index-ai-blob-storage-rag/workflow-dark.png b/ingest-index-ai-blob-storage-rag/workflow-dark.png deleted file mode 100644 index 43b739f..0000000 Binary files a/ingest-index-ai-blob-storage-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-blob-storage-rag/workflow-dark.webp b/ingest-index-ai-blob-storage-rag/workflow-dark.webp new file mode 100644 index 0000000..166a356 Binary files /dev/null and b/ingest-index-ai-blob-storage-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-blob-storage-rag/workflow-light.png b/ingest-index-ai-blob-storage-rag/workflow-light.png deleted file mode 100644 index 48b7741..0000000 Binary files a/ingest-index-ai-blob-storage-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-blob-storage-rag/workflow-light.webp b/ingest-index-ai-blob-storage-rag/workflow-light.webp new file mode 100644 index 0000000..8f91bcc Binary files /dev/null and b/ingest-index-ai-blob-storage-rag/workflow-light.webp differ diff --git a/ingest-index-ai-http-rag/workflow-dark.png b/ingest-index-ai-http-rag/workflow-dark.png deleted file mode 100644 index 42479db..0000000 Binary files a/ingest-index-ai-http-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-http-rag/workflow-dark.webp b/ingest-index-ai-http-rag/workflow-dark.webp new file mode 100644 index 0000000..44b1ed7 Binary files /dev/null and b/ingest-index-ai-http-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-http-rag/workflow-light.png b/ingest-index-ai-http-rag/workflow-light.png deleted file mode 100644 index 2f2ac92..0000000 Binary files a/ingest-index-ai-http-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-http-rag/workflow-light.webp b/ingest-index-ai-http-rag/workflow-light.webp new file mode 100644 index 0000000..2149e8a Binary files /dev/null and b/ingest-index-ai-http-rag/workflow-light.webp differ diff --git a/ingest-index-ai-one-drive-business-rag/workflow-dark.png b/ingest-index-ai-one-drive-business-rag/workflow-dark.png deleted file mode 100644 index 1bd99d4..0000000 Binary files a/ingest-index-ai-one-drive-business-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-one-drive-business-rag/workflow-dark.webp b/ingest-index-ai-one-drive-business-rag/workflow-dark.webp new file mode 100644 index 0000000..e0de979 Binary files /dev/null and b/ingest-index-ai-one-drive-business-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-one-drive-business-rag/workflow-light.png b/ingest-index-ai-one-drive-business-rag/workflow-light.png deleted file mode 100644 index a16cf5c..0000000 Binary files a/ingest-index-ai-one-drive-business-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-one-drive-business-rag/workflow-light.webp b/ingest-index-ai-one-drive-business-rag/workflow-light.webp new file mode 100644 index 0000000..a9e48ab Binary files /dev/null and b/ingest-index-ai-one-drive-business-rag/workflow-light.webp differ diff --git a/ingest-index-ai-sftp-rag/workflow-dark.png b/ingest-index-ai-sftp-rag/workflow-dark.png deleted file mode 100644 index 6063cad..0000000 Binary files a/ingest-index-ai-sftp-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-sftp-rag/workflow-dark.webp b/ingest-index-ai-sftp-rag/workflow-dark.webp new file mode 100644 index 0000000..9d73b78 Binary files /dev/null and b/ingest-index-ai-sftp-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-sftp-rag/workflow-light.png b/ingest-index-ai-sftp-rag/workflow-light.png deleted file mode 100644 index 11f22a7..0000000 Binary files a/ingest-index-ai-sftp-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-sftp-rag/workflow-light.webp b/ingest-index-ai-sftp-rag/workflow-light.webp new file mode 100644 index 0000000..14f7113 Binary files /dev/null and b/ingest-index-ai-sftp-rag/workflow-light.webp differ diff --git a/ingest-index-ai-sharepoint-rag/workflow-dark.png b/ingest-index-ai-sharepoint-rag/workflow-dark.png deleted file mode 100644 index e132108..0000000 Binary files a/ingest-index-ai-sharepoint-rag/workflow-dark.png and /dev/null differ diff --git a/ingest-index-ai-sharepoint-rag/workflow-dark.webp b/ingest-index-ai-sharepoint-rag/workflow-dark.webp new file mode 100644 index 0000000..45dbd1d Binary files /dev/null and b/ingest-index-ai-sharepoint-rag/workflow-dark.webp differ diff --git a/ingest-index-ai-sharepoint-rag/workflow-light.png b/ingest-index-ai-sharepoint-rag/workflow-light.png deleted file mode 100644 index 2ac6337..0000000 Binary files a/ingest-index-ai-sharepoint-rag/workflow-light.png and /dev/null differ diff --git a/ingest-index-ai-sharepoint-rag/workflow-light.webp b/ingest-index-ai-sharepoint-rag/workflow-light.webp new file mode 100644 index 0000000..707eaf8 Binary files /dev/null and b/ingest-index-ai-sharepoint-rag/workflow-light.webp differ diff --git a/post-sap-goodsmovement-using-bapi/workflow_dark.png b/post-sap-goodsmovement-using-bapi/workflow_dark.png deleted file mode 100644 index 417e671..0000000 Binary files a/post-sap-goodsmovement-using-bapi/workflow_dark.png and /dev/null differ diff --git a/post-sap-goodsmovement-using-bapi/workflow_dark.webp b/post-sap-goodsmovement-using-bapi/workflow_dark.webp new file mode 100644 index 0000000..96102d0 Binary files /dev/null and b/post-sap-goodsmovement-using-bapi/workflow_dark.webp differ diff --git a/post-sap-goodsmovement-using-bapi/workflow_light.png b/post-sap-goodsmovement-using-bapi/workflow_light.png deleted file mode 100644 index 3504688..0000000 Binary files a/post-sap-goodsmovement-using-bapi/workflow_light.png and /dev/null differ diff --git a/post-sap-goodsmovement-using-bapi/workflow_light.webp b/post-sap-goodsmovement-using-bapi/workflow_light.webp new file mode 100644 index 0000000..f459b4b Binary files /dev/null and b/post-sap-goodsmovement-using-bapi/workflow_light.webp differ diff --git a/receive-request-send-response/workflow-dark.png b/receive-request-send-response/workflow-dark.png deleted file mode 100644 index b063021..0000000 Binary files a/receive-request-send-response/workflow-dark.png and /dev/null differ diff --git a/receive-request-send-response/workflow-dark.webp b/receive-request-send-response/workflow-dark.webp new file mode 100644 index 0000000..bca8b28 Binary files /dev/null and b/receive-request-send-response/workflow-dark.webp differ diff --git a/receive-request-send-response/workflow-light.png b/receive-request-send-response/workflow-light.png deleted file mode 100644 index 9c4c616..0000000 Binary files a/receive-request-send-response/workflow-light.png and /dev/null differ diff --git a/receive-request-send-response/workflow-light.webp b/receive-request-send-response/workflow-light.webp new file mode 100644 index 0000000..067bda0 Binary files /dev/null and b/receive-request-send-response/workflow-light.webp differ diff --git a/send-alerts-business-process-tracking/workflow-dark.png b/send-alerts-business-process-tracking/workflow-dark.png deleted file mode 100644 index 24d204d..0000000 Binary files a/send-alerts-business-process-tracking/workflow-dark.png and /dev/null differ diff --git a/send-alerts-business-process-tracking/workflow-dark.webp b/send-alerts-business-process-tracking/workflow-dark.webp new file mode 100644 index 0000000..72e5404 Binary files /dev/null and b/send-alerts-business-process-tracking/workflow-dark.webp differ diff --git a/send-alerts-business-process-tracking/workflow-light.png b/send-alerts-business-process-tracking/workflow-light.png deleted file mode 100644 index 1a5847f..0000000 Binary files a/send-alerts-business-process-tracking/workflow-light.png and /dev/null differ diff --git a/send-alerts-business-process-tracking/workflow-light.webp b/send-alerts-business-process-tracking/workflow-light.webp new file mode 100644 index 0000000..b8dff7e Binary files /dev/null and b/send-alerts-business-process-tracking/workflow-light.webp differ diff --git a/sync-business-partner-sap-sharepoint-odata/snapshot-dark.png b/sync-business-partner-sap-sharepoint-odata/snapshot-dark.png deleted file mode 100644 index db7ed34..0000000 Binary files a/sync-business-partner-sap-sharepoint-odata/snapshot-dark.png and /dev/null differ diff --git a/sync-business-partner-sap-sharepoint-odata/snapshot-dark.webp b/sync-business-partner-sap-sharepoint-odata/snapshot-dark.webp new file mode 100644 index 0000000..b1ad68e Binary files /dev/null and b/sync-business-partner-sap-sharepoint-odata/snapshot-dark.webp differ diff --git a/sync-business-partner-sap-sharepoint-odata/snapshot-light.png b/sync-business-partner-sap-sharepoint-odata/snapshot-light.png deleted file mode 100644 index 4f80c65..0000000 Binary files a/sync-business-partner-sap-sharepoint-odata/snapshot-light.png and /dev/null differ diff --git a/sync-business-partner-sap-sharepoint-odata/snapshot-light.webp b/sync-business-partner-sap-sharepoint-odata/snapshot-light.webp new file mode 100644 index 0000000..dfed563 Binary files /dev/null and b/sync-business-partner-sap-sharepoint-odata/snapshot-light.webp differ diff --git a/sync-sales-order-sap-blob-storage-odata/snapshot-dark.png b/sync-sales-order-sap-blob-storage-odata/snapshot-dark.png deleted file mode 100644 index 5ee084c..0000000 Binary files a/sync-sales-order-sap-blob-storage-odata/snapshot-dark.png and /dev/null differ diff --git a/sync-sales-order-sap-blob-storage-odata/snapshot-dark.webp b/sync-sales-order-sap-blob-storage-odata/snapshot-dark.webp new file mode 100644 index 0000000..7fc90b6 Binary files /dev/null and b/sync-sales-order-sap-blob-storage-odata/snapshot-dark.webp differ diff --git a/sync-sales-order-sap-blob-storage-odata/snapshot-light.png b/sync-sales-order-sap-blob-storage-odata/snapshot-light.png deleted file mode 100644 index 7ecf3b8..0000000 Binary files a/sync-sales-order-sap-blob-storage-odata/snapshot-light.png and /dev/null differ diff --git a/sync-sales-order-sap-blob-storage-odata/snapshot-light.webp b/sync-sales-order-sap-blob-storage-odata/snapshot-light.webp new file mode 100644 index 0000000..46f5c3f Binary files /dev/null and b/sync-sales-order-sap-blob-storage-odata/snapshot-light.webp differ diff --git a/try-catch/workflow-dark.png b/try-catch/workflow-dark.png deleted file mode 100644 index 37f8931..0000000 Binary files a/try-catch/workflow-dark.png and /dev/null differ diff --git a/try-catch/workflow-dark.webp b/try-catch/workflow-dark.webp new file mode 100644 index 0000000..6ca629a Binary files /dev/null and b/try-catch/workflow-dark.webp differ diff --git a/try-catch/workflow-light.png b/try-catch/workflow-light.png deleted file mode 100644 index 5dfa0cf..0000000 Binary files a/try-catch/workflow-light.png and /dev/null differ diff --git a/try-catch/workflow-light.webp b/try-catch/workflow-light.webp new file mode 100644 index 0000000..0a1c999 Binary files /dev/null and b/try-catch/workflow-light.webp differ diff --git a/unblock-user-sap-teams-self-service-bapi/snapshot-dark.png b/unblock-user-sap-teams-self-service-bapi/snapshot-dark.png deleted file mode 100644 index 60d04a7..0000000 Binary files a/unblock-user-sap-teams-self-service-bapi/snapshot-dark.png and /dev/null differ diff --git a/unblock-user-sap-teams-self-service-bapi/snapshot-dark.webp b/unblock-user-sap-teams-self-service-bapi/snapshot-dark.webp new file mode 100644 index 0000000..08edce3 Binary files /dev/null and b/unblock-user-sap-teams-self-service-bapi/snapshot-dark.webp differ diff --git a/unblock-user-sap-teams-self-service-bapi/snapshot-light.png b/unblock-user-sap-teams-self-service-bapi/snapshot-light.png deleted file mode 100644 index 6b9510a..0000000 Binary files a/unblock-user-sap-teams-self-service-bapi/snapshot-light.png and /dev/null differ diff --git a/unblock-user-sap-teams-self-service-bapi/snapshot-light.webp b/unblock-user-sap-teams-self-service-bapi/snapshot-light.webp new file mode 100644 index 0000000..6e47f36 Binary files /dev/null and b/unblock-user-sap-teams-self-service-bapi/snapshot-light.webp differ