Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding last_updated value as the date of the last change of the file. #2476

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions docs/acp/user/app-configuration-translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: App configuration translation
Descriptions: App configuration translation is a JSON file that contains all translations for all entities from the application configuration file.
template: howto-guide-template
last_updated: Dec 15, 2023
related:
- title: App configuration
link: docs/acp/user/app-configuration.html
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/app-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: App configuration
Descriptions: Make configuration to your app, like translation and widgets
template: howto-guide-template
last_updated: Nov 23, 2023
---
Instead of writing different components for different App configurations, we use JSON to determine the form for the configuration of the apps. There is a [playground for NgxSchemaForm](https://guillotina.io/ngx-schema-form). There are predefined form elements and also custom form elements.

Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/app-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: App manifest
Descriptions: App Manifest is a set of JSON files that contain all the necessary information to register an application in the Application Tenant Registry Service and to display information about the application in the Application Catalog.
template: howto-guide-template
last_updated: Sep 22, 2023
---
App manifest represents a set of JSON files that contain all the necessary information to register an application in the Application Tenant Registry Service (ATRS) and to display information about the application in the Application Catalog (AppCatalog).

Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/async-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Async API
Descriptions: Async API schema file helps users understand the asynchronous message handling in Spryker.
template: howto-guide-template
last_updated: Nov 16, 2023
---

To define the [Async API](https://github.com/spryker-sdk/async-api) messages, Spryker uses the [Async API specification](https://www.asyncapi.com/) which is similar to the OpenAPI specification. The main purpose of the Async API schema file is to help users understand the asynchronous message handling in Spryker. The file contains some important information, such as the channel which a message goes through, the name of the message, and the data that is transported within a message. For more information, see [Async API docs](https://www.asyncapi.com/docs).
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/connect-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Connect an app
description: Learn how to connect, configure, and disconnect an ACP app using AppRegistry.
template: howto-guide-template
last_updated: Jan 17, 2024
---

This document describes how to connect, configure, and disconnect an ACP app (AppConnectionProvider) using the AppRegistry in the Spryker Cloud Commerce OS (SCCOS) environment. Communication between the ACP app and SCCOS is facilitated through the AppRegistry via REST API and message queues.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configuration JSON file
Descriptions: Configuration Json code snippet
template: howto-guide-template
last_updated: Dec 15, 2023
---
To display the app you [developed with Spryker Mini-Framework](/docs/acp/user/develop-an-app/develop-an-app.html) in the App Store Catalog, the app needs to have the `configuration.json` file. This file contains all necessary form fields for inputs required by users of your app. Add this file to `config/app/configuration.json` in your app.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Manifest JSON file
Descriptions: Manifest Json code snippet
template: howto-guide-template
last_updated: Dec 15, 2023
---
To display the app you [developed with Spryker Mini-Framework](/docs/acp/user/develop-an-app/develop-an-app.html) in the App Store Catalog,, the app needs to have the manifest file. Add this file to `config/app/manifest/en_US.json` in your App.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Translation JSON file
Descriptions: Translation Json code snippet
template: howto-guide-template
last_updated: Dec 15, 2023
---

The `translation.json` file contains translations of the form files which are defined in the `configuration.json` file of your app [developed with Spryker Mini-Framework](/docs/acp/user/develop-an-app/develop-an-app.html). Add this file to `config/app/translation.json`in your app.
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/develop-an-app/debug-an-app-with-xdebug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Debug an app with XDebug
Descriptions: Learn how to use XDebug for your app
template: howto-guide-template
last_updated: Jan 10, 2024
---

This document describes how to set up and use XDebug to debug your app.
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/develop-an-app/develop-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Developing an app with Spryker Mini-Framework
Descriptions: Learn the step-by-step process of developing an app using Spryker's Mini-Framework
template: howto-guide-template
last_updated: Jan 23, 2024
redirect_from:
- /docs/acp/user/developing-an-app.html
- /docs/acp/user/developing-an-app/developing-an-app.html
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/develop-an-app/set-up-the-message-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Set up the message broker
Descriptions: Learn how to set up the message broker
template: howto-guide-template
last_updated: Dec 14, 2023
---
This document describes how to set up the message broker for your app.

Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/intro-to-acp/acp-architecture-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: ACP architecture overview
description: Learn about the App Orchestration Platform architecture and how to use it.
template: concept-topic-template
last_updated: Jan 17, 2024
redirect_from:
- /docs/aop/user/intro-to-acp/acp-overview.html
keywords: acp
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/intro-to-acp/acp-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: App Composition Platform overview
description: Learn about the App Orchestration Platform and how to use it.
template: concept-topic-template
last_updated: Dec 15, 2023
redirect_from:
- /docs/aop/user/intro-to-acp/acp-overview.html
keywords: acp
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/intro-to-acp/acp-security-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: ACP security tips
Descriptions: Guidelines and tips on how to make your ACP apps secure
template: howto-guide-template
last_updated: Dec 18, 2023
---

To prevent unauthorized access to the App Catalog and its configurations, we recommend to limit access to it by implementing user roles. Configure your project to designate an admin user with access to the App Catalog page. For everyone else, hide the `/app-catalog-gui/`page by assigning specific user roles. For detailed instructions on creating and managing user roles, see [Best practices: Manage users and their permissions with roles and groups](/docs/pbc/all/user-management/{{site.version}}/base-shop/manage-in-the-back-office/best-practices-manage-users-and-their-permissions-with-roles-and-groups.html).
1 change: 1 addition & 0 deletions docs/acp/user/intro-to-acp/aop-security-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: ACP security assessment
Descriptions: This document outlines the threat modeling and security assessment requirements and process for apps listed on the Spryker’s app catalog.
template: howto-guide-template
last_updated: Aug 30, 2023
---

This document outlines the threat modeling and security assessment requirements and process for apps listed on the Spryker’s app catalog or the app store. It covers the following app types:
Expand Down
1 change: 1 addition & 0 deletions docs/acp/user/sync-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Sync API
Descriptions: You can use the Sync API's OpenAPI schema to generate code with the code generator and control the generated code by adjusting parts of the schema file.
template: howto-guide-template
last_updated: Sep 13, 2023
---

[Sync API](https://github.com/spryker-sdk/sync-api/) is the synchronous API that Spryker supports. In the Spryker terminology, it is also known as [Glue API](/docs/scos/dev/glue-api-guides/{{site.version}}/old-glue-infrastructure/glue-rest-api.html) with its [REST API B2C Demo Shop](/docs/scos/dev/glue-api-guides/{{site.version}}/old-glue-infrastructure/rest-api-marketplace-b2c-demo-shop-reference.html) and [REST API B2B Demo Shop](/docs/scos/dev/glue-api-guides/{{site.version}}/old-glue-infrastructure/rest-api-b2b-demo-shop-reference.html) endpoints. The schema files we use follow the [OpenAPI specification](https://swagger.io/specification/).
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/access/access-the-aws-management-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Access the AWS Management Console
description: Access AWS Management Console via the IAM accounts created during the initial setup.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/accessing-aws-management-console
originalArticleId: 86ea35c7-3324-4e7b-9579-447eedfe9def
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/access/connect-to-services-via-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Connect to services via SSH
description: Access Spryker Cloud services via SSH.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/connecting-to-services-via-ssh
originalArticleId: 914d013d-5ef3-4c0f-b940-ce8add5531c8
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/access/locate-service-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Locate service credentials
description: To connect to Spryker Cloud services, locate the credentials in the AWS Management Console.
template: howto-guide-template
last_updated: Oct 17, 2023
originalLink: https://cloud.spryker.com/docs/locating-service-credentials
originalArticleId: 8db85787-ad90-4c6f-94e9-ab82bf94703c
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/best-practices/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Best practices
description: Best practices for developers working on Spryker Cloud Commerce OS
template: concept-topic-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/best-practices/best-practices.html
last_updated: Jun, 10, 2023
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/configure-data-import-from-an-s3-bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configure data import from an S3 bucket via Flysystem
description: Learn how to import data via an S3 bucket.
template: howto-guide-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/configuring-data-import-from-an-s3-bucket.html
---
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/configure-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configure debugging
description: Enable extended logs for an application to debug it.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/debugging
originalArticleId: 23eb2efb-7de7-46d5-a525-1524e8d66d08
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configure Azure Pipelines
description: Learn how to configure Azure Pipelines and connect them to your project.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/configuring-azure-pipelines
originalArticleId: df3448d4-34a8-43a8-bc58-f37ea8b6cd8d
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configure Bitbucket Pipelines
description: Learn how to configure continuous integration for Spryker Cloud Commerce OS with GitHub Actions.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/configuring-bitbucket-pipelines
originalArticleId: f100164f-976a-4ce5-b713-7c58335f9965
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configuring GitLab pipelines
description: Learn how to configure continuous integration for Spryker Cloud Commerce OS with GitHub Actions.
template: howto-guide-template
last_updated: Dec 4, 2023
originalLink: https://cloud.spryker.com/docs/configuring-gitlab-pipelines
originalArticleId: ed39b199-299a-4ad0-87c0-b259c5c171f0
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Customize deployment pipelines
description: Learn how to customize deployment pipelines.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/customizing-deployment-pipelines
originalArticleId: 84961c76-f48a-42db-95e4-789434c891e0
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Deployment in states
description: States of applications during deployment and how they affect its behaviour.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/deployment-pipelines
originalArticleId: 14d91c9f-6c4e-4481-83ee-005683ce602f
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Deployment pipelines
description: Deployment pipelines consist of three configurable stages.
template: howto-guide-template
last_updated: Nov 30, 2023
originalLink: https://cloud.spryker.com/docs/deployment-pipelines
originalArticleId: 14d91c9f-6c4e-4481-83ee-005683ce602f
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/connect-a-code-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Connect a code repository
description: Connect a GitHub or Bitbucket code repository to your Spryker Cloud project.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/connecting-code-repository
originalArticleId: cf723ab0-922f-4255-a26b-f405b15098e5
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/deploy-in-a-production-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Deploy in a production environment
description: Deploy an application in a production environment in the AWS Management Console.
template: howto-guide-template
last_updated: Jan 19, 2024
originalLink: https://cloud.spryker.com/docs/deploying-in-a-production-environment
originalArticleId: 71dae250-39b8-4adc-a57d-ba9376587f7c
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/deploy-in-a-staging-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Deploy in a staging environment
description: Deploy an application in a staging environment.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/deploying-in-a-staging-environment
originalArticleId: 9a152894-26bd-488f-8dfa-a8e645063c51
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/email-service/verify-email-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Verify email addresses
description: Learn how to verify email addresses, so that your applications can send emails from them.
template: howto-guide-template
last_updated: Dec 18, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/verifying-email-addresses.html
- /docs/ca/dev/verify-email-addresses.html
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/getting-started-with-cloud-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Getting started with cloud administration
description: After the initial setup, access Spryker Cloud and start developing.
template: howto-guide-template
last_updated: Oct 17, 2023
originalLink: https://cloud.spryker.com/docs/getting-started-with-spryker-cloud-commerce-os
originalArticleId: 04c7a319-4c90-4fd7-a112-982569e48c70
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Configure access to applications in maintenance mode
description: Learn how to configure access to Spryker applications in maintenance mode.
template: howto-guide-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/manage-maintenance-mode/configure-access-to-applications-in-maintenance-mode.html
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Enable and disable maintenance mode
description: Learn how to deploy maintenance pages for Spryker applications.
template: howto-guide-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/manage-maintenance-mode/enable-and-disable-maintenance-mode.html
---
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/managing-parameters-in-the-parameter-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Managing parameters in the Parameter Store
description: Learn how to manage parameters in the Parameter Store.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/managing-parameters-in-the-parameter-store
originalArticleId: 2047c84c-bd7b-4bce-9203-08945367ad46
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Monitoring issues and informing about alerts
DESCRIPTION: Learn how issues with environments are monitored and how customers are informed about alerts on SCCOS
template: concept-topic-template
last_updated: Jan 11, 2024
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/monitoring-issues-and-informing-about-alerts.html
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Customize AWS CloudWatch dashboards
description: Adjust AWS CloudWatch dashboards to your needs.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/customizing-aws-cloudwatch-dashboards
originalArticleId: 20c2a91e-d6c8-446b-ace9-4723e2fd078a
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Performance and availability monitoring via New Relic
description:
template: concept-topic-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/monitoring/performance-and-availability-monitoring-via-new-relic.html
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Add and remove databases of stores
description: Learn how to add and remove databases of stores
template: howto-guide-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/multi-store-setups/add-and-remove-databases-of-stores.html
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Checklist for a new store implementation
description: Learn how to implement a new store in a multi-store environment
template: concept-topic-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/multi-store-setups/checklist-for-a-new-store-implementation.html
related:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/multi-store-setups/multi-store-setups.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Multi-store setups
description: Types of multi-store setups in Spryker Cloud Commerce OS
template: concept-topic-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/multi-store-setups/multi-store-setups.html
---
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/multi-store-setups/multistore-setup-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Multi-store setup options
description: Learn about all the setup options you have for a multi-store environment.
template: howto-guide-template
last_updated: Nov 15, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/multi-store-setups/multistore-setup-options.html
- /docs/scos/user/introduction-to-the-spryker-commerce-os/multiple-stores/multi-store-setup.html
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Release notes
description: New features and enhancements for Spryker Cloud Commerce OS.
template: howto-guide-template
last_updated: Oct 17, 2023
originalLink: https://cloud.spryker.com/docs/release-notes
originalArticleId: eee5e8bc-dd95-4b51-91f4-203962a2e8af
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/security/check-ecr-image-scan-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Check ECR image scan results
description: Protect your applications by resolving issues detected by ECR image scans.
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/checking-ecr-image-scan-results
originalArticleId: df76db2c-05f5-4ec8-b5b4-3dee7dd3a152
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/security/generate-access-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Generate access keys
description: Learn how to generate access keys for your AWS account.
template: howto-guide-template
last_updated: Jan 19, 2024
originalLink: https://cloud.spryker.com/docs/generating-access-keys
originalArticleId: 624eb34a-4e28-40ec-a9cb-663ae1524d33
redirect_from:
Expand Down
1 change: 1 addition & 0 deletions docs/ca/dev/security/web-application-firewall-waf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Web Application Firewall (WAF)
description: WAF protects your SCCOS applications from web exploits and bots.
template: concept-topic-template
last_updated: Oct 6, 2023
redirect_from:
- /docs/cloud/dev/spryker-cloud-commerce-os/security/web-application-firewall-waf.html
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Setting up a custom domain name with a third-party DNS zone provider
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/setting-up-a-custom-domain-name-with-a-third-party-dns-zone-provider
originalArticleId: a0bdd6d7-2603-4bb6-8ab9-0899a6b2041f
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Setting up a custom domain name with Route 53
template: howto-guide-template
last_updated: Oct 6, 2023
originalLink: https://cloud.spryker.com/docs/setting-up-a-custom-domain-name-with-route-53
originalArticleId: 6a422776-6e65-48ae-8133-759954b13537
redirect_from:
Expand Down
Loading
Loading