From e962ab3d6ff9dff58dd0e4ced3109785294246d6 Mon Sep 17 00:00:00 2001 From: Helen Kravchenko Date: Wed, 24 May 2023 14:17:13 +0200 Subject: [PATCH 1/2] ACP sidebar fix --- _data/sidebars/acp_user_sidebar.yml | 5 ++--- .../app-composition-platform-installation.md | 10 +++------- docs/acp/user/intro-to-acp/acp-overview.md | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) rename docs/acp/user/{intro-to-acp => }/app-composition-platform-installation.md (55%) diff --git a/_data/sidebars/acp_user_sidebar.yml b/_data/sidebars/acp_user_sidebar.yml index 320af7d97e1..e19eeff55e5 100644 --- a/_data/sidebars/acp_user_sidebar.yml +++ b/_data/sidebars/acp_user_sidebar.yml @@ -10,9 +10,8 @@ entries: url: /docs/acp/user/intro-to-acp/acp-overview.html - title: ACP security assessment url: /docs/acp/user/intro-to-acp/aop-security-assessment.html - nested: - - title: Install ACP Catalog - url: /docs/acp/user/intro-to-acp/app-composition-platform-installation.html + - title: Install ACP catalog + url: /docs/acp/user/app-composition-platform-installation.html - title: Developing an app url: /docs/acp/user/developing-an-app.html - title: App manifest diff --git a/docs/acp/user/intro-to-acp/app-composition-platform-installation.md b/docs/acp/user/app-composition-platform-installation.md similarity index 55% rename from docs/acp/user/intro-to-acp/app-composition-platform-installation.md rename to docs/acp/user/app-composition-platform-installation.md index 12a0c9ff98a..d09f996005b 100644 --- a/docs/acp/user/intro-to-acp/app-composition-platform-installation.md +++ b/docs/acp/user/app-composition-platform-installation.md @@ -24,7 +24,7 @@ The installation process of ACP on SCOS is also called *ACP enablement*. It invo The following diagram illustrates the different steps of the ACP enablement process and outlines the responsibilities for executing them. -
+
{% info_block warningBox "Info" %} @@ -397,14 +397,13 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ ``` -#### General configurations +#### General configurations: SPRYKER_AOP_APPLICATION variable
- @@ -412,7 +411,6 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ -
Variable Configuration key Desctiption Example
SPRYKER_AOP_APPLICATION APP_CATALOG_SCRIPT_URL URL for the App-Tenant-Registry-Service (ATRS) and path to the JS script to load the ACP catalog. Production ATRS_HOST and path: @@ -446,14 +444,13 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ -#### Message Broker configuration +#### Message Broker configuration: SPRYKER_AOP_INFRASTRUCTURE variable
- @@ -461,7 +458,6 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ - - + @@ -452,7 +452,7 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ - +
Variable Configuration key Desctiption Example
SPRYKER_AOP_INFRASTRUCTURE SPRYKER_MESSAGE_BROKER_SQS_RECEIVER_CONFIG Receiver configuration. The queues must be defined for each store, or a default queue for all stores is to be defined. {% info_block warningBox "Warning" %} diff --git a/docs/acp/user/intro-to-acp/acp-overview.md b/docs/acp/user/intro-to-acp/acp-overview.md index a74239af68d..5b8045e25b3 100644 --- a/docs/acp/user/intro-to-acp/acp-overview.md +++ b/docs/acp/user/intro-to-acp/acp-overview.md @@ -31,7 +31,7 @@ The ACP has the following advantages: With the latest Spryker product release [202212.0](/docs/scos/user/intro-to-spryker/releases/release-notes/release-notes-202212.0/release-notes-202212.0.html) the ACP catalog is integrated into the Back Office by default, but not registered with ACP yet. -You can access the ACP catalog only if you are a SCOS customer and have additionally been enabled for ACP, which means that your SCOS is properly set up and registered with the ACP. Check [ACP installation](/docs/acp/user/intro-to-acp/app-composition-platform-installation.html) for details on how to install and enable the ACP catalog for your version of SCOS. +You can access the ACP catalog only if you are a SCOS customer and have additionally been enabled for ACP, which means that your SCOS is properly set up and registered with the ACP. Check [ACP installation](/docs/acp/user/app-composition-platform-installation.html) for details on how to install and enable the ACP catalog for your version of SCOS. {% info_block warningBox "Info" %} From f504e9b6fb35c1ae00e58a57d2c6f4042a281a43 Mon Sep 17 00:00:00 2001 From: Helen Kravchenko Date: Wed, 24 May 2023 14:21:48 +0200 Subject: [PATCH 2/2] typo fix --- docs/acp/user/app-composition-platform-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/acp/user/app-composition-platform-installation.md b/docs/acp/user/app-composition-platform-installation.md index d09f996005b..7927aff74d3 100644 --- a/docs/acp/user/app-composition-platform-installation.md +++ b/docs/acp/user/app-composition-platform-installation.md @@ -405,7 +405,7 @@ SPRYKER_AOP_INFRASTRUCTURE: '{
Configuration keyDesctiptionDescription Example
Configuration keyDesctiptionDescription Example