Skip to content

Commit

Permalink
Merge pull request #2560 from spryker/acp-architecture
Browse files Browse the repository at this point in the history
Restoring the ACP sidebar
  • Loading branch information
lenadoc authored Mar 12, 2024
2 parents a98bff0 + 1c84310 commit 247ed6c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
38 changes: 38 additions & 0 deletions _data/sidebars/dg_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,44 @@ entries:
- title: Troubleshooting updates
url: /docs/dg/dev/updating-spryker/troubleshooting-updates.html

- title: App Composition Platform
url: /docs/dg/dev/acp/acp-overview.html
nested:
- title: ACP security assessment
url: /docs/dg/dev/acp/aop-security-assessment.html
- title: ACP security tips
url: /docs/dg/dev/acp/acp-security-tips.html
- title: Install ACP catalog
url: /docs/dg/dev/acp/app-composition-platform-installation.html
- title: Receive ACP messages in SCCOS
url: /docs/dg/dev/acp/receive-acp-messages.html
- title: Integrate ACP payment apps with Spryker OMS configuration
url: /docs/dg/dev/acp/integrate-acp-payment-apps-with-spryker-oms-configuration.html
- title: Develop an app
url: /docs/dg/dev/acp/develop-an-app/develop-an-app.html
nested:
- title: App manifest
url: /docs/dg/dev/acp/develop-an-app/app-manifest.html
- title: App configuration
url: /docs/dg/dev/acp/develop-an-app/app-configuration.html
- title: App configuration translation
url: /docs/dg/dev/acp/develop-an-app/app-configuration-translation.html
- title: Sync API
url: /docs/dg/dev/acp/develop-an-app/sync-api.html
- title: Async API
url: /docs/dg/dev/acp/develop-an-app/async-api.html
- title: Receive ACP messages from SCCOS
url: /docs/dg/dev/acp/receive-acp-messages.html
- title: Debug an app with XDebug
url: /docs/dg/dev/acp/develop-an-app/debug-an-app-with-xdebug.html
- title: Connect an app
url: /docs/dg/dev/acp/develop-an-app/connect-an-app.html
- title: Configuration JSON file
url: /docs/dg/dev/acp/develop-an-app/configuration-json-file.html
- title: Manifest JSON file
url: /docs/dg/dev/acp/develop-an-app/manifest-json-file.html
- title: Translation JSON file
url: /docs/dg/dev/acp/develop-an-app/translation-json-file.html

- title: Miscellaneous guides
url: /docs/dg/dev/miscellaneous-guides/miscellaneous-guides.html
Expand Down
1 change: 0 additions & 1 deletion docs/scos/user/intro-to-spryker/docs-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ In January 2024, we have added and updated the following pages:
- [Stripe](/docs/pbc/all/payment-service-provider/202311.0/base-shop/third-party-integrations/stripe/stripe.html): Stripe app general overview.
- [Integrate Stripe](/docs/pbc/all/payment-service-provider/202311.0/base-shop/third-party-integrations/stripe/stripe.html): Learn how to install Stripe.
- [Configure Stripe](/docs/pbc/all/payment-service-provider/202311.0/base-shop/third-party-integrations/stripe/configure-stripe.html): Learn how to configure Stripe in the Back Office.
- [ACP architecture overview](/docs/acp/user/intro-to-acp/acp-architecture-overview.html).
- [Connect an app](/docs/dg/dev/acp/develop-an-app/connect-an-app.html): Learn how to connect, configure, and disconnect an ACP app using AppRegistry.
- [Receive ACP messages](/docs/acp/user/receive-acp-messages.html): Learn how to receive ACP messages in SCCOS.
- [Handling carts with a big number of items](/docs/pbc/all/cart-and-checkout/202311.0/base-shop/tutorials-and-howtos/handling-carts-with-a-big-number-of-items.html): Learn about the challenges related to big carts and how to solve them.
Expand Down

0 comments on commit 247ed6c

Please sign in to comment.