diff --git a/content/en/docs/deployment/mendix-cloud-deploy/migrating-to-different-cloud.md b/content/en/docs/deployment/mendix-cloud-deploy/migrating-to-different-cloud.md index 04a33e1955e..d6730164796 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/migrating-to-different-cloud.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/migrating-to-different-cloud.md @@ -8,7 +8,7 @@ aliases: - /developerportal/howto/migrating-to-v4.html - /developerportal/howto/migrating-to-v4 - /developerportal/deploy/migrating-to-v4 -# Original of diagram is in a powerpoint slide under /static/originals/… +# Original of diagram is in a powerpoint slide under /source_files/… --- ## Introduction diff --git a/content/en/docs/releasenotes/studio-pro/lts-mts.md b/content/en/docs/releasenotes/studio-pro/lts-mts.md index 1f2b186d294..7ddfcb0114d 100644 --- a/content/en/docs/releasenotes/studio-pro/lts-mts.md +++ b/content/en/docs/releasenotes/studio-pro/lts-mts.md @@ -66,7 +66,7 @@ Support for an LTS version ends when a third consecutive major version is releas This diagram illustrates the LTS concept with version and [end of support](#end) examples: -[//]: # (Original image in PowerPoint /static/originals/refguide/lts-support.pptx) +[//]: # (Original image in PowerPoint /source_files/refguide/lts-support.pptx) {{< figure src="/attachments/releasenotes/studio-pro/lts-mts/lts.png" class="no-border" >}} diff --git a/images/Thumbs.db b/images/Thumbs.db deleted file mode 100644 index 7b476380ead..00000000000 Binary files a/images/Thumbs.db and /dev/null differ diff --git a/static/originals/developerportal/204371729-pic5.pptx b/source_files/developerportal/204371729-pic5.pptx similarity index 100% rename from static/originals/developerportal/204371729-pic5.pptx rename to source_files/developerportal/204371729-pic5.pptx diff --git a/static/originals/developerportal/exchange-apps.pptx b/source_files/developerportal/exchange-apps.pptx similarity index 100% rename from static/originals/developerportal/exchange-apps.pptx rename to source_files/developerportal/exchange-apps.pptx diff --git a/static/originals/developerportal/migratev4.pptx b/source_files/developerportal/migratev4.pptx similarity index 100% rename from static/originals/developerportal/migratev4.pptx rename to source_files/developerportal/migratev4.pptx diff --git a/static/originals/developerportal/migration-flow.pptx b/source_files/developerportal/migration-flow.pptx similarity index 100% rename from static/originals/developerportal/migration-flow.pptx rename to source_files/developerportal/migration-flow.pptx diff --git a/static/originals/developerportal/mx4pc-architecture.pptx b/source_files/developerportal/mx4pc-architecture.pptx similarity index 100% rename from static/originals/developerportal/mx4pc-architecture.pptx rename to source_files/developerportal/mx4pc-architecture.pptx diff --git a/static/originals/developerportal/mx4pc-diagrams.pptx b/source_files/developerportal/mx4pc-diagrams.pptx similarity index 100% rename from static/originals/developerportal/mx4pc-diagrams.pptx rename to source_files/developerportal/mx4pc-diagrams.pptx diff --git a/static/originals/developerportal/mx4pc-environments.pptx b/source_files/developerportal/mx4pc-environments.pptx similarity index 100% rename from static/originals/developerportal/mx4pc-environments.pptx rename to source_files/developerportal/mx4pc-environments.pptx diff --git a/static/originals/refguide/Collaboration Flow.pptx b/source_files/refguide/Collaboration Flow.pptx similarity index 100% rename from static/originals/refguide/Collaboration Flow.pptx rename to source_files/refguide/Collaboration Flow.pptx diff --git a/static/originals/refguide/conversion-table.pptx b/source_files/refguide/conversion-table.pptx similarity index 100% rename from static/originals/refguide/conversion-table.pptx rename to source_files/refguide/conversion-table.pptx diff --git a/static/originals/refguide/examplelocationurl.docx b/source_files/refguide/examplelocationurl.docx similarity index 100% rename from static/originals/refguide/examplelocationurl.docx rename to source_files/refguide/examplelocationurl.docx diff --git a/static/originals/refguide/lts-support.pptx b/source_files/refguide/lts-support.pptx similarity index 100% rename from static/originals/refguide/lts-support.pptx rename to source_files/refguide/lts-support.pptx diff --git a/static/originals/refguide/query-over-example-database.xlsx b/source_files/refguide/query-over-example-database.xlsx similarity index 100% rename from static/originals/refguide/query-over-example-database.xlsx rename to source_files/refguide/query-over-example-database.xlsx diff --git a/static/originals/refguide/runtime-diagrams.pptx b/source_files/refguide/runtime-diagrams.pptx similarity index 100% rename from static/originals/refguide/runtime-diagrams.pptx rename to source_files/refguide/runtime-diagrams.pptx diff --git a/static/_includes/event-broker-bridges.md b/static/_includes/event-broker-bridges.md deleted file mode 100644 index cb6730d8d93..00000000000 --- a/static/_includes/event-broker-bridges.md +++ /dev/null @@ -1,413 +0,0 @@ -## Mendix Event Broker Bridges {#manage-mx-broker-bridge} - -{{% alert color="warning" %}} -This feature is currently in [Private Beta](/releasenotes/release-status/). Contact your Customer Success Manager or Account Manager for further assistance. -{{% /alert %}} - -Mendix Event Broker Bridges facilitate integration between the Mendix Event Broker and external technologies, such as AWS SQS, HTTP, Azure Blob Storage, and AWS S3. These bridges enable the exchange of events between your Mendix Cloud environment and external systems, ensuring efficient communication across diverse technological landscapes. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/event_broker_bridges.png" class="no-border" >}} - -### Standard Message Format - -Every event must carry four mandatory CloudEvents core attributes, each prefixed with `ce_`: - -* `ce_id` as id -* `ce_source` as source -* `ce_specversion` as specversion -* `ce_type` as type - -See [CloudEvents](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#required-attributes) for more information on required attributes. - -#### HTTP Bridge Headers - -For HTTP Bridges, specific headers are required for authentication. - -**Required Header:** - -* **Authorization** – Must be set as a Bearer token using the Personal Access Token (PAT) generated during bridge configuration. - - Example: `Authorization: Bearer ` - - For details on how to obtain your Bearer token, see [Using the HTTP Bridge](#using-the-http-bridge). - -**Optional Headers:** - -You can include additional HTTP headers in your request to provide event metadata, such as: - -* `ce_time` – Sets the published time of the event (example: `2025-06-13T15:36:52.148542+02:00`) - -All custom HTTP headers will be forwarded as Kafka headers by default. - -### Creating a Bridge - -Technical Contacts with a license to the Mendix Event Broker can manage this feature from the **Event Broker Bridges** tab on the [Event Broker Manager](https://broker.mendix.com/) page. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/event_broker_bridges_create.png" class="no-border" >}} - -1. Click **Create a Bridge** to create a new bridge. - -2. Select one of the following bridge types: - - * **AWS SQS** – Bidirectional bridge using the [Amazon Simple Queue Service](https://aws.amazon.com/sqs/) to send and receive events. - * **HTTP** – One-way bridge that uses HTTP requests to send events from external systems to the Mendix Event Broker. - * **Azure Blob Storage** – One-way bridge that receives events via Azure object storage. - * **AWS S3** – One-way bridge that receives events via AWS object storage. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/ebb_general_bridge_create.png" class="no-border" >}} - -3. Click **Next** to continue with creating your bridge. - - * For instructions on configuring AWS SQS, see [Configuring a Bridge with AWS SQS](#bridge-with-aws-sqs). - * For instructions on configuring HTTP, see [Configuring a Bridge with HTTP](#bridge-with-http). - * For instructions on configuring Azure Blob Storage, see [Configuring a Bridge with Azure Blob Storage](#bridge-with-azure-blob-storage). - * For instructions on configuring AWS S3, see [Configuring a Bridge with AWS S3](#bridge-with-aws-s3). - -4. After configuring the service and connecting events (as described in the bridge-specific sections above), click **Start** on the confirmation screen to deploy the bridge. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/ebb_general_bridge_start.png" class="no-border" >}} - -Once the bridge has been successfully deployed, its configuration and status can be viewed on the **Overview** page. - -### Configuring a Bridge with AWS SQS {#bridge-with-aws-sqs} - -The creation process for AWS SQS bridges includes two further steps on the Mendix side and policies that need to be implemented on the AWS side. - -#### Configure Service - -Configure the service by filling out the following: - -* **Event Broker Space** – the space where the bridge will operate -* **Bridge Name** – the name you want to call the bridge -* **AWS Region** – the AWS region where your bridge operates - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_configure.png" class="no-border" width="400" >}} - -Click **Next** to continue the configuration. - -#### Connect Events - -Select the business events to integrate with AWS SQS: - -1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. -2. Select the checkbox for the event(s) you want to add, then click **Select**. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_choose_events.png" class="no-border" width="400" >}} - -3. Configure each event with its own SQS URL for each direction the event will be integrated. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_connect_events.png" class="no-border" width="400" >}} - -4. Click **Next** to continue. - -5. Confirm the configuration with the AWS Access Policy. - - {{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/ebb_aws_sqs_approve_policy.png" class="no-border" width="400" >}} - -6. After all events have been configured, click **Start** to start the Mendix Event Broker Bridge. This process will take several minutes to complete. - -#### Overview of AWS SQS Bridge - -Once the Mendix Event Broker Bridge has been successfully deployed, its configuration and status can be viewed on the **Overview** page. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_overview.png" class="no-border" width="400" >}} - -#### Configure AWS Access Policy - -You need to configure AWS access policies for both sending and receiving messages. - -##### Sending Messages to Mendix - -Add this object to the Access Policy of your AWS SQS queue if it is sending messages to Mendix. - -``` -{ - "Sid": "__sender_statement", - "Effect": "Allow", - "Principal": { - "AWS": [ - "arn:aws:iam::044806572671:role/mendix-event-broker-bridge" - ] - }, - "Action": [ - "SQS:SendMessage" - ], - "Resource": "" -} -``` - -##### Receiving Messages from Mendix - -Add this object to your Access Policy of the AWS SQS queue if it is receiving messages from Mendix. - -``` -{ - "Sid": "__receiver_statement", - "Effect": "Allow", - "Principal": { - "AWS": [ - "arn:aws:iam::044806572671:role/mendix-event-broker-bridge" - ] - }, - "Action": [ - "SQS:ChangeMessageVisibility", - "SQS:DeleteMessage", - "SQS:ReceiveMessage" - ], - "Resource": "" -} -``` - -### Configuring a Bridge with HTTP {#bridge-with-http} - -#### Configure Service - -Configure the service by filling out the following: - -* **Event Broker Space** – the space where the bridge will operate -* **Bridge Name** – the name you want to call the bridge -* **AWS Region** – the AWS region where your bridge operates - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_configure.png" class="no-border" width="400" >}} - -Click **Next** to connect events to your bridge. - -#### Connect Events - -Select the business events to integrate with the HTTP Bridge: - -1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. Only events capable of subscribing are shown, as this bridge operates in one direction. -2. Select the event(s) to integrate. Once selected, the URL for the HTTP connection is automatically generated. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_connect_events.png" class="no-border" width="400" >}} - -3. Click **Next** to proceed to the confirmation screen. - -#### Overview of HTTP Bridge - -Once the Mendix Event Broker Bridge has been successfully deployed, its configuration and status can be viewed on the **Overview** page. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_overview.png" class="no-border" width="400" >}} - -#### Using the HTTP Bridge {#using-the-http-bridge} - -To run the HTTP bridge from your client, include a Bearer token in the request header. - -1. Open the HTTP bridge details using **Options** ({{% icon name="three-dots-menu-horizontal" %}}) menu on the Overview page. -2. Add the **Bearer token**. - -### Configuring a Bridge with Azure Blob Storage {#bridge-with-azure-blob-storage} - -#### Configure Service - -Configure the service by filling out the following: - -* **Event Broker Space** – the space where the bridge will operate -* **Bridge Name** – the name you want to call the bridge -* **Storage Account** – the storage account to access -* **Storage SAS Token** – the storage SAS Token -* **Container Path** – the path of the container where the messages will be stored - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_configure.png" class="no-border" >}} - -Click **Next** to connect events to your bridge. - -#### Connect Events - -Select the business events to integrate with Azure Blob Storage: - -1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. Only events capable of publishing are shown, as this bridge operates in one direction. -2. Select the event(s) to integrate and specify the prefix path for event storage. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_connect_events.png" class="no-border" >}} - -3. Click **Next** to proceed to the confirmation screen. - -#### Overview of Azure Blob Storage Bridge - -Once the Mendix Event Broker Bridge has been successfully deployed, its configuration and status can be viewed on the **Overview** page. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_overview.png" class="no-border" >}} - - -### Configuring a Bridge with AWS S3 {#bridge-with-aws-s3} - -#### Configure Service - -Configure the service by filling out the following: - -* **Event Broker Space** – the space where the bridge will operate -* **Bridge Name** – the name you want to call the bridge -* **Bucket** – the path of the container where the messages will be stored -* **AWS Region for Bucket** – the AWS region where your S3 bucket is located -* **AWS Role to Assume** – the Amazon Resource Name (ARN) of the IAM role that the Event Broker Bridge will assume to access your S3 bucket. This role must be configured with appropriate permissions and a trust policy allowing the Event Broker to assume it. -* **AWS Role's External ID** – a unique identifier that provides additional security when the Event Broker assumes your AWS role. This shared secret ensures that only authorized Mendix Event Broker instances can assume the role. - -{{% alert color="info" %}} -For detailed instructions on how to create the IAM role and obtain these values, see [Configure AWS Authentication for S3 Bridge](#configure-aws-s3-authentication). -{{% /alert %}} - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_configure.png" class="no-border" >}} - -Click **Next** to connect events to your bridge. - -#### Connect Events - -Select the business events to integrate with AWS S3: - -1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. Only events capable of publishing are shown, as this bridge operates in one direction. -2. Select the event(s) to integrate and specify the prefix path for event storage. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_connect_events.png" class="no-border" >}} - -3. Click **Next** to proceed to the confirmation screen. - -#### Overview of AWS S3 Bridge - -Once the Mendix Event Broker Bridge has been successfully deployed, its configuration and status can be viewed on the **Overview** page. - -{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_overview.png" class="no-border" >}} - - -#### Configure AWS Authentication for S3 Bridge {#configure-aws-s3-authentication} - -The Mendix Event Broker runs in AWS and uses cross-account authentication to securely access your S3 bucket. This authentication mechanism leverages AWS IAM roles with trust policies and external IDs to ensure secure, controlled access. - -##### Prerequisites - -* Access to your AWS account with permissions to create and manage IAM roles -* An S3 bucket where business events will be stored -* The Mendix Event Broker AWS account ID: `044806572671` - -##### Step 1: Create an IAM Role with a Trust Policy - -The trust policy defines which AWS accounts can assume the role. - -1. Navigate to **IAM** > **Roles** in your AWS Console. -2. Click **Create role**. -3. Select **AWS account** as the trusted entity type. -4. Choose **Another AWS account**. -5. Enter the Mendix Event Broker AWS account ID: `044806572671` -6. Select **Require external ID** and enter a unique external ID of your choice. This external ID will be required when configuring the bridge in the Event Broker Manager. -7. Click **Next**. - -{{% alert color="info" %}} -The external ID acts as a shared secret between Mendix and your AWS account, preventing the confused deputy problem and ensuring that only authorized Event Broker instances can assume your role. -{{% /alert %}} - - - {{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/create-a-cross-account-role-in-AWS.png" class="no-border" width="400" >}} - -##### Step 2: Attach Permissions Policy to the Role - -The permissions policy defines what actions the Event Broker can perform once the role is assumed. - -1. Click **Create policy** to create a new policy, or select an existing policy. -2. If creating a new policy, use the following JSON template to grant the necessary S3 permissions: - - ```json - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "AllowWriteObjects", - "Effect": "Allow", - "Action": [ - "s3:PutObject", - "s3:PutObjectAcl", - "s3:DeleteObject" - ], - "Resource": "arn:aws:s3:::BUCKET_NAME/*" - }, - { - "Sid": "AllowListBucket", - "Effect": "Allow", - "Action": "s3:ListBucket", - "Resource": "arn:aws:s3:::BUCKET_NAME" - } - ] - } - ``` - -3. Replace `BUCKET_NAME` with your actual S3 bucket name. -4. Name your policy (for example, `EventBrokerS3WritePolicy`) and create it. -5. Attach the policy to your IAM role. -6. Click **Next**. - -{{% alert color="info" %}} -The policy above grants the minimum required permissions for the Event Broker to write business events to your S3 bucket. Adjust the permissions as needed based on your security requirements. -{{% /alert %}} - -##### Step 3: Complete Role Creation - -1. Provide a name for your role (for example, `EventBrokerS3AccessRole`). -2. Review the role configuration and click **Create role**. -3. Once created, open the role and copy the **Role ARN** (it will look like `arn:aws:iam::YOUR_ACCOUNT_ID:role/EventBrokerS3AccessRole`). - -##### Step 4: Configure the Bridge - -Use the Role ARN and External ID when configuring your AWS S3 bridge in the Event Broker Manager: - - -### Managing Bridges - -After creating a bridge, you can modify and manage its configuration through the Event Broker Manager. - -#### Editing Bridges - -You can edit HTTP, Azure Blob Storage, and AWS S3 bridges to modify their configuration as your integration requirements evolve, without needing to recreate the bridge. - -{{% alert color="info" %}}You can only edit a bridge when its status is **Running**.{{% /alert %}} - -**What You Can Edit:** - -* **HTTP Bridge** – Add or remove business events -* **Azure Blob Storage Bridge** – Add or remove business events, update Storage Account, Storage SAS Token, Container Path, or Prefix Path -* **AWS S3 Bridge** – Add or remove business events, update Bucket, AWS Region for Bucket, or Prefix Path - -To edit a bridge: - -1. On the [Event Broker Manager](https://broker.mendix.com/) page, navigate to the **Event Broker Bridges** tab. -2. Click the bridge you want to modify. -3. Click **Edit** to enter editing mode. - - In editing mode, you can perform the following actions: - - * **Add Business Events**: - - 1. Click **Add Business Events** to open a dialog that displays available events. - 2. Select the events you want to add and click **Select**. Added events will display an **Added** badge and can be removed before applying changes. - - * **Remove Business Events**: - - 1. Navigate to the event you want to remove and click **Remove**. Removed events will display a **Removed** badge, and their name and metadata will appear grayed out. - 2. Re-add a removed event by clicking **Add** before applying changes. - - {{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/edit-bridge/http_edit_mode.png" class="no-border" >}} - - * **Update Service Configuration** (Azure Blob Storage and AWS S3 only): - - * **Azure Blob Storage** – Update the Storage Account, Storage SAS Token, Container Path, or Prefix Path as needed. - * **AWS S3** – Update the Bucket, AWS Region for Bucket, or Prefix Path as needed. - -**HTTP** - {{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/edit-bridge/ebb_http_edit_mode.png" class="no-border" >}} - -**Azure Blob Storage** - {{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/edit-bridge/ebb_azure_blob_edit_mode.png" class="no-border" >}} - -**AWS S3** - {{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/edit-bridge/ebb_aws_s3_edit_mode.png" class="no-border" >}} - - -4. Once you have made your changes, you can: - * Click **Apply** to save and apply the changes. A confirmation message will indicate if the changes were successful. Changes to the event configuration take effect when applied. After applying changes, the bridge status will change to **Reconfiguring** and will return to **Running** once the reconfiguration is complete. - * Click **Cancel** to exit editing mode without saving any changes. - -{{% alert color="info" %}} -The **Apply** button is only enabled when changes have been made to the bridge configuration. -{{% /alert %}} - -{{% alert color="warning" %}} -If an error occurs during the editing process, the bridge will automatically roll back to its previous running state to ensure continuity of service. -{{% /alert %}} \ No newline at end of file diff --git a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-five.png b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-five.png index 4dc9ef80aab..e7660b69f80 100644 Binary files a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-five.png and b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-five.png differ diff --git a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-four.png b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-four.png index 9c36ca21702..94a5c45d699 100644 Binary files a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-four.png and b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-four.png differ diff --git a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-six.png b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-six.png index 63953e8f8c7..b3e5134e3b3 100644 Binary files a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-six.png and b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-six.png differ diff --git a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-two.png b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-two.png index 1658cc99974..d09ac21fe6c 100644 Binary files a/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-two.png and b/static/attachments/apidocs-mxsdk/apidocs/extensibility-api/extensibility-api-howtos/build-todo-example-extension/step-two.png differ diff --git a/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-change-value.png b/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-change-value.png index 9e8ff571c33..112ac5693fc 100644 Binary files a/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-change-value.png and b/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-change-value.png differ diff --git a/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-new-constants.png b/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-new-constants.png index 686e0c99c32..0bdba931ae7 100644 Binary files a/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-new-constants.png and b/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-new-constants.png differ diff --git a/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-select-constant.png b/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-select-constant.png index cafbf3246e8..2a71ac4128c 100644 Binary files a/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-select-constant.png and b/static/attachments/appstore/create-content/create-connectors/connector-guide-best-practices/simple-config-select-constant.png differ diff --git a/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png b/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png index 09c1e346900..eadbb805537 100644 Binary files a/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png and b/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png differ diff --git a/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png b/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png index 4a78e4f8870..6ad08d5efad 100644 Binary files a/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png and b/static/attachments/appstore/partner-solutions/ats/ht/v1/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png differ diff --git a/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png b/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png index b99d48a3d6e..2e2232f9284 100644 Binary files a/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png and b/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/datatype-web-element.png differ diff --git a/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png b/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png index 7dcdc0dc0ae..6ad08d5efad 100644 Binary files a/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png and b/static/attachments/appstore/partner-solutions/ats/ht/v2/create-custom-actions/custom-action-general/guidelines-custom-action/visual-component-widget.png differ diff --git a/static/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-ats-setup-pat-key/ats-user-dashboard-page.png b/static/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-ats-setup-pat-key/ats-user-dashboard-page.png index b87985f169a..6b3a038fed6 100644 Binary files a/static/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-ats-setup-pat-key/ats-user-dashboard-page.png and b/static/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-ats-setup-pat-key/ats-user-dashboard-page.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-cognito/userpoolname.png b/static/attachments/appstore/platform-supported-content/modules/aws-cognito/userpoolname.png index 6e244091b02..70da3cdeeaa 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-cognito/userpoolname.png and b/static/attachments/appstore/platform-supported-content/modules/aws-cognito/userpoolname.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/addentity.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/addentity.png index aa490d3e991..257c1143936 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/addentity.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/addentity.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/awsregions.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/awsregions.png index af04d9d07a5..c989f2b0957 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/awsregions.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/awsregions.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/createlist.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/createlist.png index 23533235cb6..a4fdc5f33db 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/createlist.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/createlist.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/credentials.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/credentials.png index c82b4ba79a8..32ec3ebf372 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/credentials.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/credentials.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/navigation.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/navigation.png index 32663583d93..6f892b1c5bf 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/navigation.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/navigation.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectassociation.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectassociation.png index 305b6fa68d0..4685eede942 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectassociation.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectassociation.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectentity.png b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectentity.png index a258e213a3f..5def5200e2e 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectentity.png and b/static/attachments/appstore/platform-supported-content/modules/aws-dynamodb/selectentity.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/add_config.png b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/add_config.png index 3262ee13d2e..ffad3403332 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/add_config.png and b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/add_config.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_actions.png b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_actions.png index 24cd1eaa5bf..474e03293d3 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_actions.png and b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_actions.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_choose_aws_region.png b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_choose_aws_region.png index 90b83bee2ad..43895224756 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_choose_aws_region.png and b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_put_events_choose_aws_region.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_choose_aws_region.png b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_choose_aws_region.png index 5ff437a4473..1f68124b349 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_choose_aws_region.png and b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_choose_aws_region.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_configure_asu.png b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_configure_asu.png index 39dd7904aca..794132770fb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_configure_asu.png and b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/eventbridge_register_configure_asu.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/register_app.png b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/register_app.png index 9c89d6f8b39..14da7aca1d1 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/register_app.png and b/static/attachments/appstore/platform-supported-content/modules/aws-eventbridge/register_app.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-iot-twinmaker/credentials.png b/static/attachments/appstore/platform-supported-content/modules/aws-iot-twinmaker/credentials.png index 0bf75d51e01..395bf5e6666 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-iot-twinmaker/credentials.png and b/static/attachments/appstore/platform-supported-content/modules/aws-iot-twinmaker/credentials.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-lambda/credentials.png b/static/attachments/appstore/platform-supported-content/modules/aws-lambda/credentials.png index 1491c6c49f2..0520492e851 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-lambda/credentials.png and b/static/attachments/appstore/platform-supported-content/modules/aws-lambda/credentials.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-rds/rds.jpg b/static/attachments/appstore/platform-supported-content/modules/aws-rds/rds.jpg index 76de2d21ffd..558be103877 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-rds/rds.jpg and b/static/attachments/appstore/platform-supported-content/modules/aws-rds/rds.jpg differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-rds/setup.jpg b/static/attachments/appstore/platform-supported-content/modules/aws-rds/setup.jpg index 27aa112a084..a4d88943164 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-rds/setup.jpg and b/static/attachments/appstore/platform-supported-content/modules/aws-rds/setup.jpg differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-rekognition/credentials.png b/static/attachments/appstore/platform-supported-content/modules/aws-rekognition/credentials.png index 7822dc8967b..2ebf42d60b1 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-rekognition/credentials.png and b/static/attachments/appstore/platform-supported-content/modules/aws-rekognition/credentials.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-s3-connector/constants.png b/static/attachments/appstore/platform-supported-content/modules/aws-s3-connector/constants.png index 466adc511e3..9569f0eba49 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-s3-connector/constants.png and b/static/attachments/appstore/platform-supported-content/modules/aws-s3-connector/constants.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-sns/credentials.png b/static/attachments/appstore/platform-supported-content/modules/aws-sns/credentials.png index 2219d47627d..190f20b0bb0 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-sns/credentials.png and b/static/attachments/appstore/platform-supported-content/modules/aws-sns/credentials.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_publishbatch_actions.png b/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_publishbatch_actions.png index 72e99ddf29e..2de7acabfb8 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_publishbatch_actions.png and b/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_publishbatch_actions.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_subscribe_actions.png b/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_subscribe_actions.png index aa3ffb6e62f..4c4d33d6018 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_subscribe_actions.png and b/static/attachments/appstore/platform-supported-content/modules/aws-sns/sns_subscribe_actions.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/IM-with-mapping-param-association.png b/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/IM-with-mapping-param-association.png index b4814e0ddfd..42b725662fd 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/IM-with-mapping-param-association.png and b/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/IM-with-mapping-param-association.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-csv-data-and-entity.png b/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-csv-data-and-entity.png index 08e0c545dde..9f35a10bcc1 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-csv-data-and-entity.png and b/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-csv-data-and-entity.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-data-and-entity.png b/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-data-and-entity.png index 38e87ca4711..5050b61e9a6 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-data-and-entity.png and b/static/attachments/appstore/platform-supported-content/modules/data-importer-extension/preview-data-and-entity.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/data-widgets/selection-helper/example-selection-helper.png b/static/attachments/appstore/platform-supported-content/modules/data-widgets/selection-helper/example-selection-helper.png index 81f28c23ecd..d0565394dfb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/data-widgets/selection-helper/example-selection-helper.png and b/static/attachments/appstore/platform-supported-content/modules/data-widgets/selection-helper/example-selection-helper.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/databricks/JDBC_URL.png b/static/attachments/appstore/platform-supported-content/modules/databricks/JDBC_URL.png index 978b394f520..62f43433757 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/databricks/JDBC_URL.png and b/static/attachments/appstore/platform-supported-content/modules/databricks/JDBC_URL.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/example-parameter.png b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/example-parameter.png index 55bb99fa00e..d2991d00573 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/example-parameter.png and b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/example-parameter.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/execute-query.png b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/execute-query.png index d301c4fec65..8c090f7572b 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/execute-query.png and b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/execute-query.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/response-structure.png b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/response-structure.png index 74dd4dccfa5..f311d7fd013 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/response-structure.png and b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/response-structure.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-gallery-page.png b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-gallery-page.png index 28b36078199..61024b64ddb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-gallery-page.png and b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-gallery-page.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-query-basic.png b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-query-basic.png index 8c072eab08e..6cb77ab99cb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-query-basic.png and b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/sample-snowflake-query-basic.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/select-query-columns.png b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/select-query-columns.png index 9df8da3afd4..32da4929063 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/external-database-connector/select-query-columns.png and b/static/attachments/appstore/platform-supported-content/modules/external-database-connector/select-query-columns.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/google-tag/widget-advanced-event.png b/static/attachments/appstore/platform-supported-content/modules/google-tag/widget-advanced-event.png index 4c32beb32e9..3ff6299c4b2 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/google-tag/widget-advanced-event.png and b/static/attachments/appstore/platform-supported-content/modules/google-tag/widget-advanced-event.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/mendix-sso/User_roles.png b/static/attachments/appstore/platform-supported-content/modules/mendix-sso/User_roles.png index 1fcd8fd2445..b4107769d48 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/mendix-sso/User_roles.png and b/static/attachments/appstore/platform-supported-content/modules/mendix-sso/User_roles.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/mendix-sso/after-startup-remove-updated.png b/static/attachments/appstore/platform-supported-content/modules/mendix-sso/after-startup-remove-updated.png index 0571191d8c4..5c48d27a4f3 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/mendix-sso/after-startup-remove-updated.png and b/static/attachments/appstore/platform-supported-content/modules/mendix-sso/after-startup-remove-updated.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/ADD_graph.png b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/ADD_graph.png index f13df972e4d..ce37e2471c1 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/ADD_graph.png and b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/ADD_graph.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Okta1.png b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Okta1.png index dc2e363ec50..b6bc8b3321a 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Okta1.png and b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Okta1.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Public client flows.png b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Public client flows.png index 2b03cead3ef..e8d259f8393 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Public client flows.png and b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/Public client flows.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/microsoft_graph.png b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/microsoft_graph.png index 906b7d357ce..44554fed435 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/mobile-sso/microsoft_graph.png and b/static/attachments/appstore/platform-supported-content/modules/mobile-sso/microsoft_graph.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/oidc/Community Commons error.png b/static/attachments/appstore/platform-supported-content/modules/oidc/Community Commons error.png index 5a5ea076b1b..3e933512570 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/oidc/Community Commons error.png and b/static/attachments/appstore/platform-supported-content/modules/oidc/Community Commons error.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/oidc/oidc-endpoints.png b/static/attachments/appstore/platform-supported-content/modules/oidc/oidc-endpoints.png index bd3aee5e345..0f4376621d2 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/oidc/oidc-endpoints.png and b/static/attachments/appstore/platform-supported-content/modules/oidc/oidc-endpoints.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/saml/endpoints.png b/static/attachments/appstore/platform-supported-content/modules/saml/endpoints.png index 580e3596a50..f8d92534d59 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/saml/endpoints.png and b/static/attachments/appstore/platform-supported-content/modules/saml/endpoints.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-connector-domain-model.png b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-connector-domain-model.png index 092b527689c..25ff40f0afe 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-connector-domain-model.png and b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-connector-domain-model.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-quotation-createfromdata2-dm.png b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-quotation-createfromdata2-dm.png index 67f6aeec6b8..78919b6fe92 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-quotation-createfromdata2-dm.png and b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/bapi-quotation-createfromdata2-dm.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/call-bapi-properties-2.png b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/call-bapi-properties-2.png index 36f77056b17..65e0a3cf805 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/call-bapi-properties-2.png and b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/call-bapi-properties-2.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/get-bapi-response.png b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/get-bapi-response.png index fbe63b3afc2..505a48efefc 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/get-bapi-response.png and b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/get-bapi-response.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-additional.properties.png b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-additional.properties.png index 24990a54420..9c98b705982 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-additional.properties.png and b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-additional.properties.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-properties.png b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-properties.png index febc332ca66..baeae4d44e5 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-properties.png and b/static/attachments/appstore/platform-supported-content/modules/sap-bapi-connector/getjcodestination-properties.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/sap-odata-connector/domainmodel-odataconnector.png b/static/attachments/appstore/platform-supported-content/modules/sap-odata-connector/domainmodel-odataconnector.png index 425be661315..07bfb4b7917 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/sap-odata-connector/domainmodel-odataconnector.png and b/static/attachments/appstore/platform-supported-content/modules/sap-odata-connector/domainmodel-odataconnector.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/scim/provisioning_revised.png b/static/attachments/appstore/platform-supported-content/modules/scim/provisioning_revised.png index d10c123a9a1..eb130709a4f 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/scim/provisioning_revised.png and b/static/attachments/appstore/platform-supported-content/modules/scim/provisioning_revised.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/scim/users_and_groups.png b/static/attachments/appstore/platform-supported-content/modules/scim/users_and_groups.png index 1daf0e6fb51..d2d3fb3c422 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/scim/users_and_groups.png and b/static/attachments/appstore/platform-supported-content/modules/scim/users_and_groups.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/scim/using-with-oidc/overview.png b/static/attachments/appstore/platform-supported-content/modules/scim/using-with-oidc/overview.png index 68e2535edea..835a890a7f3 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/scim/using-with-oidc/overview.png and b/static/attachments/appstore/platform-supported-content/modules/scim/using-with-oidc/overview.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/constants2.png b/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/constants2.png index 106345c6e35..a6c348a2c23 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/constants2.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/constants2.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/operations.png b/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/operations.png index 4911cbabce0..c9cd7ada371 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/operations.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/capital-connector/operations.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-connector/configuration/teamcenter-application-registry.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-connector/configuration/teamcenter-application-registry.png index 5f71a31a627..1fad700183a 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-connector/configuration/teamcenter-application-registry.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-connector/configuration/teamcenter-application-registry.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/configure-dataset-attachment.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/configure-dataset-attachment.png index bf18ba2f257..44cb76cee11 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/configure-dataset-attachment.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/configure-dataset-attachment.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/history.png index 6b4c8988d5e..71269df7bb6 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/object-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/object-mapping.png index 87239960c38..51001b1827d 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/object-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/object-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/property-mapping.png index 71b2c6769c2..e2a45165c0d 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/create-item-with-item-revision/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/create-item-with-item-revision/property-mapping.png index cada5cf6c75..0325e304f35 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/create-item-with-item-revision/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/create-item-with-item-revision/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/history.png index 0f5d3594bad..4416f527a34 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping-association.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping-association.png index b0ce4f09a8e..3cc14d24998 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping-association.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping-association.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping.png index 259dbc56701..a2ad86fb54b 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/history.png index 07556135201..c51699efd2e 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/object-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/object-mapping.png index 330f2f56aeb..12a69e4066e 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/object-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/object-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/property-mapping.png index 69d05e3cb59..1812b3b7a9d 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/history.png index cbc19dc5638..4161dd6e5fa 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping-2.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping-2.png index f739b65487e..29d44d9ed13 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping-2.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping-2.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping.png index a6064463fae..1feee63b4a1 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/import-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/history.png index a25372460f7..b2ee949ff5e 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping-association.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping-association.png index 4b580f28b24..3c425629e02 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping-association.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping-association.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping.png index 1611b04dc54..37131c3dc48 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/object-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/history.png index 71101543159..f8014abef56 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/object-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/object-mapping.png index 7fab47237b4..b0f17974fd5 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/object-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/object-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/history.png index 1648f094be9..0a863ac3a54 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/property-mapping.png index 3737ad2e50d..4eda8c03a42 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/history.png index 560205f0db6..b6d5d4443aa 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/object-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/object-mapping.png index 925d1f4ec98..c7974a98774 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/object-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/object-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/property-mapping.png index e2c69d1b9ee..493979326d3 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-workspace-objects/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-workspace-objects/history.png index b36e9364552..ef69dc78ecb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-workspace-objects/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-workspace-objects/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/history.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/history.png index 2bbff6a3a04..cc345107f5e 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/history.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/history.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/property-mapping.png b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/property-mapping.png index 167b91100f6..de302359124 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/property-mapping.png and b/static/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/property-mapping.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/connection_details.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/connection_details.png index 00f417a85a3..d3efebd3692 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/connection_details.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/connection_details.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user1-snowflake.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user1-snowflake.png index cc652cfa10f..6097177bd77 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user1-snowflake.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user1-snowflake.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user2-snowflake.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user2-snowflake.png index 308c2e6e06a..d21fcd73182 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user2-snowflake.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/test-user2-snowflake.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBAC-SSO-explanations.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBAC-SSO-explanations.png index d41428b4ef9..a35e8803169 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBAC-SSO-explanations.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBAC-SSO-explanations.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBACKeyPairExplanations.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBACKeyPairExplanations.png index af65e31b56b..306a7029fc8 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBACKeyPairExplanations.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/RBACKeyPairExplanations.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/add-user-group.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/add-user-group.png index 05dea633335..7866c1a6493 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/add-user-group.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/add-user-group.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/api-permissions.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/api-permissions.png index ed416b58661..6022ab83b51 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/api-permissions.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/api-permissions.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/app-id-uri.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/app-id-uri.png index 77e86927cd4..74ed6ace1d6 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/app-id-uri.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/app-id-uri.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/assign-user-group.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/assign-user-group.png index ec5b3830a77..497b8ca7eeb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/assign-user-group.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/assign-user-group.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/azure-client-id.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/azure-client-id.png index 04593a9f55e..f3f7ad3b077 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/azure-client-id.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/azure-client-id.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/callback-urls.png b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/callback-urls.png index 1f07bc9d7f5..949f47b3e49 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/callback-urls.png and b/static/attachments/appstore/platform-supported-content/modules/snowflake-sso/callback-urls.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/attributes-associations.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/attributes-associations.png index 4b33707c29a..e55a2e88123 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/attributes-associations.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/attributes-associations.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/domain-model.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/domain-model.png index bb9cdd365e4..e6828cca439 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/domain-model.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/domain-model.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/history-tab.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/history-tab.png index 24ee4211ab1..4905abb264c 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/history-tab.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/history-tab.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/microflow.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/microflow.png index 66d825d850d..28cf803dc4b 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/microflow.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/microflow.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/new-entity.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/new-entity.png index 3118e5c2d05..4b4854505fe 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/new-entity.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/new-entity.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/select-objects.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/select-objects.png index 57725fdd1df..9cd37f96001 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/select-objects.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/select-objects.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/teamcenter_sso.png b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/teamcenter_sso.png index de6d3901ff2..00af758842b 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/teamcenter_sso.png and b/static/attachments/appstore/platform-supported-content/modules/teamcenter-extension/teamcenter_sso.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/technical-reference/doc-pane.png b/static/attachments/appstore/platform-supported-content/modules/technical-reference/doc-pane.png index ab11d83ffa2..ad6f9d619bb 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/technical-reference/doc-pane.png and b/static/attachments/appstore/platform-supported-content/modules/technical-reference/doc-pane.png differ diff --git a/static/attachments/appstore/platform-supported-content/modules/web-actions/confirmation.png b/static/attachments/appstore/platform-supported-content/modules/web-actions/confirmation.png index 19613fa7957..108d640b877 100644 Binary files a/static/attachments/appstore/platform-supported-content/modules/web-actions/confirmation.png and b/static/attachments/appstore/platform-supported-content/modules/web-actions/confirmation.png differ diff --git a/static/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_create_a_cross_account_role_in_aws.png b/static/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_create_a_cross_account_role_in_aws.png index b6e4c41655f..b24bd2a7015 100644 Binary files a/static/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_create_a_cross_account_role_in_aws.png and b/static/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_create_a_cross_account_role_in_aws.png differ diff --git a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_create_2.png b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_create_2.png index 7911584c177..aba012d86de 100644 Binary files a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_create_2.png and b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_create_2.png differ diff --git a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_event_usages.png b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_event_usages.png index 2832bc944a9..c8b44b24f53 100644 Binary files a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_event_usages.png and b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_event_usages.png differ diff --git a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_service_page.png b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_service_page.png index ae860c45e0d..af127444fd6 100644 Binary files a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_service_page.png and b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_ede_service_page.png differ diff --git a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_internal_user.png b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_internal_user.png index 4e9ebdc176f..f33281d069e 100644 Binary files a/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_internal_user.png and b/static/attachments/appstore/platform-supported-content/services/event-broker/event_broker_internal_user.png differ diff --git a/static/attachments/appstore/platform-supported-content/services/pusher/RefreshMicroflowSample.png b/static/attachments/appstore/platform-supported-content/services/pusher/RefreshMicroflowSample.png index 90a89003043..f69a3648eee 100644 Binary files a/static/attachments/appstore/platform-supported-content/services/pusher/RefreshMicroflowSample.png and b/static/attachments/appstore/platform-supported-content/services/pusher/RefreshMicroflowSample.png differ diff --git a/static/attachments/appstore/platform-supported-content/widgets/htmlelement/sample-embedded-html.png b/static/attachments/appstore/platform-supported-content/widgets/htmlelement/sample-embedded-html.png index 2f6e5ec80fd..1e9fb2b5ffd 100644 Binary files a/static/attachments/appstore/platform-supported-content/widgets/htmlelement/sample-embedded-html.png and b/static/attachments/appstore/platform-supported-content/widgets/htmlelement/sample-embedded-html.png differ diff --git a/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/example.png b/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/example.png index 82b2ddba468..427cc387ed2 100644 Binary files a/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/example.png and b/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/example.png differ diff --git a/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/token-type.png b/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/token-type.png index daad1d5dde1..70dd0b1c2ff 100644 Binary files a/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/token-type.png and b/static/attachments/appstore/platform-supported-content/widgets/mendix-feedback/token-type.png differ diff --git a/static/attachments/appstore/platform-supported-content/widgets/style-google-maps/custom-snazzymaps.png b/static/attachments/appstore/platform-supported-content/widgets/style-google-maps/custom-snazzymaps.png index 1e3f3a525e4..e7036791b2f 100644 Binary files a/static/attachments/appstore/platform-supported-content/widgets/style-google-maps/custom-snazzymaps.png and b/static/attachments/appstore/platform-supported-content/widgets/style-google-maps/custom-snazzymaps.png differ diff --git a/static/attachments/appstore/submit-content/publish.png b/static/attachments/appstore/submit-content/publish.png index 22fc799d1ac..125680bfbc1 100644 Binary files a/static/attachments/appstore/submit-content/publish.png and b/static/attachments/appstore/submit-content/publish.png differ diff --git a/static/attachments/catalog/catalog-home.png b/static/attachments/catalog/catalog-home.png index bbf152215e7..cd461b39dd7 100644 Binary files a/static/attachments/catalog/catalog-home.png and b/static/attachments/catalog/catalog-home.png differ diff --git a/static/attachments/catalog/curate/asset-metadata-new-icon.png b/static/attachments/catalog/curate/asset-metadata-new-icon.png index 13eb060bb50..c6be0ea0547 100644 Binary files a/static/attachments/catalog/curate/asset-metadata-new-icon.png and b/static/attachments/catalog/curate/asset-metadata-new-icon.png differ diff --git a/static/attachments/control-center/apps/deployed-apps/cloud-provisioning.png b/static/attachments/control-center/apps/deployed-apps/cloud-provisioning.png index b1cb6dbb7e0..72b8e5925a8 100644 Binary files a/static/attachments/control-center/apps/deployed-apps/cloud-provisioning.png and b/static/attachments/control-center/apps/deployed-apps/cloud-provisioning.png differ diff --git a/static/attachments/control-center/apps/deployed-apps/new-environment.png b/static/attachments/control-center/apps/deployed-apps/new-environment.png index 34313291b5e..18fe5509902 100644 Binary files a/static/attachments/control-center/apps/deployed-apps/new-environment.png and b/static/attachments/control-center/apps/deployed-apps/new-environment.png differ diff --git a/static/attachments/control-center/apps/deployed-apps/offboarding.png b/static/attachments/control-center/apps/deployed-apps/offboarding.png index 14ad7deeced..366ef0c3ce9 100644 Binary files a/static/attachments/control-center/apps/deployed-apps/offboarding.png and b/static/attachments/control-center/apps/deployed-apps/offboarding.png differ diff --git a/static/attachments/control-center/company/company-onboarding/onboarding-email.png b/static/attachments/control-center/company/company-onboarding/onboarding-email.png index 51f26a7048e..582e6d2c144 100644 Binary files a/static/attachments/control-center/company/company-onboarding/onboarding-email.png and b/static/attachments/control-center/company/company-onboarding/onboarding-email.png differ diff --git a/static/attachments/control-center/company/company-settings/company-email-domains.png b/static/attachments/control-center/company/company-settings/company-email-domains.png index db12cfeb3b8..2f872cf4450 100644 Binary files a/static/attachments/control-center/company/company-settings/company-email-domains.png and b/static/attachments/control-center/company/company-settings/company-email-domains.png differ diff --git a/static/attachments/control-center/content-curation/catalog-admin/company_selector.png b/static/attachments/control-center/content-curation/catalog-admin/company_selector.png index 12e73fa7137..5fe77c5e9a0 100644 Binary files a/static/attachments/control-center/content-curation/catalog-admin/company_selector.png and b/static/attachments/control-center/content-curation/catalog-admin/company_selector.png differ diff --git a/static/attachments/control-center/content-curation/portfolios/admin-curation-toggle.png b/static/attachments/control-center/content-curation/portfolios/admin-curation-toggle.png index ecb30cff471..2301ffb9013 100644 Binary files a/static/attachments/control-center/content-curation/portfolios/admin-curation-toggle.png and b/static/attachments/control-center/content-curation/portfolios/admin-curation-toggle.png differ diff --git a/static/attachments/control-center/genai-resources/adjust-plan-size.png b/static/attachments/control-center/genai-resources/adjust-plan-size.png index 63ba7394bbc..10f1d59ce0b 100644 Binary files a/static/attachments/control-center/genai-resources/adjust-plan-size.png and b/static/attachments/control-center/genai-resources/adjust-plan-size.png differ diff --git a/static/attachments/control-center/marketplace/company-approved/company-approved.png b/static/attachments/control-center/marketplace/company-approved/company-approved.png index bdbee2f49b0..a984ee0c148 100644 Binary files a/static/attachments/control-center/marketplace/company-approved/company-approved.png and b/static/attachments/control-center/marketplace/company-approved/company-approved.png differ diff --git a/static/attachments/control-center/marketplace/company-approved/displaying-company-approved-content.png b/static/attachments/control-center/marketplace/company-approved/displaying-company-approved-content.png index 00ebf55ec3a..5a136b9623b 100644 Binary files a/static/attachments/control-center/marketplace/company-approved/displaying-company-approved-content.png and b/static/attachments/control-center/marketplace/company-approved/displaying-company-approved-content.png differ diff --git a/static/attachments/control-center/marketplace/company-approved/manage-company-approved.png b/static/attachments/control-center/marketplace/company-approved/manage-company-approved.png index faa36160df3..1e3ead5ab43 100644 Binary files a/static/attachments/control-center/marketplace/company-approved/manage-company-approved.png and b/static/attachments/control-center/marketplace/company-approved/manage-company-approved.png differ diff --git a/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-approval-history.png b/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-approval-history.png index 0c9c40c45a8..d18fa85efd8 100644 Binary files a/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-approval-history.png and b/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-approval-history.png differ diff --git a/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-pending-approvals.png b/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-pending-approvals.png index 66d8b397cf4..65e3c080a50 100644 Binary files a/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-pending-approvals.png and b/static/attachments/control-center/marketplace/submitted-requests/submitted-requests-pending-approvals.png differ diff --git a/static/attachments/control-center/security/software-composition/all_components.png b/static/attachments/control-center/security/software-composition/all_components.png index 811bd6d7c50..e6689af1172 100644 Binary files a/static/attachments/control-center/security/software-composition/all_components.png and b/static/attachments/control-center/security/software-composition/all_components.png differ diff --git a/static/attachments/control-center/security/software-composition/component_usage.png b/static/attachments/control-center/security/software-composition/component_usage.png index dd67da35595..acd18416844 100644 Binary files a/static/attachments/control-center/security/software-composition/component_usage.png and b/static/attachments/control-center/security/software-composition/component_usage.png differ diff --git a/static/attachments/control-center/security/software-composition/deployment_sw_comp_components.png b/static/attachments/control-center/security/software-composition/deployment_sw_comp_components.png index 16308528149..e5e80ef48ae 100644 Binary files a/static/attachments/control-center/security/software-composition/deployment_sw_comp_components.png and b/static/attachments/control-center/security/software-composition/deployment_sw_comp_components.png differ diff --git a/static/attachments/control-center/security/software-composition/deployment_sw_comp_overview2.png b/static/attachments/control-center/security/software-composition/deployment_sw_comp_overview2.png index 954b5bc2930..7b13e268850 100644 Binary files a/static/attachments/control-center/security/software-composition/deployment_sw_comp_overview2.png and b/static/attachments/control-center/security/software-composition/deployment_sw_comp_overview2.png differ diff --git a/static/attachments/control-center/security/software-composition/findings.png b/static/attachments/control-center/security/software-composition/findings.png index 311662d0289..de16dc3247f 100644 Binary files a/static/attachments/control-center/security/software-composition/findings.png and b/static/attachments/control-center/security/software-composition/findings.png differ diff --git a/static/attachments/control-center/security/software-composition/scoring_criteria.png b/static/attachments/control-center/security/software-composition/scoring_criteria.png index 9c94a7f9828..436b73d5d94 100644 Binary files a/static/attachments/control-center/security/software-composition/scoring_criteria.png and b/static/attachments/control-center/security/software-composition/scoring_criteria.png differ diff --git a/static/attachments/control-center/security/software-composition/software_composition_overview.png b/static/attachments/control-center/security/software-composition/software_composition_overview.png index 60befb9bc19..f6e99390ffa 100644 Binary files a/static/attachments/control-center/security/software-composition/software_composition_overview.png and b/static/attachments/control-center/security/software-composition/software_composition_overview.png differ diff --git a/static/attachments/deployment/general/two-factor-authentication/not-configured.png b/static/attachments/deployment/general/two-factor-authentication/not-configured.png index 99d6c63d0f2..26cc506ce59 100644 Binary files a/static/attachments/deployment/general/two-factor-authentication/not-configured.png and b/static/attachments/deployment/general/two-factor-authentication/not-configured.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/backups/create-backup/backup-rds-window-failure.png b/static/attachments/deployment/mendix-cloud-deploy/backups/create-backup/backup-rds-window-failure.png index 8873a260d4b..301a42663f2 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/backups/create-backup/backup-rds-window-failure.png and b/static/attachments/deployment/mendix-cloud-deploy/backups/create-backup/backup-rds-window-failure.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/backups/restore-backup-locally/studio-pro-config.png b/static/attachments/deployment/mendix-cloud-deploy/backups/restore-backup-locally/studio-pro-config.png index 1cfea6de517..e05549993e6 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/backups/restore-backup-locally/studio-pro-config.png and b/static/attachments/deployment/mendix-cloud-deploy/backups/restore-backup-locally/studio-pro-config.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/environments-details-beta/services.png b/static/attachments/deployment/mendix-cloud-deploy/environments-details-beta/services.png index c1a962fb076..d0afc323e66 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/environments-details-beta/services.png and b/static/attachments/deployment/mendix-cloud-deploy/environments-details-beta/services.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/mendix-sso/sso-sign-on.png b/static/attachments/deployment/mendix-cloud-deploy/mendix-sso/sso-sign-on.png index a853deb523e..c4c64fa5361 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/mendix-sso/sso-sign-on.png and b/static/attachments/deployment/mendix-cloud-deploy/mendix-sso/sso-sign-on.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/metrics/datadog-metrics/datadog-mendix-integration.png b/static/attachments/deployment/mendix-cloud-deploy/metrics/datadog-metrics/datadog-mendix-integration.png index 133335edcf7..41c7abdb129 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/metrics/datadog-metrics/datadog-mendix-integration.png and b/static/attachments/deployment/mendix-cloud-deploy/metrics/datadog-metrics/datadog-mendix-integration.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/version-pinning/version-pinning-workflow.png b/static/attachments/deployment/mendix-cloud-deploy/version-pinning/version-pinning-workflow.png index 195e208faa4..3210d846a97 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/version-pinning/version-pinning-workflow.png and b/static/attachments/deployment/mendix-cloud-deploy/version-pinning/version-pinning-workflow.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-failure-flow.png b/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-failure-flow.png index ba1e5a1d995..954b98a9ca8 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-failure-flow.png and b/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-failure-flow.png differ diff --git a/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-success-flow.png b/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-success-flow.png index c6f23cc4cb4..d332763a264 100644 Binary files a/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-success-flow.png and b/static/attachments/deployment/mendix-cloud-deploy/zero-downtime/zdt-process-success-flow.png differ diff --git a/static/attachments/deployment/mx-azure/adduser.png b/static/attachments/deployment/mx-azure/adduser.png index 5cd943f43b1..f3d8060040c 100644 Binary files a/static/attachments/deployment/mx-azure/adduser.png and b/static/attachments/deployment/mx-azure/adduser.png differ diff --git a/static/attachments/deployment/mx-azure/backups/backup-controls.png b/static/attachments/deployment/mx-azure/backups/backup-controls.png index ce597218dcf..7440c78681c 100644 Binary files a/static/attachments/deployment/mx-azure/backups/backup-controls.png and b/static/attachments/deployment/mx-azure/backups/backup-controls.png differ diff --git a/static/attachments/deployment/mx-azure/copyAddressValue.png b/static/attachments/deployment/mx-azure/copyAddressValue.png index 04368c00d09..03e2244cd0c 100644 Binary files a/static/attachments/deployment/mx-azure/copyAddressValue.png and b/static/attachments/deployment/mx-azure/copyAddressValue.png differ diff --git a/static/attachments/deployment/mx-azure/create-managed-app.png b/static/attachments/deployment/mx-azure/create-managed-app.png index 23b62001939..5bd65a571d0 100644 Binary files a/static/attachments/deployment/mx-azure/create-managed-app.png and b/static/attachments/deployment/mx-azure/create-managed-app.png differ diff --git a/static/attachments/deployment/mx-azure/initializable-clusters.png b/static/attachments/deployment/mx-azure/initializable-clusters.png index af6e45f3dde..e36bf254493 100644 Binary files a/static/attachments/deployment/mx-azure/initializable-clusters.png and b/static/attachments/deployment/mx-azure/initializable-clusters.png differ diff --git a/static/attachments/deployment/mx-azure/resource-group-name.png b/static/attachments/deployment/mx-azure/resource-group-name.png index 35c167638b7..d5789db4c05 100644 Binary files a/static/attachments/deployment/mx-azure/resource-group-name.png and b/static/attachments/deployment/mx-azure/resource-group-name.png differ diff --git a/static/attachments/deployment/mx-azure/resourceGroup.png b/static/attachments/deployment/mx-azure/resourceGroup.png index 2468a68d643..61d55b9b85e 100644 Binary files a/static/attachments/deployment/mx-azure/resourceGroup.png and b/static/attachments/deployment/mx-azure/resourceGroup.png differ diff --git a/static/attachments/deployment/on-premises-design/ms-windows/service_console_selectapp.png b/static/attachments/deployment/on-premises-design/ms-windows/service_console_selectapp.png index 83687adc64f..50a4eb1e7f3 100644 Binary files a/static/attachments/deployment/on-premises-design/ms-windows/service_console_selectapp.png and b/static/attachments/deployment/on-premises-design/ms-windows/service_console_selectapp.png differ diff --git a/static/attachments/deployment/private-cloud/allow-single-replica-downtime.png b/static/attachments/deployment/private-cloud/allow-single-replica-downtime.png index ae3aae11964..b9219cdbc02 100644 Binary files a/static/attachments/deployment/private-cloud/allow-single-replica-downtime.png and b/static/attachments/deployment/private-cloud/allow-single-replica-downtime.png differ diff --git a/static/attachments/deployment/private-cloud/global-operator/global-operator3.png b/static/attachments/deployment/private-cloud/global-operator/global-operator3.png index 0e2e76dd50f..e76b434f081 100644 Binary files a/static/attachments/deployment/private-cloud/global-operator/global-operator3.png and b/static/attachments/deployment/private-cloud/global-operator/global-operator3.png differ diff --git a/static/attachments/deployment/private-cloud/global-operator/global-operator6.png b/static/attachments/deployment/private-cloud/global-operator/global-operator6.png index 007db365aac..acc53298a56 100644 Binary files a/static/attachments/deployment/private-cloud/global-operator/global-operator6.png and b/static/attachments/deployment/private-cloud/global-operator/global-operator6.png differ diff --git a/static/attachments/deployment/private-cloud/global-operator/global-operator8.png b/static/attachments/deployment/private-cloud/global-operator/global-operator8.png index f5b07f4f6e8..ad70dec62b8 100644 Binary files a/static/attachments/deployment/private-cloud/global-operator/global-operator8.png and b/static/attachments/deployment/private-cloud/global-operator/global-operator8.png differ diff --git a/static/attachments/deployment/private-cloud/global-operator/global-operator9.png b/static/attachments/deployment/private-cloud/global-operator/global-operator9.png index 212c6a6c3db..ecbb1006455 100644 Binary files a/static/attachments/deployment/private-cloud/global-operator/global-operator9.png and b/static/attachments/deployment/private-cloud/global-operator/global-operator9.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/AutoAcceptInvite.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/AutoAcceptInvite.png index aac7b8622a6..a58f7a41218 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/AutoAcceptInvite.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/AutoAcceptInvite.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/ClusterDetails.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/ClusterDetails.png index ba5b20a0830..a1a6b46ae9b 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/ClusterDetails.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/ClusterDetails.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/CreateRole.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/CreateRole.png index d99e211d8a6..7ce5b9f1d63 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/CreateRole.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/CreateRole.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/Customization.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/Customization.png index 6fd2f41a9a2..f87fe2fe1e7 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/Customization.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/Customization.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/RolesAndPermission.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/RolesAndPermission.png index a92813ef948..a43a448fd6f 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/RolesAndPermission.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/RolesAndPermission.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/cluster-details.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/cluster-details.png index ff8a6d08e99..c1abdb7e2c9 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/cluster-details.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/cluster-details.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard.png index e67e06e9073..b4d42c6d574 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard2.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard2.png index d21ffdd74d5..1f6f12c4bcf 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard2.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard2.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard4.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard4.png index b1ac46c5515..59f544b9d29 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard4.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard4.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png index 09ba411e0f5..b8a622e36b9 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/image22.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/image22.png index 09d4ffa42ee..39ce25dacfd 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/image22.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/image22.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/image33.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/image33.png index 93e7db045ab..ce94e9dfc5c 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/image33.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/image33.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/image6.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/image6.png index feb6d85ece2..c2c53dfaeb4 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/image6.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/image6.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/installer-options.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/installer-options.png index b9606a4e1c5..72c034c7e25 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/installer-options.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/installer-options.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-istio.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-istio.png index 14f100fb0d6..1729f0302af 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-istio.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-istio.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-linkerd.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-linkerd.png index bca96f61055..2ef8b6e0686 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-linkerd.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/advanced-linkerd.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-agis.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-agis.png index d8a049afc47..40895f3ec0f 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-agis.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-agis.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-alb.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-alb.png index 8d64c4b61cd..d8974fe0bfe 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-alb.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-alb.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-nginx.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-nginx.png index 28b2e6515ca..9561ffdb8f6 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-nginx.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-nginx.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-openshift.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-openshift.png index 7c7bc3b8db3..e2340b9cd7b 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-openshift.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-openshift.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-traefik.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-traefik.png index 5744b046b84..5d0476ee2a6 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-traefik.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-traefik.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/standalone_downloadcli.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/standalone_downloadcli.png index 2a73ea058b3..43aa0bb2b2e 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/standalone_downloadcli.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/standalone_downloadcli.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/awsserviceaccountlinktorole.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/awsserviceaccountlinktorole.png index 549628ec16e..5d315e5fc0b 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/awsserviceaccountlinktorole.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/awsserviceaccountlinktorole.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/generalTab.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/generalTab.png index c93f6cb6251..7fc3fe8faa3 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/generalTab.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/generalTab.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/image8.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/image8.png index 912378816cc..bf287a64b2e 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/image8.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/image8.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-deploy/network-tab.png b/static/attachments/deployment/private-cloud/private-cloud-deploy/network-tab.png index bb9439c9c08..54370cf260f 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-deploy/network-tab.png and b/static/attachments/deployment/private-cloud/private-cloud-deploy/network-tab.png differ diff --git a/static/attachments/deployment/private-cloud/private-cloud-vault/aks-enable-csi-driver.png b/static/attachments/deployment/private-cloud/private-cloud-vault/aks-enable-csi-driver.png index 9cd942a95a0..fdb16f88506 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-vault/aks-enable-csi-driver.png and b/static/attachments/deployment/private-cloud/private-cloud-vault/aks-enable-csi-driver.png differ diff --git a/static/attachments/deployment/sap-btp/sap-cloud-platform/error-not-bound.png b/static/attachments/deployment/sap-btp/sap-cloud-platform/error-not-bound.png index 9707b820a77..2716a42c988 100644 Binary files a/static/attachments/deployment/sap-btp/sap-cloud-platform/error-not-bound.png and b/static/attachments/deployment/sap-btp/sap-cloud-platform/error-not-bound.png differ diff --git a/static/attachments/deployment/sap-btp/sap-cloud-platform/service-tab.png b/static/attachments/deployment/sap-btp/sap-cloud-platform/service-tab.png index bb2cde8d2fa..7db2a39cfc6 100644 Binary files a/static/attachments/deployment/sap-btp/sap-cloud-platform/service-tab.png and b/static/attachments/deployment/sap-btp/sap-cloud-platform/service-tab.png differ diff --git a/static/attachments/developerportal/compass/action-point.png b/static/attachments/developerportal/compass/action-point.png index d01dd4ba7cb..184cef46396 100644 Binary files a/static/attachments/developerportal/compass/action-point.png and b/static/attachments/developerportal/compass/action-point.png differ diff --git a/static/attachments/developerportal/compass/compass-home.png b/static/attachments/developerportal/compass/compass-home.png index edc85750496..3c0c557d82a 100644 Binary files a/static/attachments/developerportal/compass/compass-home.png and b/static/attachments/developerportal/compass/compass-home.png differ diff --git a/static/attachments/developerportal/compass/milestones-home.png b/static/attachments/developerportal/compass/milestones-home.png index 5a6fd5ab2ec..0d5b25935de 100644 Binary files a/static/attachments/developerportal/compass/milestones-home.png and b/static/attachments/developerportal/compass/milestones-home.png differ diff --git a/static/attachments/developerportal/portfolio-management/access-management.png b/static/attachments/developerportal/portfolio-management/access-management.png index 49686004850..01c9ee660f7 100644 Binary files a/static/attachments/developerportal/portfolio-management/access-management.png and b/static/attachments/developerportal/portfolio-management/access-management.png differ diff --git a/static/attachments/developerportal/portfolio-management/list-view.png b/static/attachments/developerportal/portfolio-management/list-view.png index a73b7925a3a..49bba5f46f4 100644 Binary files a/static/attachments/developerportal/portfolio-management/list-view.png and b/static/attachments/developerportal/portfolio-management/list-view.png differ diff --git a/static/attachments/developerportal/portfolio-management/my-portfolios-vs-company-portfolios.png b/static/attachments/developerportal/portfolio-management/my-portfolios-vs-company-portfolios.png index d94b07ecbc5..40aa9b45d36 100644 Binary files a/static/attachments/developerportal/portfolio-management/my-portfolios-vs-company-portfolios.png and b/static/attachments/developerportal/portfolio-management/my-portfolios-vs-company-portfolios.png differ diff --git a/static/attachments/developerportal/portfolio-management/planning-view.png b/static/attachments/developerportal/portfolio-management/planning-view.png index 6b81c58af24..9e3fe55d9bf 100644 Binary files a/static/attachments/developerportal/portfolio-management/planning-view.png and b/static/attachments/developerportal/portfolio-management/planning-view.png differ diff --git a/static/attachments/developerportal/portfolio-management/portfolio-landscape-overview.png b/static/attachments/developerportal/portfolio-management/portfolio-landscape-overview.png index 05288d5b1b9..200ecf5faf1 100644 Binary files a/static/attachments/developerportal/portfolio-management/portfolio-landscape-overview.png and b/static/attachments/developerportal/portfolio-management/portfolio-landscape-overview.png differ diff --git a/static/attachments/developerportal/project-management/epics/board/audit-trail.png b/static/attachments/developerportal/project-management/epics/board/audit-trail.png index 5d43b08960b..9efc1b615e9 100644 Binary files a/static/attachments/developerportal/project-management/epics/board/audit-trail.png and b/static/attachments/developerportal/project-management/epics/board/audit-trail.png differ diff --git a/static/attachments/genai/function-calling/function-calling-with-clarification.png b/static/attachments/genai/function-calling/function-calling-with-clarification.png index b53ce3c147d..059e21edeaa 100644 Binary files a/static/attachments/genai/function-calling/function-calling-with-clarification.png and b/static/attachments/genai/function-calling/function-calling-with-clarification.png differ diff --git a/static/attachments/genai/function-calling/function-calling-with-user-control.png b/static/attachments/genai/function-calling/function-calling-with-user-control.png index 2f9e9edbe56..c48e3648ff4 100644 Binary files a/static/attachments/genai/function-calling/function-calling-with-user-control.png and b/static/attachments/genai/function-calling/function-calling-with-user-control.png differ diff --git a/static/attachments/genai/function-calling/function-calling.png b/static/attachments/genai/function-calling/function-calling.png index b09965f549c..876c4bc3b24 100644 Binary files a/static/attachments/genai/function-calling/function-calling.png and b/static/attachments/genai/function-calling/function-calling.png differ diff --git a/static/attachments/genai/genaicommons/GenAICommons_domain_model.png b/static/attachments/genai/genaicommons/GenAICommons_domain_model.png index e5275ce4131..9cb84e1b080 100644 Binary files a/static/attachments/genai/genaicommons/GenAICommons_domain_model.png and b/static/attachments/genai/genaicommons/GenAICommons_domain_model.png differ diff --git a/static/attachments/genai/howto-blankapp/blank_genai_systemprompt.png b/static/attachments/genai/howto-blankapp/blank_genai_systemprompt.png index 917a7cccfde..272fd2ae0f9 100644 Binary files a/static/attachments/genai/howto-blankapp/blank_genai_systemprompt.png and b/static/attachments/genai/howto-blankapp/blank_genai_systemprompt.png differ diff --git a/static/attachments/genai/howto-byo/GenAICommons_TextFiles_DomainModel.png b/static/attachments/genai/howto-byo/GenAICommons_TextFiles_DomainModel.png index 0be494e28c0..7a5da25a38a 100644 Binary files a/static/attachments/genai/howto-byo/GenAICommons_TextFiles_DomainModel.png and b/static/attachments/genai/howto-byo/GenAICommons_TextFiles_DomainModel.png differ diff --git a/static/attachments/genai/howto-byo/connectors_diagram.png b/static/attachments/genai/howto-byo/connectors_diagram.png index 7df5d0d66ff..4309f1ee14e 100644 Binary files a/static/attachments/genai/howto-byo/connectors_diagram.png and b/static/attachments/genai/howto-byo/connectors_diagram.png differ diff --git a/static/attachments/genai/howto-prompt-engineering/prompt_engineering_details.png b/static/attachments/genai/howto-prompt-engineering/prompt_engineering_details.png index 95db44e8b45..dbc401ed7ab 100644 Binary files a/static/attachments/genai/howto-prompt-engineering/prompt_engineering_details.png and b/static/attachments/genai/howto-prompt-engineering/prompt_engineering_details.png differ diff --git a/static/attachments/genai/howto-singleagent/agent-runtime.png b/static/attachments/genai/howto-singleagent/agent-runtime.png index 091f561628d..066f21348c2 100644 Binary files a/static/attachments/genai/howto-singleagent/agent-runtime.png and b/static/attachments/genai/howto-singleagent/agent-runtime.png differ diff --git a/static/attachments/genai/mcp/mcp-client-server-architecture-mendix.png b/static/attachments/genai/mcp/mcp-client-server-architecture-mendix.png index d4dee6129a8..0cababac215 100644 Binary files a/static/attachments/genai/mcp/mcp-client-server-architecture-mendix.png and b/static/attachments/genai/mcp/mcp-client-server-architecture-mendix.png differ diff --git a/static/attachments/genai/navigate_mxgenai/GenAIResource_Content.png b/static/attachments/genai/navigate_mxgenai/GenAIResource_Content.png index e8b3a3ffd83..29b11c2147f 100644 Binary files a/static/attachments/genai/navigate_mxgenai/GenAIResource_Content.png and b/static/attachments/genai/navigate_mxgenai/GenAIResource_Content.png differ diff --git a/static/attachments/genai/navigate_mxgenai/GenAIResource_Details.png b/static/attachments/genai/navigate_mxgenai/GenAIResource_Details.png index 55d90d7233f..2fee2bd1615 100644 Binary files a/static/attachments/genai/navigate_mxgenai/GenAIResource_Details.png and b/static/attachments/genai/navigate_mxgenai/GenAIResource_Details.png differ diff --git a/static/attachments/genai/snowflake/statement.png b/static/attachments/genai/snowflake/statement.png index d56d494f7be..70a4836f247 100644 Binary files a/static/attachments/genai/snowflake/statement.png and b/static/attachments/genai/snowflake/statement.png differ diff --git a/static/attachments/howto/extensibility/best-practices-javascript-actions/debugging.png b/static/attachments/howto/extensibility/best-practices-javascript-actions/debugging.png index 5675aee2edd..8584e001c37 100644 Binary files a/static/attachments/howto/extensibility/best-practices-javascript-actions/debugging.png and b/static/attachments/howto/extensibility/best-practices-javascript-actions/debugging.png differ diff --git a/static/attachments/howto/front-end/atlas-ui/customize-styling-new/styling-editor.png b/static/attachments/howto/front-end/atlas-ui/customize-styling-new/styling-editor.png index dfc08eedff6..17e98d15c3a 100644 Binary files a/static/attachments/howto/front-end/atlas-ui/customize-styling-new/styling-editor.png and b/static/attachments/howto/front-end/atlas-ui/customize-styling-new/styling-editor.png differ diff --git a/static/attachments/howto/front-end/atlas-ui/get-started/designelements.png b/static/attachments/howto/front-end/atlas-ui/get-started/designelements.png index e39fb12a411..b1104397a1b 100644 Binary files a/static/attachments/howto/front-end/atlas-ui/get-started/designelements.png and b/static/attachments/howto/front-end/atlas-ui/get-started/designelements.png differ diff --git a/static/attachments/howto/front-end/conversation-best-practices/bot-is-experiment.png b/static/attachments/howto/front-end/conversation-best-practices/bot-is-experiment.png index 9173cbd4280..31ba50b0f1e 100644 Binary files a/static/attachments/howto/front-end/conversation-best-practices/bot-is-experiment.png and b/static/attachments/howto/front-end/conversation-best-practices/bot-is-experiment.png differ diff --git a/static/attachments/howto/front-end/conversation-best-practices/do-not-understand.png b/static/attachments/howto/front-end/conversation-best-practices/do-not-understand.png index 30109af8b8c..646a3c579b5 100644 Binary files a/static/attachments/howto/front-end/conversation-best-practices/do-not-understand.png and b/static/attachments/howto/front-end/conversation-best-practices/do-not-understand.png differ diff --git a/static/attachments/howto/front-end/conversation-best-practices/error.png b/static/attachments/howto/front-end/conversation-best-practices/error.png index d5c1b5c460e..74000ff0d50 100644 Binary files a/static/attachments/howto/front-end/conversation-best-practices/error.png and b/static/attachments/howto/front-end/conversation-best-practices/error.png differ diff --git a/static/attachments/howto/front-end/conversation-best-practices/regenerate.png b/static/attachments/howto/front-end/conversation-best-practices/regenerate.png index 8c72be49fb4..01992498027 100644 Binary files a/static/attachments/howto/front-end/conversation-best-practices/regenerate.png and b/static/attachments/howto/front-end/conversation-best-practices/regenerate.png differ diff --git a/static/attachments/howto/front-end/use-navigation-layouts/3.6_selectdevicesize.png b/static/attachments/howto/front-end/use-navigation-layouts/3.6_selectdevicesize.png index f335e946013..d4822c74fc0 100644 Binary files a/static/attachments/howto/front-end/use-navigation-layouts/3.6_selectdevicesize.png and b/static/attachments/howto/front-end/use-navigation-layouts/3.6_selectdevicesize.png differ diff --git a/static/attachments/howto/front-end/use-navigation-layouts/3.8_selectdevicesize.png b/static/attachments/howto/front-end/use-navigation-layouts/3.8_selectdevicesize.png index 9ba82da99e2..916629e35c4 100644 Binary files a/static/attachments/howto/front-end/use-navigation-layouts/3.8_selectdevicesize.png and b/static/attachments/howto/front-end/use-navigation-layouts/3.8_selectdevicesize.png differ diff --git a/static/attachments/howto/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png b/static/attachments/howto/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png index 6fda48e3e7f..ef5fb7a2181 100644 Binary files a/static/attachments/howto/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png and b/static/attachments/howto/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png differ diff --git a/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png b/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png index 2e02c27d845..1f17458e089 100644 Binary files a/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png and b/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png differ diff --git a/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png b/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png index 6ebcb9952e6..24c3a9dc2d1 100644 Binary files a/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png and b/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png differ diff --git a/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png b/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png index adc23da1e5d..6a63b7b0dc8 100644 Binary files a/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png and b/static/attachments/howto/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png differ diff --git a/static/attachments/howto/mobile/native-mobile/get-started/common-issues/inboundrules.png b/static/attachments/howto/mobile/native-mobile/get-started/common-issues/inboundrules.png index a89c6603f23..eab05ed42f0 100644 Binary files a/static/attachments/howto/mobile/native-mobile/get-started/common-issues/inboundrules.png and b/static/attachments/howto/mobile/native-mobile/get-started/common-issues/inboundrules.png differ diff --git a/static/attachments/howto/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png b/static/attachments/howto/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png index 04c66e5d085..3d7d6a267af 100644 Binary files a/static/attachments/howto/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png and b/static/attachments/howto/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png differ diff --git a/static/attachments/howto/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png b/static/attachments/howto/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png index 261d127b947..00c153e3858 100644 Binary files a/static/attachments/howto/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png and b/static/attachments/howto/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png differ diff --git a/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png b/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png index f437ef6283a..c6c97e9754f 100644 Binary files a/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png and b/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png differ diff --git a/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png b/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png index d5e3f49ef14..46c2884cb21 100644 Binary files a/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png and b/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png differ diff --git a/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png b/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png index 2b2e6d47f14..344840339f9 100644 Binary files a/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png and b/static/attachments/howto/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png differ diff --git a/static/attachments/howto10/extensibility/best-practices-javascript-actions/debugging.png b/static/attachments/howto10/extensibility/best-practices-javascript-actions/debugging.png index 5675aee2edd..8584e001c37 100644 Binary files a/static/attachments/howto10/extensibility/best-practices-javascript-actions/debugging.png and b/static/attachments/howto10/extensibility/best-practices-javascript-actions/debugging.png differ diff --git a/static/attachments/howto10/front-end/atlas-ui/customize-styling-new/styling-editor.png b/static/attachments/howto10/front-end/atlas-ui/customize-styling-new/styling-editor.png index dfc08eedff6..17e98d15c3a 100644 Binary files a/static/attachments/howto10/front-end/atlas-ui/customize-styling-new/styling-editor.png and b/static/attachments/howto10/front-end/atlas-ui/customize-styling-new/styling-editor.png differ diff --git a/static/attachments/howto10/front-end/atlas-ui/get-started/designelements.png b/static/attachments/howto10/front-end/atlas-ui/get-started/designelements.png index e39fb12a411..b1104397a1b 100644 Binary files a/static/attachments/howto10/front-end/atlas-ui/get-started/designelements.png and b/static/attachments/howto10/front-end/atlas-ui/get-started/designelements.png differ diff --git a/static/attachments/howto10/front-end/conversation-best-practices/bot-is-experiment.png b/static/attachments/howto10/front-end/conversation-best-practices/bot-is-experiment.png index 9173cbd4280..31ba50b0f1e 100644 Binary files a/static/attachments/howto10/front-end/conversation-best-practices/bot-is-experiment.png and b/static/attachments/howto10/front-end/conversation-best-practices/bot-is-experiment.png differ diff --git a/static/attachments/howto10/front-end/conversation-best-practices/do-not-understand.png b/static/attachments/howto10/front-end/conversation-best-practices/do-not-understand.png index 30109af8b8c..646a3c579b5 100644 Binary files a/static/attachments/howto10/front-end/conversation-best-practices/do-not-understand.png and b/static/attachments/howto10/front-end/conversation-best-practices/do-not-understand.png differ diff --git a/static/attachments/howto10/front-end/conversation-best-practices/error.png b/static/attachments/howto10/front-end/conversation-best-practices/error.png index d5c1b5c460e..74000ff0d50 100644 Binary files a/static/attachments/howto10/front-end/conversation-best-practices/error.png and b/static/attachments/howto10/front-end/conversation-best-practices/error.png differ diff --git a/static/attachments/howto10/front-end/conversation-best-practices/regenerate.png b/static/attachments/howto10/front-end/conversation-best-practices/regenerate.png index 8c72be49fb4..01992498027 100644 Binary files a/static/attachments/howto10/front-end/conversation-best-practices/regenerate.png and b/static/attachments/howto10/front-end/conversation-best-practices/regenerate.png differ diff --git a/static/attachments/howto10/front-end/use-navigation-layouts/3.6_selectdevicesize.png b/static/attachments/howto10/front-end/use-navigation-layouts/3.6_selectdevicesize.png index f335e946013..d4822c74fc0 100644 Binary files a/static/attachments/howto10/front-end/use-navigation-layouts/3.6_selectdevicesize.png and b/static/attachments/howto10/front-end/use-navigation-layouts/3.6_selectdevicesize.png differ diff --git a/static/attachments/howto10/front-end/use-navigation-layouts/3.8_selectdevicesize.png b/static/attachments/howto10/front-end/use-navigation-layouts/3.8_selectdevicesize.png index 9ba82da99e2..916629e35c4 100644 Binary files a/static/attachments/howto10/front-end/use-navigation-layouts/3.8_selectdevicesize.png and b/static/attachments/howto10/front-end/use-navigation-layouts/3.8_selectdevicesize.png differ diff --git a/static/attachments/howto10/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png b/static/attachments/howto10/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png index 6fda48e3e7f..ef5fb7a2181 100644 Binary files a/static/attachments/howto10/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png and b/static/attachments/howto10/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png index 2e02c27d845..1f17458e089 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png and b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png index 6ebcb9952e6..24c3a9dc2d1 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png and b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png index adc23da1e5d..6a63b7b0dc8 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png and b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/native-build-locally/wizard-buildtype-local.png b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/native-build-locally/wizard-buildtype-local.png index 6cb21433897..5ca3a720cf5 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/native-build-locally/wizard-buildtype-local.png and b/static/attachments/howto10/mobile/native-mobile/distribution/build-native-apps/native-build-locally/wizard-buildtype-local.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/inboundrules.png b/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/inboundrules.png index a89c6603f23..eab05ed42f0 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/inboundrules.png and b/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/inboundrules.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png b/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png index 04c66e5d085..3d7d6a267af 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png and b/static/attachments/howto10/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png b/static/attachments/howto10/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png index 261d127b947..00c153e3858 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png and b/static/attachments/howto10/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png b/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png index f437ef6283a..c6c97e9754f 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png and b/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png b/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png index d5e3f49ef14..46c2884cb21 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png and b/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png differ diff --git a/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png b/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png index 2b2e6d47f14..344840339f9 100644 Binary files a/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png and b/static/attachments/howto10/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png differ diff --git a/static/attachments/howto8/extensibility/best-practices-javascript-actions/debugging.png b/static/attachments/howto8/extensibility/best-practices-javascript-actions/debugging.png index 5675aee2edd..8584e001c37 100644 Binary files a/static/attachments/howto8/extensibility/best-practices-javascript-actions/debugging.png and b/static/attachments/howto8/extensibility/best-practices-javascript-actions/debugging.png differ diff --git a/static/attachments/howto8/front-end/atlas-ui/designelements.png b/static/attachments/howto8/front-end/atlas-ui/designelements.png index e39fb12a411..b1104397a1b 100644 Binary files a/static/attachments/howto8/front-end/atlas-ui/designelements.png and b/static/attachments/howto8/front-end/atlas-ui/designelements.png differ diff --git a/static/attachments/howto8/front-end/customize-styling/calypso/calypso.png b/static/attachments/howto8/front-end/customize-styling/calypso/calypso.png index 81a30609b5b..d93ef5ec051 100644 Binary files a/static/attachments/howto8/front-end/customize-styling/calypso/calypso.png and b/static/attachments/howto8/front-end/customize-styling/calypso/calypso.png differ diff --git a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/add-ignore.png b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/add-ignore.png index d51f0dffc8b..ad672af1fbc 100644 Binary files a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/add-ignore.png and b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/add-ignore.png differ diff --git a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/gulp-dev.png b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/gulp-dev.png index 1bc802b4016..a00e9550c56 100644 Binary files a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/gulp-dev.png and b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/gulp-dev.png differ diff --git a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/selected-ignore.png b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/selected-ignore.png index 2974fb5cfb5..0b08cf637be 100644 Binary files a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/selected-ignore.png and b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/selected-ignore.png differ diff --git a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/unpack.png b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/unpack.png index 5bd11c2c856..57c7bfd5b0b 100644 Binary files a/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/unpack.png and b/static/attachments/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight/unpack.png differ diff --git a/static/attachments/howto8/front-end/style-google-maps/19398965.png b/static/attachments/howto8/front-end/style-google-maps/19398965.png index 1e3f3a525e4..e7036791b2f 100644 Binary files a/static/attachments/howto8/front-end/style-google-maps/19398965.png and b/static/attachments/howto8/front-end/style-google-maps/19398965.png differ diff --git a/static/attachments/howto8/front-end/use-navigation-layouts/3.6_inspector.png b/static/attachments/howto8/front-end/use-navigation-layouts/3.6_inspector.png index c26a6bfa4a3..5d52063bf37 100644 Binary files a/static/attachments/howto8/front-end/use-navigation-layouts/3.6_inspector.png and b/static/attachments/howto8/front-end/use-navigation-layouts/3.6_inspector.png differ diff --git a/static/attachments/howto8/front-end/use-navigation-layouts/3.6_selectdevicesize.png b/static/attachments/howto8/front-end/use-navigation-layouts/3.6_selectdevicesize.png index 9ba82da99e2..916629e35c4 100644 Binary files a/static/attachments/howto8/front-end/use-navigation-layouts/3.6_selectdevicesize.png and b/static/attachments/howto8/front-end/use-navigation-layouts/3.6_selectdevicesize.png differ diff --git a/static/attachments/howto8/front-end/use-navigation-layouts/3.8_inspector.png b/static/attachments/howto8/front-end/use-navigation-layouts/3.8_inspector.png index c26a6bfa4a3..5d52063bf37 100644 Binary files a/static/attachments/howto8/front-end/use-navigation-layouts/3.8_inspector.png and b/static/attachments/howto8/front-end/use-navigation-layouts/3.8_inspector.png differ diff --git a/static/attachments/howto8/front-end/use-navigation-layouts/3.8_selectdevicesize.png b/static/attachments/howto8/front-end/use-navigation-layouts/3.8_selectdevicesize.png index 9ba82da99e2..916629e35c4 100644 Binary files a/static/attachments/howto8/front-end/use-navigation-layouts/3.8_selectdevicesize.png and b/static/attachments/howto8/front-end/use-navigation-layouts/3.8_selectdevicesize.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/archiving.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/archiving.png index c4a0713eae4..a8f1f44d54c 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/archiving.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/archiving.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/distribute-options.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/distribute-options.png index d34219ed377..737354d4304 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/distribute-options.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/distribute-options.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/folder-final.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/folder-final.png index c19c8c0c8a8..e8f84410188 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/folder-final.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/folder-final.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/organizer.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/organizer.png index a25aea2fc82..02970b66492 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/organizer.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/organizer.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/root-element.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/root-element.png index ed7f2b4a313..5d94a262c50 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/root-element.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/root-element.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/setup-signing-wrong.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/setup-signing-wrong.png index 8350f45bdbe..93f56314152 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/setup-signing-wrong.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/setup-signing-wrong.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/xc-workspace.png b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/xc-workspace.png index 16477a52fcf..8e392e536ad 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/xc-workspace.png and b/static/attachments/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally/xc-workspace.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml/build.phonegap.com.png b/static/attachments/howto8/mobile/hybrid-mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml/build.phonegap.com.png index 5644a1173ed..853174ff4e7 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml/build.phonegap.com.png and b/static/attachments/howto8/mobile/hybrid-mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml/build.phonegap.com.png differ diff --git a/static/attachments/howto8/mobile/hybrid-mobile/push-notifications/setting-up-apple-push-notification-server/20217895.png b/static/attachments/howto8/mobile/hybrid-mobile/push-notifications/setting-up-apple-push-notification-server/20217895.png index 442a2bc0f5b..90e740ffaaa 100644 Binary files a/static/attachments/howto8/mobile/hybrid-mobile/push-notifications/setting-up-apple-push-notification-server/20217895.png and b/static/attachments/howto8/mobile/hybrid-mobile/push-notifications/setting-up-apple-push-notification-server/20217895.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/home-screen.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/home-screen.png index a29c3916265..e7036952cf9 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/home-screen.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/home-screen.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/wizard-icons.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/wizard-icons.png index 6ebcb9952e6..24c3a9dc2d1 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/wizard-icons.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/deploying-native-app/wizard-icons.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/how-to-devapps/build-custom-dev-app.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/how-to-devapps/build-custom-dev-app.png index 1de20d4b878..bd4bfc5a68b 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/how-to-devapps/build-custom-dev-app.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/how-to-devapps/build-custom-dev-app.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-error-text.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-error-text.png index 594ea30f744..2cd6b11222b 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-error-text.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-error-text.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-success-prompt.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-success-prompt.png index 16b50fdffd8..c4f9c9e5ba8 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-success-prompt.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-success-prompt.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-update-prompt.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-update-prompt.png index 00246710db2..2ad6202533a 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-update-prompt.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/phone-update-prompt.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/release-list.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/release-list.png index 9deed29808c..61f5eedbae3 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/release-list.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/release-list.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/rollback-result.png b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/rollback-result.png index 242c87e46f7..8143e74c8b1 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/rollback-result.png and b/static/attachments/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli/rollback-result.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/common-issues/inboundrules.png b/static/attachments/howto8/mobile/native-mobile/common-issues/inboundrules.png index a89c6603f23..eab05ed42f0 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/common-issues/inboundrules.png and b/static/attachments/howto8/mobile/native-mobile/common-issues/inboundrules.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/common-issues/unabletoloadscript.png b/static/attachments/howto8/mobile/native-mobile/common-issues/unabletoloadscript.png index 04c66e5d085..3d7d6a267af 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/common-issues/unabletoloadscript.png and b/static/attachments/howto8/mobile/native-mobile/common-issues/unabletoloadscript.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities-ota.png b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities-ota.png index fbe01f4decc..23b2a459225 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities-ota.png and b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities-ota.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities.png b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities.png index a5628649863..ee6d88f1106 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities.png and b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-capabilities.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-configuration.png b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-configuration.png index 05ed9c619d0..0e494ab5056 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-configuration.png and b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-configuration.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-menu.png b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-menu.png index 13fa7f6bb41..3309fd82f38 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-menu.png and b/static/attachments/howto8/mobile/native-mobile/how-to-ota/advanced-ota-menu.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/how-to-ota/build-release-app-for-ota.png b/static/attachments/howto8/mobile/native-mobile/how-to-ota/build-release-app-for-ota.png index 6f9fcebfd97..ec655f135f3 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/how-to-ota/build-release-app-for-ota.png and b/static/attachments/howto8/mobile/native-mobile/how-to-ota/build-release-app-for-ota.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/native-custom-fonts/xcode-open-infoplist.png b/static/attachments/howto8/mobile/native-mobile/native-custom-fonts/xcode-open-infoplist.png index b9146d43249..a3a46cd6f0d 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/native-custom-fonts/xcode-open-infoplist.png and b/static/attachments/howto8/mobile/native-mobile/native-custom-fonts/xcode-open-infoplist.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/local-notif-badges/badge-mobile.png b/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/local-notif-badges/badge-mobile.png index f437ef6283a..c6c97e9754f 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/local-notif-badges/badge-mobile.png and b/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/local-notif-badges/badge-mobile.png differ diff --git a/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/native-local-notifications/basic-notif.png b/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/native-local-notifications/basic-notif.png index 2b2e6d47f14..344840339f9 100644 Binary files a/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/native-local-notifications/basic-notif.png and b/static/attachments/howto8/mobile/native-mobile/notifications/local-notif-parent/native-local-notifications/basic-notif.png differ diff --git a/static/attachments/howto9/extensibility/best-practices-javascript-actions/debugging.png b/static/attachments/howto9/extensibility/best-practices-javascript-actions/debugging.png index 5675aee2edd..8584e001c37 100644 Binary files a/static/attachments/howto9/extensibility/best-practices-javascript-actions/debugging.png and b/static/attachments/howto9/extensibility/best-practices-javascript-actions/debugging.png differ diff --git a/static/attachments/howto9/front-end/atlas-ui/customize-styling-new/styling-editor.png b/static/attachments/howto9/front-end/atlas-ui/customize-styling-new/styling-editor.png index dfc08eedff6..17e98d15c3a 100644 Binary files a/static/attachments/howto9/front-end/atlas-ui/customize-styling-new/styling-editor.png and b/static/attachments/howto9/front-end/atlas-ui/customize-styling-new/styling-editor.png differ diff --git a/static/attachments/howto9/front-end/atlas-ui/get-started/designelements.png b/static/attachments/howto9/front-end/atlas-ui/get-started/designelements.png index e39fb12a411..b1104397a1b 100644 Binary files a/static/attachments/howto9/front-end/atlas-ui/get-started/designelements.png and b/static/attachments/howto9/front-end/atlas-ui/get-started/designelements.png differ diff --git a/static/attachments/howto9/front-end/use-navigation-layouts/3.6_selectdevicesize.png b/static/attachments/howto9/front-end/use-navigation-layouts/3.6_selectdevicesize.png index f335e946013..d4822c74fc0 100644 Binary files a/static/attachments/howto9/front-end/use-navigation-layouts/3.6_selectdevicesize.png and b/static/attachments/howto9/front-end/use-navigation-layouts/3.6_selectdevicesize.png differ diff --git a/static/attachments/howto9/front-end/use-navigation-layouts/3.8_selectdevicesize.png b/static/attachments/howto9/front-end/use-navigation-layouts/3.8_selectdevicesize.png index 9ba82da99e2..916629e35c4 100644 Binary files a/static/attachments/howto9/front-end/use-navigation-layouts/3.8_selectdevicesize.png and b/static/attachments/howto9/front-end/use-navigation-layouts/3.8_selectdevicesize.png differ diff --git a/static/attachments/howto9/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png b/static/attachments/howto9/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png index 6fda48e3e7f..ef5fb7a2181 100644 Binary files a/static/attachments/howto9/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png and b/static/attachments/howto9/mobile/hybrid-mobile/setting-up-hybrid-push-notifications/build.phonegap.com.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png b/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png index 2e02c27d845..1f17458e089 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png and b/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/home-screen.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png b/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png index 6ebcb9952e6..24c3a9dc2d1 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png and b/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/deploying-native-app/wizard-icons.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png b/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png index adc23da1e5d..6a63b7b0dc8 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png and b/static/attachments/howto9/mobile/native-mobile/distribution/build-native-apps/how-to-devapps/build-custom-dev-app.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/inboundrules.png b/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/inboundrules.png index a89c6603f23..eab05ed42f0 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/inboundrules.png and b/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/inboundrules.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png b/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png index 04c66e5d085..3d7d6a267af 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png and b/static/attachments/howto9/mobile/native-mobile/get-started/common-issues/unabletoloadscript.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png b/static/attachments/howto9/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png index 261d127b947..00c153e3858 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png and b/static/attachments/howto9/mobile/native-mobile/implementation/native-custom-fonts/custom-fonts-xcode-dialog.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png b/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png index f437ef6283a..c6c97e9754f 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png and b/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-badges/badge-mobile.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png b/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png index d5e3f49ef14..46c2884cb21 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png and b/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/local-notif-request-schedule/permissionsenumeration.png differ diff --git a/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png b/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png index 2b2e6d47f14..344840339f9 100644 Binary files a/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png and b/static/attachments/howto9/mobile/native-mobile/implementation/notifications/local-notif-parent/native-local-notifications/basic-notif.png differ diff --git a/static/attachments/mendix-portal/global-nav/portal_search.png b/static/attachments/mendix-portal/global-nav/portal_search.png index 64e3c3e524e..3c37a50c381 100644 Binary files a/static/attachments/mendix-portal/global-nav/portal_search.png and b/static/attachments/mendix-portal/global-nav/portal_search.png differ diff --git a/static/attachments/partners/siemens/teamcenter-bom-component/bom-widget-studio-pro.png b/static/attachments/partners/siemens/teamcenter-bom-component/bom-widget-studio-pro.png index 3ed0390e1e9..4778037efb8 100644 Binary files a/static/attachments/partners/siemens/teamcenter-bom-component/bom-widget-studio-pro.png and b/static/attachments/partners/siemens/teamcenter-bom-component/bom-widget-studio-pro.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-02-1103-2.png b/static/attachments/private-platform/nist-ac/nist-ac-02-1103-2.png index 7efcd0a055a..e10945859a2 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-02-1103-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-02-1103-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-02-1103-3.png b/static/attachments/private-platform/nist-ac/nist-ac-02-1103-3.png index 04f29032983..b3a6a9983cc 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-02-1103-3.png and b/static/attachments/private-platform/nist-ac/nist-ac-02-1103-3.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0203-1.png b/static/attachments/private-platform/nist-ac/nist-ac-0203-1.png index b1167a67340..48e3c368851 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0203-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-0203-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0212-1.png b/static/attachments/private-platform/nist-ac/nist-ac-0212-1.png index 08e49e7e27d..0754575da80 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0212-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-0212-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0212-2.png b/static/attachments/private-platform/nist-ac/nist-ac-0212-2.png index 828072271ae..1033032baf6 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0212-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-0212-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-03-1.png b/static/attachments/private-platform/nist-ac/nist-ac-03-1.png index 9c37844f971..06fd5ae72e1 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-03-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-03-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-03-2.png b/static/attachments/private-platform/nist-ac/nist-ac-03-2.png index ba5c88122f9..60e05cfc1e0 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-03-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-03-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0412-1.png b/static/attachments/private-platform/nist-ac/nist-ac-0412-1.png index 26cced8efe7..775dbfc17f7 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0412-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-0412-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0601-2.png b/static/attachments/private-platform/nist-ac/nist-ac-0601-2.png index d77e33cc261..d494379a5df 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0601-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-0601-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0601-3.png b/static/attachments/private-platform/nist-ac/nist-ac-0601-3.png index f72069b737b..66e5e3f3258 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0601-3.png and b/static/attachments/private-platform/nist-ac/nist-ac-0601-3.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0607-1.png b/static/attachments/private-platform/nist-ac/nist-ac-0607-1.png index e8c234f5dc0..033e64f00f4 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0607-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-0607-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0607-2.png b/static/attachments/private-platform/nist-ac/nist-ac-0607-2.png index b904e9b56ff..86a692f0593 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0607-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-0607-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0607-3.png b/static/attachments/private-platform/nist-ac/nist-ac-0607-3.png index 76b7cb5ae53..cd18b6fb8f5 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0607-3.png and b/static/attachments/private-platform/nist-ac/nist-ac-0607-3.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0607-4.png b/static/attachments/private-platform/nist-ac/nist-ac-0607-4.png index b50597d2418..9d9b100fc7e 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0607-4.png and b/static/attachments/private-platform/nist-ac/nist-ac-0607-4.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0608-1.png b/static/attachments/private-platform/nist-ac/nist-ac-0608-1.png index eaa6dcf085e..0fbaf894770 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0608-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-0608-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-0608-2.png b/static/attachments/private-platform/nist-ac/nist-ac-0608-2.png index e90d2c7572f..d08d6712104 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-0608-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-0608-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-07-1.png b/static/attachments/private-platform/nist-ac/nist-ac-07-1.png index e85fc0ebe69..1e0e4d6992e 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-07-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-07-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-08-2.png b/static/attachments/private-platform/nist-ac/nist-ac-08-2.png index 54c766f2524..4c3dd96e8be 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-08-2.png and b/static/attachments/private-platform/nist-ac/nist-ac-08-2.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-08-3.png b/static/attachments/private-platform/nist-ac/nist-ac-08-3.png index 9f62508858d..ca68dc06681 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-08-3.png and b/static/attachments/private-platform/nist-ac/nist-ac-08-3.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-10-1.png b/static/attachments/private-platform/nist-ac/nist-ac-10-1.png index 1ccbe9c8266..61c2d5938db 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-10-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-10-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-1709-1.png b/static/attachments/private-platform/nist-ac/nist-ac-1709-1.png index 5dd7b029fbc..ab5c05943c9 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-1709-1.png and b/static/attachments/private-platform/nist-ac/nist-ac-1709-1.png differ diff --git a/static/attachments/private-platform/nist-ac/nist-ac-1709-3.png b/static/attachments/private-platform/nist-ac/nist-ac-1709-3.png index 8b5ddbce1c6..c5a03fd54bf 100644 Binary files a/static/attachments/private-platform/nist-ac/nist-ac-1709-3.png and b/static/attachments/private-platform/nist-ac/nist-ac-1709-3.png differ diff --git a/static/attachments/private-platform/nist-au/nist-au-05-2.png b/static/attachments/private-platform/nist-au/nist-au-05-2.png index 8ab46be7de8..34c9237ab4f 100644 Binary files a/static/attachments/private-platform/nist-au/nist-au-05-2.png and b/static/attachments/private-platform/nist-au/nist-au-05-2.png differ diff --git a/static/attachments/private-platform/nist-cm/nist-cm-1001-1.png b/static/attachments/private-platform/nist-cm/nist-cm-1001-1.png index cb3db2c0874..bfd9b33f419 100644 Binary files a/static/attachments/private-platform/nist-cm/nist-cm-1001-1.png and b/static/attachments/private-platform/nist-cm/nist-cm-1001-1.png differ diff --git a/static/attachments/private-platform/nist-ia/nist-ia-051126-1.png b/static/attachments/private-platform/nist-ia/nist-ia-051126-1.png index 064786fb3b6..70481943bd7 100644 Binary files a/static/attachments/private-platform/nist-ia/nist-ia-051126-1.png and b/static/attachments/private-platform/nist-ia/nist-ia-051126-1.png differ diff --git a/static/attachments/private-platform/nist-ia/nist-ia-051127-4.png b/static/attachments/private-platform/nist-ia/nist-ia-051127-4.png index 7efcd0a055a..e10945859a2 100644 Binary files a/static/attachments/private-platform/nist-ia/nist-ia-051127-4.png and b/static/attachments/private-platform/nist-ia/nist-ia-051127-4.png differ diff --git a/static/attachments/private-platform/nist-ra/nist-ra-05-2.png b/static/attachments/private-platform/nist-ra/nist-ra-05-2.png index 044620a6a93..815cf9167f9 100644 Binary files a/static/attachments/private-platform/nist-ra/nist-ra-05-2.png and b/static/attachments/private-platform/nist-ra/nist-ra-05-2.png differ diff --git a/static/attachments/private-platform/nist-ra/nist-ra-05-3.png b/static/attachments/private-platform/nist-ra/nist-ra-05-3.png index ba91b2edb7a..50392087124 100644 Binary files a/static/attachments/private-platform/nist-ra/nist-ra-05-3.png and b/static/attachments/private-platform/nist-ra/nist-ra-05-3.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-04-1.png b/static/attachments/private-platform/nist-sc/nist-sc-04-1.png index da398f4fc1d..1ddde2d1b0f 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-04-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-04-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-04-2.png b/static/attachments/private-platform/nist-sc/nist-sc-04-2.png index c884ee6f72b..d1479da158e 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-04-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-04-2.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-04-3.png b/static/attachments/private-platform/nist-sc/nist-sc-04-3.png index aa6d19fd86d..ce39bf8885b 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-04-3.png and b/static/attachments/private-platform/nist-sc/nist-sc-04-3.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-04-4.png b/static/attachments/private-platform/nist-sc/nist-sc-04-4.png index 11be1b4a3eb..10ae7341e58 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-04-4.png and b/static/attachments/private-platform/nist-sc/nist-sc-04-4.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-07-1.png b/static/attachments/private-platform/nist-sc/nist-sc-07-1.png index f81a5cfa1c2..58792e86132 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-07-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-07-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-07-2.png b/static/attachments/private-platform/nist-sc/nist-sc-07-2.png index 08318c4f2f8..05af62772ef 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-07-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-07-2.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-0710-1.png b/static/attachments/private-platform/nist-sc/nist-sc-0710-1.png index 93fda016418..05641fac683 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-0710-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-0710-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-0710-2.png b/static/attachments/private-platform/nist-sc/nist-sc-0710-2.png index 597fd527832..a92aead79df 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-0710-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-0710-2.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-0710-3.png b/static/attachments/private-platform/nist-sc/nist-sc-0710-3.png index ace67640c72..bedda230e9c 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-0710-3.png and b/static/attachments/private-platform/nist-sc/nist-sc-0710-3.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-08-1.png b/static/attachments/private-platform/nist-sc/nist-sc-08-1.png index de3e0a12735..80ab2a1c16d 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-08-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-08-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-08-2.png b/static/attachments/private-platform/nist-sc/nist-sc-08-2.png index 06d36a8dd57..2f65cf18a9f 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-08-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-08-2.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-08-3.png b/static/attachments/private-platform/nist-sc/nist-sc-08-3.png index c5d33083215..4f70185ee98 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-08-3.png and b/static/attachments/private-platform/nist-sc/nist-sc-08-3.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-0801-1.png b/static/attachments/private-platform/nist-sc/nist-sc-0801-1.png index 22e5e68213e..86e1b79a7f6 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-0801-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-0801-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-0802-1.png b/static/attachments/private-platform/nist-sc/nist-sc-0802-1.png index 8966bd46b24..fc5c2f7b396 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-0802-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-0802-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-0802-2.png b/static/attachments/private-platform/nist-sc/nist-sc-0802-2.png index 199abcf0e30..cb6e15c1e69 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-0802-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-0802-2.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-13-1.png b/static/attachments/private-platform/nist-sc/nist-sc-13-1.png index 206f6218091..40cdc0469ea 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-13-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-13-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-17-1.png b/static/attachments/private-platform/nist-sc/nist-sc-17-1.png index 905e3e3192d..9466d8aa2f5 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-17-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-17-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-17-2.png b/static/attachments/private-platform/nist-sc/nist-sc-17-2.png index 36839ea3f7b..a04b347a7fd 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-17-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-17-2.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-2303-1.png b/static/attachments/private-platform/nist-sc/nist-sc-2303-1.png index 7e19e21e4cd..c4da537b5c8 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-2303-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-2303-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-2305-1.png b/static/attachments/private-platform/nist-sc/nist-sc-2305-1.png index 3bc0d7674fe..f840f4aca1f 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-2305-1.png and b/static/attachments/private-platform/nist-sc/nist-sc-2305-1.png differ diff --git a/static/attachments/private-platform/nist-sc/nist-sc-2305-2.png b/static/attachments/private-platform/nist-sc/nist-sc-2305-2.png index e5e3118f78b..d78af50e1fb 100644 Binary files a/static/attachments/private-platform/nist-sc/nist-sc-2305-2.png and b/static/attachments/private-platform/nist-sc/nist-sc-2305-2.png differ diff --git a/static/attachments/private-platform/pmp-admin5.png b/static/attachments/private-platform/pmp-admin5.png index dc92bc42a76..12506563db4 100644 Binary files a/static/attachments/private-platform/pmp-admin5.png and b/static/attachments/private-platform/pmp-admin5.png differ diff --git a/static/attachments/private-platform/pmp-admin9.png b/static/attachments/private-platform/pmp-admin9.png index b440331ff08..32a53d915f0 100644 Binary files a/static/attachments/private-platform/pmp-admin9.png and b/static/attachments/private-platform/pmp-admin9.png differ diff --git a/static/attachments/private-platform/pmp-config3.png b/static/attachments/private-platform/pmp-config3.png index 9887c867982..44b0bcf9d3b 100644 Binary files a/static/attachments/private-platform/pmp-config3.png and b/static/attachments/private-platform/pmp-config3.png differ diff --git a/static/attachments/private-platform/pmp-install7.png b/static/attachments/private-platform/pmp-install7.png index 31fd28cf571..d7d5fbc7a3b 100644 Binary files a/static/attachments/private-platform/pmp-install7.png and b/static/attachments/private-platform/pmp-install7.png differ diff --git a/static/attachments/private-platform/pmp-install9.png b/static/attachments/private-platform/pmp-install9.png index 4ea72061d74..6be3d8e6e01 100644 Binary files a/static/attachments/private-platform/pmp-install9.png and b/static/attachments/private-platform/pmp-install9.png differ diff --git a/static/attachments/private-platform/pmp-refguide-company-content.png b/static/attachments/private-platform/pmp-refguide-company-content.png index 4d17f0d72fb..6a8b2512699 100644 Binary files a/static/attachments/private-platform/pmp-refguide-company-content.png and b/static/attachments/private-platform/pmp-refguide-company-content.png differ diff --git a/static/attachments/private-platform/pmp-roles2.png b/static/attachments/private-platform/pmp-roles2.png index 88e04cf0e4f..12abcfba78e 100644 Binary files a/static/attachments/private-platform/pmp-roles2.png and b/static/attachments/private-platform/pmp-roles2.png differ diff --git a/static/attachments/private-platform/pmp-ug2.png b/static/attachments/private-platform/pmp-ug2.png index 346301ebead..ef701d782ec 100644 Binary files a/static/attachments/private-platform/pmp-ug2.png and b/static/attachments/private-platform/pmp-ug2.png differ diff --git a/static/attachments/private-platform/pmp-ug3.png b/static/attachments/private-platform/pmp-ug3.png index b157b1a4fd7..8bc469e5b5a 100644 Binary files a/static/attachments/private-platform/pmp-ug3.png and b/static/attachments/private-platform/pmp-ug3.png differ diff --git a/static/attachments/private-platform/pmp-ug4.png b/static/attachments/private-platform/pmp-ug4.png index f6764b02970..b4e803a9fa1 100644 Binary files a/static/attachments/private-platform/pmp-ug4.png and b/static/attachments/private-platform/pmp-ug4.png differ diff --git a/static/attachments/private-platform/pmp-ug5.png b/static/attachments/private-platform/pmp-ug5.png index 05e00946a37..3059fd64fc4 100644 Binary files a/static/attachments/private-platform/pmp-ug5.png and b/static/attachments/private-platform/pmp-ug5.png differ diff --git a/static/attachments/private-platform/pmp-upgrade2.png b/static/attachments/private-platform/pmp-upgrade2.png index f3dcd315ee7..2d9b2cbe045 100644 Binary files a/static/attachments/private-platform/pmp-upgrade2.png and b/static/attachments/private-platform/pmp-upgrade2.png differ diff --git a/static/attachments/private-platform/pmp-vc1.png b/static/attachments/private-platform/pmp-vc1.png index fe7caca2ce6..244f5c23df9 100644 Binary files a/static/attachments/private-platform/pmp-vc1.png and b/static/attachments/private-platform/pmp-vc1.png differ diff --git a/static/attachments/private-platform/pmp-vc2.png b/static/attachments/private-platform/pmp-vc2.png index 88e9739c360..b787cbf1645 100644 Binary files a/static/attachments/private-platform/pmp-vc2.png and b/static/attachments/private-platform/pmp-vc2.png differ diff --git a/static/attachments/private-platform/pmp-vc3.png b/static/attachments/private-platform/pmp-vc3.png index b838d915036..9fdac910435 100644 Binary files a/static/attachments/private-platform/pmp-vc3.png and b/static/attachments/private-platform/pmp-vc3.png differ diff --git a/static/attachments/private-platform/pmp-vc4.png b/static/attachments/private-platform/pmp-vc4.png index 6563f0b1a45..7ab284d5089 100644 Binary files a/static/attachments/private-platform/pmp-vc4.png and b/static/attachments/private-platform/pmp-vc4.png differ diff --git a/static/attachments/private-platform/pmp-vc5.png b/static/attachments/private-platform/pmp-vc5.png index b5fd99125a0..fe325ade98e 100644 Binary files a/static/attachments/private-platform/pmp-vc5.png and b/static/attachments/private-platform/pmp-vc5.png differ diff --git a/static/attachments/quickstarts/leading-mendix-implementation/continuous-collaboration-suite.png b/static/attachments/quickstarts/leading-mendix-implementation/continuous-collaboration-suite.png index 8e6d84cefd3..93f7ceaf8d3 100644 Binary files a/static/attachments/quickstarts/leading-mendix-implementation/continuous-collaboration-suite.png and b/static/attachments/quickstarts/leading-mendix-implementation/continuous-collaboration-suite.png differ diff --git a/static/attachments/quickstarts/leading-mendix-implementation/mendix-certificates.png b/static/attachments/quickstarts/leading-mendix-implementation/mendix-certificates.png index 6a9bebdf0a1..9adfc6bda4f 100644 Binary files a/static/attachments/quickstarts/leading-mendix-implementation/mendix-certificates.png and b/static/attachments/quickstarts/leading-mendix-implementation/mendix-certificates.png differ diff --git a/static/attachments/quickstarts/leading-mendix-implementation/start-journey.png b/static/attachments/quickstarts/leading-mendix-implementation/start-journey.png index 0f37eea7287..4219af2bf6c 100644 Binary files a/static/attachments/quickstarts/leading-mendix-implementation/start-journey.png and b/static/attachments/quickstarts/leading-mendix-implementation/start-journey.png differ diff --git a/static/attachments/quickstarts/leading-mendix-implementation/template.png b/static/attachments/quickstarts/leading-mendix-implementation/template.png index 46ff1402550..6a447c09277 100644 Binary files a/static/attachments/quickstarts/leading-mendix-implementation/template.png and b/static/attachments/quickstarts/leading-mendix-implementation/template.png differ diff --git a/static/attachments/quickstarts/leading-mendix-implementation/your-journey.png b/static/attachments/quickstarts/leading-mendix-implementation/your-journey.png index 126f0fa7b44..9d5b2157b71 100644 Binary files a/static/attachments/quickstarts/leading-mendix-implementation/your-journey.png and b/static/attachments/quickstarts/leading-mendix-implementation/your-journey.png differ diff --git a/static/attachments/quickstarts/part1/3. login.png b/static/attachments/quickstarts/part1/3. login.png index d9e82ec3215..885517ad34b 100644 Binary files a/static/attachments/quickstarts/part1/3. login.png and b/static/attachments/quickstarts/part1/3. login.png differ diff --git a/static/attachments/quickstarts/part2/4.a Create New App.png b/static/attachments/quickstarts/part2/4.a Create New App.png index e9428a8b559..7a69cac5a0b 100644 Binary files a/static/attachments/quickstarts/part2/4.a Create New App.png and b/static/attachments/quickstarts/part2/4.a Create New App.png differ diff --git a/static/attachments/refguide/installation/install/setup-wizard.png b/static/attachments/refguide/installation/install/setup-wizard.png index 29868dce2a9..1cc162d6e08 100644 Binary files a/static/attachments/refguide/installation/install/setup-wizard.png and b/static/attachments/refguide/installation/install/setup-wizard.png differ diff --git a/static/attachments/refguide/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png b/static/attachments/refguide/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png index f1f1a2125bb..ee40c0f86f7 100644 Binary files a/static/attachments/refguide/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png and b/static/attachments/refguide/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png differ diff --git a/static/attachments/refguide/mendix-ai-assistance/start-with-maia/start-with-maia-starting-point.png b/static/attachments/refguide/mendix-ai-assistance/start-with-maia/start-with-maia-starting-point.png index e5d7b48bd2d..303494e49f0 100644 Binary files a/static/attachments/refguide/mendix-ai-assistance/start-with-maia/start-with-maia-starting-point.png and b/static/attachments/refguide/mendix-ai-assistance/start-with-maia/start-with-maia-starting-point.png differ diff --git a/static/attachments/refguide/mobile/native-mobile/native-styling-refguide/video-player.png b/static/attachments/refguide/mobile/native-mobile/native-styling-refguide/video-player.png index 39a9a2b1d40..1957f3c2859 100644 Binary files a/static/attachments/refguide/mobile/native-mobile/native-styling-refguide/video-player.png and b/static/attachments/refguide/mobile/native-mobile/native-styling-refguide/video-player.png differ diff --git a/static/attachments/refguide/modeling/app-explorer/app/navigation/navigation-profile-properties.png b/static/attachments/refguide/modeling/app-explorer/app/navigation/navigation-profile-properties.png index 6ba71494d45..02ba97cea8c 100644 Binary files a/static/attachments/refguide/modeling/app-explorer/app/navigation/navigation-profile-properties.png and b/static/attachments/refguide/modeling/app-explorer/app/navigation/navigation-profile-properties.png differ diff --git a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png index cd1c78e0245..f032eb71ed5 100644 Binary files a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png and b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png differ diff --git a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png index 6f8a4004768..c944460b2d6 100644 Binary files a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png and b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png differ diff --git a/static/attachments/refguide/modeling/domain-model/use-view-entities/active-tenant.png b/static/attachments/refguide/modeling/domain-model/use-view-entities/active-tenant.png index b2cda877bad..9688c5aa623 100644 Binary files a/static/attachments/refguide/modeling/domain-model/use-view-entities/active-tenant.png and b/static/attachments/refguide/modeling/domain-model/use-view-entities/active-tenant.png differ diff --git a/static/attachments/refguide/modeling/domain-model/use-view-entities/customer-per-decade.png b/static/attachments/refguide/modeling/domain-model/use-view-entities/customer-per-decade.png index f680d991c91..914996dd325 100644 Binary files a/static/attachments/refguide/modeling/domain-model/use-view-entities/customer-per-decade.png and b/static/attachments/refguide/modeling/domain-model/use-view-entities/customer-per-decade.png differ diff --git a/static/attachments/refguide/modeling/domain-model/use-view-entities/product-language.png b/static/attachments/refguide/modeling/domain-model/use-view-entities/product-language.png index 8af568fbb3c..82d549b53fb 100644 Binary files a/static/attachments/refguide/modeling/domain-model/use-view-entities/product-language.png and b/static/attachments/refguide/modeling/domain-model/use-view-entities/product-language.png differ diff --git a/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-contextual-menu.png b/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-contextual-menu.png index 944d933c0dc..f45df59c9f4 100644 Binary files a/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-contextual-menu.png and b/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-contextual-menu.png differ diff --git a/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-document.png b/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-document.png index a88852357ca..ffa0b4e2016 100644 Binary files a/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-document.png and b/static/attachments/refguide/modeling/domain-model/use-view-entities/view-entity-document.png differ diff --git a/static/attachments/refguide/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png b/static/attachments/refguide/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png index 66a7ca5be7f..5a92cb41c0f 100644 Binary files a/static/attachments/refguide/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png and b/static/attachments/refguide/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png differ diff --git a/static/attachments/refguide/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png b/static/attachments/refguide/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png index cdf14851463..ec44662b64c 100644 Binary files a/static/attachments/refguide/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png and b/static/attachments/refguide/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png differ diff --git a/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-contextual-menu.png b/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-contextual-menu.png index b8b45e302ec..da4484cff17 100644 Binary files a/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-contextual-menu.png and b/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-contextual-menu.png differ diff --git a/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png b/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png index 76a53b7d3a1..edb9ef181f3 100644 Binary files a/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png and b/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png differ diff --git a/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-document.png b/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-document.png index 75b5a5cb15a..4f057a3e7a5 100644 Binary files a/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-document.png and b/static/attachments/refguide/modeling/domain-model/view-entities/view-entity-document.png differ diff --git a/static/attachments/refguide/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png b/static/attachments/refguide/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png index 9d481a45cff..2971bfab50e 100644 Binary files a/static/attachments/refguide/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png and b/static/attachments/refguide/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png differ diff --git a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/define-insert-action.png b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/define-insert-action.png index 41b287b9e96..fdaeaed8517 100644 Binary files a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/define-insert-action.png and b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/define-insert-action.png differ diff --git a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png index 92050038166..0dfc35f2cba 100644 Binary files a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png and b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png differ diff --git a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/task-queue.png b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/task-queue.png index 962d496242d..cd0fc69e53d 100644 Binary files a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/task-queue.png and b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/task-queue.png differ diff --git a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png index c52835f15e1..005485f3e39 100644 Binary files a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png and b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png differ diff --git a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/versioning.png b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/versioning.png index 08f4a9c1991..2be579d047d 100644 Binary files a/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/versioning.png and b/static/attachments/refguide/modeling/integration/odata-services/build-odata-apis/versioning.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/add-layer.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/add-layer.png index 56cf4bbf74b..8d940cf9bb6 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/add-layer.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/add-layer.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/auto-generated-endpoint.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/auto-generated-endpoint.png index 7db5564d3e7..2b6aaf7f95b 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/auto-generated-endpoint.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/auto-generated-endpoint.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/building-pages.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/building-pages.png index 9b1a8109e27..f44799c898c 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/building-pages.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/building-pages.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/content-type.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/content-type.png index e26c053367a..fbd5a46bd4b 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/content-type.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/content-type.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/create-external-entities.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/create-external-entities.png index 11270240a2c..ca190287409 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/create-external-entities.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/create-external-entities.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/data-source.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/data-source.png index 18796083935..e6829bb9946 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/data-source.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/data-source.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/domain-model.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/domain-model.png index 9f40ae36054..808cf85349b 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/domain-model.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/domain-model.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/endpoint-title.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/endpoint-title.png index 1cdd030d1df..e31702fb1a3 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/endpoint-title.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/endpoint-title.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/microflow-sparql.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/microflow-sparql.png index 1893bc656f2..d2b05fbb3f0 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/microflow-sparql.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/microflow-sparql.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/odbc-endpoint.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/odbc-endpoint.png index 371f338b806..5b239bb024b 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/odbc-endpoint.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/odbc-endpoint.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/overview-page.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/overview-page.png index 5d737495b28..44a694822f7 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/overview-page.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/overview-page.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/paste-query.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/paste-query.png index c582397f295..7574512af11 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/paste-query.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/paste-query.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response-structure.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response-structure.png index e3d86d29662..1eb5b0dcd01 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response-structure.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response-structure.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response.png index 46a61426c98..ff1bbc0dfe8 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/response.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/sparql.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/sparql.png index 1c0c1f6f96a..4f89c131586 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/sparql.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/sparql.png differ diff --git a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/tree-widget.png b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/tree-widget.png index 286d40e302a..a3bceb9d3ab 100644 Binary files a/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/tree-widget.png and b/static/attachments/refguide/modeling/integration/rapidminer/graph-studio/tree-widget.png differ diff --git a/static/attachments/refguide/modeling/integration/rest-services/consume-a-rest-service/domain-model.png b/static/attachments/refguide/modeling/integration/rest-services/consume-a-rest-service/domain-model.png index 6c223052963..be0b8cde9a1 100644 Binary files a/static/attachments/refguide/modeling/integration/rest-services/consume-a-rest-service/domain-model.png and b/static/attachments/refguide/modeling/integration/rest-services/consume-a-rest-service/domain-model.png differ diff --git a/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png b/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png index e7e9039b837..49d9bb30501 100644 Binary files a/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png and b/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png differ diff --git a/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-tab.png b/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-tab.png index aa65921c16c..e061cf58bfa 100644 Binary files a/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-tab.png and b/static/attachments/refguide/modeling/integration/rest-services/consumed-rest-service/response-tab.png differ diff --git a/static/attachments/refguide/modeling/integration/rest-services/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png b/static/attachments/refguide/modeling/integration/rest-services/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png index 0fc717c7b6e..261da7fa51d 100644 Binary files a/static/attachments/refguide/modeling/integration/rest-services/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png and b/static/attachments/refguide/modeling/integration/rest-services/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png differ diff --git a/static/attachments/refguide/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png b/static/attachments/refguide/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png index b9f442311c1..d72a393cbde 100644 Binary files a/static/attachments/refguide/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png and b/static/attachments/refguide/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png index 75e6088c59a..91f9087c375 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png index efefacc2db1..859b2b4a748 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11.png index 3867ab65d09..04a1145abe4 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11a.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11a.png index 1627f4534af..3c88c03f111 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11a.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/11a.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/12.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/12.png index 23d47daea2d..12da9f73c68 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/12.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/12.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/13.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/13.png index 0663f58784a..3a62dc0718f 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/13.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/13.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png index 3f4d20c2f6c..c46b4ec7c20 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/3.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/3.png index 2c3da970d74..d01424a32ba 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/3.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/3.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/4.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/4.png index d8d1d1f3b59..de4aee3fbf6 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/4.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/4.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5.png index 7c8e40a590c..f989f60e33a 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5a.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5a.png index 8490715c3e4..a1238ce1355 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5a.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5a.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5b.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5b.png index e871c10b58c..d4520d8bd02 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5b.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/5b.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/6.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/6.png index 6ef50ea3247..84c9ba309fb 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/6.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/6.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/8.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/8.png index de0c744701e..c3a14bdbc90 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/8.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/8.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/9.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/9.png index f7ba3c389c8..afe14d420d3 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/9.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/9.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref00.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref00.png index 6c81ac2dac8..5068536cbff 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref00.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref00.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref01.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref01.png index 74b4ee7460b..40e818da886 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref01.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref01.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02.png index 0086108916b..c96703c07a3 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02a.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02a.png index a4e89957c41..0e2e1ec698c 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02a.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref02a.png differ diff --git a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref03.png b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref03.png index 07275b8a671..cbfa37a5f83 100644 Binary files a/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref03.png and b/static/attachments/refguide/modeling/integration/use-platform-supported-content/use-the-external-database-connector/ref03.png differ diff --git a/static/attachments/refguide/modeling/menus/edit-menu/edit-menu.png b/static/attachments/refguide/modeling/menus/edit-menu/edit-menu.png index 3fb0141accf..ada588d7625 100644 Binary files a/static/attachments/refguide/modeling/menus/edit-menu/edit-menu.png and b/static/attachments/refguide/modeling/menus/edit-menu/edit-menu.png differ diff --git a/static/attachments/refguide/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png b/static/attachments/refguide/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png index a5a660033f1..40c1e7e70af 100644 Binary files a/static/attachments/refguide/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png and b/static/attachments/refguide/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png differ diff --git a/static/attachments/refguide/modeling/menus/view-menu/file-diff-viewer/file-diff-viewer-split.png b/static/attachments/refguide/modeling/menus/view-menu/file-diff-viewer/file-diff-viewer-split.png index 101ddfc1449..9139e1c7bee 100644 Binary files a/static/attachments/refguide/modeling/menus/view-menu/file-diff-viewer/file-diff-viewer-split.png and b/static/attachments/refguide/modeling/menus/view-menu/file-diff-viewer/file-diff-viewer-split.png differ diff --git a/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png b/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png index a75acc7aac5..004752cbac1 100644 Binary files a/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png and b/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png differ diff --git a/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png b/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png index 3f47ec26f3d..4c31efc355a 100644 Binary files a/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png and b/static/attachments/refguide/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png differ diff --git a/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png b/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png index a75acc7aac5..004752cbac1 100644 Binary files a/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png and b/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png differ diff --git a/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png b/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png index 3f47ec26f3d..4c31efc355a 100644 Binary files a/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png and b/static/attachments/refguide/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png differ diff --git a/static/attachments/refguide/modeling/resources/add-resources.png b/static/attachments/refguide/modeling/resources/add-resources.png index 1aedc5d7b11..fc182e9c83f 100644 Binary files a/static/attachments/refguide/modeling/resources/add-resources.png and b/static/attachments/refguide/modeling/resources/add-resources.png differ diff --git a/static/attachments/refguide/runtime/data-storage/association-storage-migration-time/association-storage-model.png b/static/attachments/refguide/runtime/data-storage/association-storage-migration-time/association-storage-model.png index fb714ab567b..8346d4c3ea6 100644 Binary files a/static/attachments/refguide/runtime/data-storage/association-storage-migration-time/association-storage-model.png and b/static/attachments/refguide/runtime/data-storage/association-storage-migration-time/association-storage-model.png differ diff --git a/static/attachments/refguide/runtime/optimistic-locking/runtime-settings-dialog.png b/static/attachments/refguide/runtime/optimistic-locking/runtime-settings-dialog.png index b06e634eb98..9fab3ddfaa9 100644 Binary files a/static/attachments/refguide/runtime/optimistic-locking/runtime-settings-dialog.png and b/static/attachments/refguide/runtime/optimistic-locking/runtime-settings-dialog.png differ diff --git a/static/attachments/refguide/runtime/session.png b/static/attachments/refguide/runtime/session.png index c0b3184bb77..6a414a5438a 100644 Binary files a/static/attachments/refguide/runtime/session.png and b/static/attachments/refguide/runtime/session.png differ diff --git a/static/attachments/refguide10/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png b/static/attachments/refguide10/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png index f1f1a2125bb..ee40c0f86f7 100644 Binary files a/static/attachments/refguide10/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png and b/static/attachments/refguide10/installation/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png differ diff --git a/static/attachments/refguide10/mobile/native-mobile/native-styling-refguide/video-player.png b/static/attachments/refguide10/mobile/native-mobile/native-styling-refguide/video-player.png index 39a9a2b1d40..1957f3c2859 100644 Binary files a/static/attachments/refguide10/mobile/native-mobile/native-styling-refguide/video-player.png and b/static/attachments/refguide10/mobile/native-mobile/native-styling-refguide/video-player.png differ diff --git a/static/attachments/refguide10/modeling/app-explorer/app/navigation/navigation-profile-properties.png b/static/attachments/refguide10/modeling/app-explorer/app/navigation/navigation-profile-properties.png index 6ba71494d45..02ba97cea8c 100644 Binary files a/static/attachments/refguide10/modeling/app-explorer/app/navigation/navigation-profile-properties.png and b/static/attachments/refguide10/modeling/app-explorer/app/navigation/navigation-profile-properties.png differ diff --git a/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png b/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png index cd1c78e0245..f032eb71ed5 100644 Binary files a/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png and b/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png differ diff --git a/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png b/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png index 6f8a4004768..c944460b2d6 100644 Binary files a/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png and b/static/attachments/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/variables-pane.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/use-view-entities/active-tenant.png b/static/attachments/refguide10/modeling/domain-model/use-view-entities/active-tenant.png index b2cda877bad..9688c5aa623 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/use-view-entities/active-tenant.png and b/static/attachments/refguide10/modeling/domain-model/use-view-entities/active-tenant.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-per-decade.png b/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-per-decade.png index f680d991c91..914996dd325 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-per-decade.png and b/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-per-decade.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-with-address.png b/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-with-address.png index 9b7c2a4c283..3ac00897ca4 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-with-address.png and b/static/attachments/refguide10/modeling/domain-model/use-view-entities/customer-with-address.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/use-view-entities/product-language.png b/static/attachments/refguide10/modeling/domain-model/use-view-entities/product-language.png index 8af568fbb3c..82d549b53fb 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/use-view-entities/product-language.png and b/static/attachments/refguide10/modeling/domain-model/use-view-entities/product-language.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png b/static/attachments/refguide10/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png index 66a7ca5be7f..5a92cb41c0f 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png and b/static/attachments/refguide10/modeling/domain-model/view-entities/multitenant-apps/project-ve-grid-2.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png b/static/attachments/refguide10/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png index cdf14851463..ec44662b64c 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png and b/static/attachments/refguide10/modeling/domain-model/view-entities/pivot-table-view-entities/orderpivotve.png differ diff --git a/static/attachments/refguide10/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png b/static/attachments/refguide10/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png index 76a53b7d3a1..edb9ef181f3 100644 Binary files a/static/attachments/refguide10/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png and b/static/attachments/refguide10/modeling/domain-model/view-entities/view-entity-data-versioning/entity-properties-2.png differ diff --git a/static/attachments/refguide10/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png b/static/attachments/refguide10/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png index 9d481a45cff..2971bfab50e 100644 Binary files a/static/attachments/refguide10/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png and b/static/attachments/refguide10/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png differ diff --git a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/define-insert-action.png b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/define-insert-action.png index 41b287b9e96..fdaeaed8517 100644 Binary files a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/define-insert-action.png and b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/define-insert-action.png differ diff --git a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png index 92050038166..0dfc35f2cba 100644 Binary files a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png and b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/specify-use-microflow.png differ diff --git a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/task-queue.png b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/task-queue.png index 962d496242d..cd0fc69e53d 100644 Binary files a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/task-queue.png and b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/task-queue.png differ diff --git a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png index c52835f15e1..005485f3e39 100644 Binary files a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png and b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/translate-to-odl-expression.png differ diff --git a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/versioning.png b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/versioning.png index 08f4a9c1991..2be579d047d 100644 Binary files a/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/versioning.png and b/static/attachments/refguide10/modeling/integration/odata-services/build-odata-apis/versioning.png differ diff --git a/static/attachments/refguide10/modeling/integration/rest-services/call-rest-action-in-microflow/domain-model.png b/static/attachments/refguide10/modeling/integration/rest-services/call-rest-action-in-microflow/domain-model.png index 6c223052963..be0b8cde9a1 100644 Binary files a/static/attachments/refguide10/modeling/integration/rest-services/call-rest-action-in-microflow/domain-model.png and b/static/attachments/refguide10/modeling/integration/rest-services/call-rest-action-in-microflow/domain-model.png differ diff --git a/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png b/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png index e7e9039b837..49d9bb30501 100644 Binary files a/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png and b/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-structure-tab.png differ diff --git a/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-tab.png b/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-tab.png index aa65921c16c..e061cf58bfa 100644 Binary files a/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-tab.png and b/static/attachments/refguide10/modeling/integration/rest-services/consumed-rest-service/response-tab.png differ diff --git a/static/attachments/refguide10/modeling/integration/rest-services/published-rest-routing/determine-operation.png b/static/attachments/refguide10/modeling/integration/rest-services/published-rest-routing/determine-operation.png index 0fc717c7b6e..261da7fa51d 100644 Binary files a/static/attachments/refguide10/modeling/integration/rest-services/published-rest-routing/determine-operation.png and b/static/attachments/refguide10/modeling/integration/rest-services/published-rest-routing/determine-operation.png differ diff --git a/static/attachments/refguide10/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png b/static/attachments/refguide10/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png index b9f442311c1..d72a393cbde 100644 Binary files a/static/attachments/refguide10/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png and b/static/attachments/refguide10/modeling/integration/use-excel-documents/export-to-excel/multiple-sheets.png differ diff --git a/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png b/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png index 75e6088c59a..91f9087c375 100644 Binary files a/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png and b/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/data-importer-menu.png differ diff --git a/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png b/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png index efefacc2db1..859b2b4a748 100644 Binary files a/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png and b/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-data-importer/preview-data-and-entity.png differ diff --git a/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png b/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png index 3f4d20c2f6c..c46b4ec7c20 100644 Binary files a/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png and b/static/attachments/refguide10/modeling/integration/use-platform-supported-content/use-the-external-database-connector/2.png differ diff --git a/static/attachments/refguide10/modeling/menus/edit-menu/edit-menu.png b/static/attachments/refguide10/modeling/menus/edit-menu/edit-menu.png index 3fb0141accf..ada588d7625 100644 Binary files a/static/attachments/refguide10/modeling/menus/edit-menu/edit-menu.png and b/static/attachments/refguide10/modeling/menus/edit-menu/edit-menu.png differ diff --git a/static/attachments/refguide10/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png b/static/attachments/refguide10/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png index 5b1cf97cae4..7b7a8f8cc7d 100644 Binary files a/static/attachments/refguide10/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png and b/static/attachments/refguide10/modeling/menus/edit-menu/preferences-dialog/preferences-deployment-tab.png differ diff --git a/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png b/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png index a75acc7aac5..004752cbac1 100644 Binary files a/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png and b/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png differ diff --git a/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png b/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png index 3f47ec26f3d..4c31efc355a 100644 Binary files a/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png and b/static/attachments/refguide10/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png differ diff --git a/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png b/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png index a75acc7aac5..004752cbac1 100644 Binary files a/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png and b/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png differ diff --git a/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png b/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png index 3f47ec26f3d..4c31efc355a 100644 Binary files a/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png and b/static/attachments/refguide10/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png differ diff --git a/static/attachments/refguide10/modeling/pages/structure-widgets/container/container.png b/static/attachments/refguide10/modeling/pages/structure-widgets/container/container.png index 699c9497179..6fe7b76ccf0 100644 Binary files a/static/attachments/refguide10/modeling/pages/structure-widgets/container/container.png and b/static/attachments/refguide10/modeling/pages/structure-widgets/container/container.png differ diff --git a/static/attachments/refguide10/runtime/session.png b/static/attachments/refguide10/runtime/session.png index c0b3184bb77..6a414a5438a 100644 Binary files a/static/attachments/refguide10/runtime/session.png and b/static/attachments/refguide10/runtime/session.png differ diff --git a/static/attachments/refguide8/mobile/native-mobile/native-styling-refguide/video-player.png b/static/attachments/refguide8/mobile/native-mobile/native-styling-refguide/video-player.png index 39a9a2b1d40..1957f3c2859 100644 Binary files a/static/attachments/refguide8/mobile/native-mobile/native-styling-refguide/video-player.png and b/static/attachments/refguide8/mobile/native-mobile/native-styling-refguide/video-player.png differ diff --git a/static/attachments/refguide8/mobile/offline-first/custom-sync.png b/static/attachments/refguide8/mobile/offline-first/custom-sync.png index f7248121c42..ec8448e640e 100644 Binary files a/static/attachments/refguide8/mobile/offline-first/custom-sync.png and b/static/attachments/refguide8/mobile/offline-first/custom-sync.png differ diff --git a/static/attachments/refguide8/modeling/domain-model/entities/access-rules/access-rule-order-xpath.png b/static/attachments/refguide8/modeling/domain-model/entities/access-rules/access-rule-order-xpath.png index 56480173fdc..de1cbc93452 100644 Binary files a/static/attachments/refguide8/modeling/domain-model/entities/access-rules/access-rule-order-xpath.png and b/static/attachments/refguide8/modeling/domain-model/entities/access-rules/access-rule-order-xpath.png differ diff --git a/static/attachments/refguide8/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png b/static/attachments/refguide8/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png index 0fc717c7b6e..261da7fa51d 100644 Binary files a/static/attachments/refguide8/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png and b/static/attachments/refguide8/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png differ diff --git a/static/attachments/refguide8/modeling/menus/view-menu/interaction-with-panes.png b/static/attachments/refguide8/modeling/menus/view-menu/interaction-with-panes.png index 5bc14042a91..d9e8a631e13 100644 Binary files a/static/attachments/refguide8/modeling/menus/view-menu/interaction-with-panes.png and b/static/attachments/refguide8/modeling/menus/view-menu/interaction-with-panes.png differ diff --git a/static/attachments/refguide9/general/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png b/static/attachments/refguide9/general/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png index 9f62a09d943..644d02094a7 100644 Binary files a/static/attachments/refguide9/general/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png and b/static/attachments/refguide9/general/using-mendix-studio-pro-on-a-mac/ip-in-dev-app.png differ diff --git a/static/attachments/refguide9/mobile/native-mobile/native-styling-refguide/video-player.png b/static/attachments/refguide9/mobile/native-mobile/native-styling-refguide/video-player.png index 39a9a2b1d40..1957f3c2859 100644 Binary files a/static/attachments/refguide9/mobile/native-mobile/native-styling-refguide/video-player.png and b/static/attachments/refguide9/mobile/native-mobile/native-styling-refguide/video-player.png differ diff --git a/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png b/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png index cd1c78e0245..f032eb71ed5 100644 Binary files a/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png and b/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/activities/list-activities/aggregate-list/not-merged-activities.png differ diff --git a/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/18580005.png b/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/18580005.png index 6f8a4004768..c944460b2d6 100644 Binary files a/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/18580005.png and b/static/attachments/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/18580005.png differ diff --git a/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-delete-both.png b/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-delete-both.png index a634c08cdfd..062d6b7fea4 100644 Binary files a/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-delete-both.png and b/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-delete-both.png differ diff --git a/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-prevent-delete.png b/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-prevent-delete.png index 5c963e3e06d..bf9196698fa 100644 Binary files a/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-prevent-delete.png and b/static/attachments/refguide9/modeling/domain-model/associations/association-properties/association-prevent-delete.png differ diff --git a/static/attachments/refguide9/modeling/integration/consume-a-rest-service/domain-model.png b/static/attachments/refguide9/modeling/integration/consume-a-rest-service/domain-model.png index 6c223052963..be0b8cde9a1 100644 Binary files a/static/attachments/refguide9/modeling/integration/consume-a-rest-service/domain-model.png and b/static/attachments/refguide9/modeling/integration/consume-a-rest-service/domain-model.png differ diff --git a/static/attachments/refguide9/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png b/static/attachments/refguide9/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png index 9d481a45cff..2971bfab50e 100644 Binary files a/static/attachments/refguide9/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png and b/static/attachments/refguide9/modeling/integration/ml-kit/design-patterns/pre-postprocessor-design-patterns/categorical-numerical-create-variable.png differ diff --git a/static/attachments/refguide9/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png b/static/attachments/refguide9/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png index 0fc717c7b6e..261da7fa51d 100644 Binary files a/static/attachments/refguide9/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png and b/static/attachments/refguide9/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-routing/determine-operation.png differ diff --git a/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png b/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png index a75acc7aac5..004752cbac1 100644 Binary files a/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png and b/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-both.png differ diff --git a/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png b/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png index 3f47ec26f3d..4c31efc355a 100644 Binary files a/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png and b/static/attachments/refguide9/modeling/pages/input-widgets/input-reference-set-selector/domain-model-owner-default.png differ diff --git a/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png b/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png index a75acc7aac5..004752cbac1 100644 Binary files a/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png and b/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-both.png differ diff --git a/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png b/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png index 3f47ec26f3d..4c31efc355a 100644 Binary files a/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png and b/static/attachments/refguide9/modeling/pages/input-widgets/reference-set-selector/domain-model-owner-default.png differ diff --git a/static/attachments/refguide9/modeling/pages/structure-widgets/container/container.png b/static/attachments/refguide9/modeling/pages/structure-widgets/container/container.png index 699c9497179..6fe7b76ccf0 100644 Binary files a/static/attachments/refguide9/modeling/pages/structure-widgets/container/container.png and b/static/attachments/refguide9/modeling/pages/structure-widgets/container/container.png differ diff --git a/static/attachments/support/escalation-management-process/support_escalation_diagram.png b/static/attachments/support/escalation-management-process/support_escalation_diagram.png index dd34f0298e9..a105f965bb7 100644 Binary files a/static/attachments/support/escalation-management-process/support_escalation_diagram.png and b/static/attachments/support/escalation-management-process/support_escalation_diagram.png differ diff --git a/static/attachments/workstation/wks-install10.png b/static/attachments/workstation/wks-install10.png index 48213ae7bf1..abb9033ff5e 100644 Binary files a/static/attachments/workstation/wks-install10.png and b/static/attachments/workstation/wks-install10.png differ diff --git a/static/images/docs-extended-small.png b/static/images/docs-extended-small.png deleted file mode 100644 index c53d8cf70c1..00000000000 Binary files a/static/images/docs-extended-small.png and /dev/null differ diff --git a/static/images/woman-stack-of-books-laptop.svg b/static/images/woman-stack-of-books-laptop.svg deleted file mode 100644 index 591f40c06ba..00000000000 --- a/static/images/woman-stack-of-books-laptop.svg +++ /dev/null @@ -1,1345 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -