Skip to content

Commit

Permalink
fixing the links
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadoc committed Dec 15, 2023
1 parent f079161 commit ffee269
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
12 changes: 6 additions & 6 deletions _data/sidebars/acp_user_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ entries:
- title: Develop an app
url: /docs/acp/user/develop-an-app/develop-an-app.html
nested:
- title: Configuration code snippet
url: /docs/acp/user/develop-an-app/code-snippets/configuration.html
- title: Manifest code snippet
url: /docs/acp/user/develop-an-app/code-snippets/manifest.html
- title: Translation code snippet
url: /docs/acp/user/develop-an-app/code-snippets/translation.html
- title: Configuration JSON file
url: /docs/acp/user/develop-an-app/code-snippets/configuration-json-file.html
- title: Manifest JSON file
url: /docs/acp/user/develop-an-app/code-snippets/manifest-json-file.html
- title: Translation JSON file
url: /docs/acp/user/develop-an-app/code-snippets/translation-json-file.html
- title: Set up the message broker
url: /docs/acp/user/develop-an-app/set-up-the-message-broker.html
- title: Debug an app with xdebug
Expand Down
4 changes: 2 additions & 2 deletions docs/acp/user/app-configuration-translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ template: howto-guide-template
related:
- title: App configuration
link: docs/acp/user/app-configuration.html
- title: Developing an app
link: docs/acp/user/develop-an-app.html
- title: Develop an app
link: docs/acp/user/develop-an-app/develop-an-app.html
- title: App manifest
link: docs/acp/user/app-manifest.html
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configuration Json
title: Configuration JSON file
Descriptions: Configuration Json code snippet
template: howto-guide-template
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Manifest Json
title: Manifest JSON file
Descriptions: Manifest Json code snippet
template: howto-guide-template
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Translation Json
title: Translation JSON file
Descriptions: Translation Json code snippet
template: howto-guide-template
---
Expand Down
6 changes: 3 additions & 3 deletions docs/acp/user/develop-an-app/develop-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ Before your app can be listed in the App Store Catalog, you need to add the foll

### Manifest

The manifest file is the most important one for the app. It contains data that will be displayed in the App Store Catalog. You can use the [manifest code snippet](/docs/acp/user/develop-an-app/code-snippets/manifest.html) and update it to your needs. Add the manifest file to `config/app/manifest/en_US.json` of your app.
The manifest file is the most important one for the app. It contains data that will be displayed in the App Store Catalog. You can use the [manifest code snippet](/docs/acp/user/develop-an-app/code-snippets/manifest-json-file.html) and update it to your needs. Add the manifest file to `config/app/manifest/en_US.json` of your app.

Manifest files must have the local name as the filename, for example, `en_US.json`, and should be placed inside the `config/app/manifest` directory.

### Configuration

The configuration file contains all necessary form fields for inputs required by the user of your app, to be displayed in the App Store Catalog. You can use the [configuration code snippet](/docs/acp/user/develop-an-app/code-snippets/configuration.html) and update it to your needs. Add this file to `config/app/configuration.json` of your app.
The configuration file contains all necessary form fields for inputs required by the user of your app, to be displayed in the App Store Catalog. You can use the [configuration code snippet](/docs/acp/user/develop-an-app/code-snippets/configuration-json-file.html) and update it to your needs. Add this file to `config/app/configuration.json` of your app.

### Translation

The translation file contains all translations for the form fields you’ve previously defined. You can use the Hello World [example translation file](/docs/acp/user/develop-an-app/code-snippets/translation.html) and update it to your needs. Add this file to `config/app/translation.json` of your app.
The translation file contains all translations for the form fields you’ve previously defined. You can use the Hello World [example translation file](/docs/acp/user/develop-an-app/code-snippets/translation-json-file.html) and update it to your needs. Add this file to `config/app/translation.json` of your app.

## Add the registry (code)

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 @@ -30,7 +30,6 @@ In October 2023, we have added and updated the following pages:
- [Use API Key authorization](/docs/scos/dev/glue-api-guides/202307.0/use-api-key-authorization.html): Learn how to use the API Key authorization mechanism that lets users authenticate themselves with their API Key generated from the Back Office.
- [Decoupled Glue infrastructure: Integrate the API Key authorization](/docs/scos/dev/migration-concepts/migrate-to-decoupled-glue-infrastructure/decoupled-glue-infrastructure-integrate-api-key-authorization.html): Learn how to integrate the API Key authorization to Backend API applications.
- [Test the asynchronous API](/docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-the-asynchronous-api.html): Learn how to set up and run AsyncAPI tests.
- [Create an app with AppKernel](/docs/acp/user/develop-an-app/create-an-app-with-appkernel.html): Learn how to use AppKernel with Spryker’s Mini Framework to develop an app.
- [Install the Service Points Cart + Checkout feature](/docs/pbc/all/service-points/202311.0/unified-commerce/install-and-upgrade/install-the-service-points-cart-checkout-feature.html).
- [Install the Service Points Cart feature](/docs/pbc/all/service-points/202311.0/unified-commerce/install-and-upgrade/install-the-service-points-cart-feature.html).
- [Install the Shipment Product Offer + Service Points Availability feature](/docs/pbc/all/service-points/202311.0/unified-commerce/install-and-upgrade/install-the-shipment-product-offer-service-points-availability-feature.html).
Expand Down

0 comments on commit ffee269

Please sign in to comment.