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..7927aff74d3 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,22 +397,20 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ ``` -#### General configurations +#### General configurations: SPRYKER_AOP_APPLICATION variable
- - + -
Variable Configuration keyDesctiptionDescription 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,22 +444,20 @@ SPRYKER_AOP_INFRASTRUCTURE: '{ -#### Message Broker configuration +#### Message Broker configuration: SPRYKER_AOP_INFRASTRUCTURE variable
- - + -
Variable Configuration keyDesctiptionDescription 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" %}