Skip to content

Commit

Permalink
Merge pull request #2537 from spryker/development-guide-3
Browse files Browse the repository at this point in the history
Miscellaneous guides
  • Loading branch information
andriitserkovnyi authored Mar 5, 2024
2 parents a057eaa + cf323a1 commit e202835
Show file tree
Hide file tree
Showing 166 changed files with 1,491 additions and 2,021 deletions.
96 changes: 81 additions & 15 deletions _data/sidebars/dg_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,14 @@ entries:
nested:
- title: Set up a self-signed SSL certificate
url: /docs/dg/dev/set-up-spryker-locally/configure-after-installing/set-up-a-self-signed-ssl-certificate.html
- title: Limit the memory usage of WSL2-based projects
url: /docs/dg/dev/set-up-spryker-locally/configure-after-installing/limit-the-memory-usage-of-wsl2-based-projects.html
- title: Configure debugging
url: /docs/dg/dev/set-up-spryker-locally/configure-after-installing/configure-debugging.html
url: /docs/dg/dev/set-up-spryker-locally/configure-after-installing/configure-debugging/configure-debugging.html
nested:
- title: Set up XDebug profiling
url: /docs/dg/dev/set-up-spryker-locally/configure-after-installing/configure-debugging/set-up-xdebug-profiling.html

- title: Database access credentials
url: /docs/dg/dev/set-up-spryker-locally/database-access-credentials.html
- title: Manage dependencies with Composer
Expand Down Expand Up @@ -102,6 +108,13 @@ entries:
url: /docs/dg/dev/backend-development/yves/yves-bootstrapping.html
- title: Yves routes
url: /docs/dg/dev/backend-development/yves/yves-routes.html
- title: Implementing widgets and widget plugins
url: /docs/dg/dev/backend-development/yves/implementing-widgets-and-widget-plugins.html
- title: Implementing Twig extensions
url: /docs/dg/dev/backend-development/yves/implementing-twig-extensions.html
- title: Set up custom response headers
url: /docs/dg/dev/backend-development/yves/set-up-custom-response-headers.html

- title: Zed
url: /docs/dg/dev/backend-development/zed/zed.html
nested:
Expand Down Expand Up @@ -150,6 +163,9 @@ entries:
url: /docs/dg/dev/backend-development/zed/persistence-layer/query-container/implement-a-query-container.html
- title: Add navigation in the Back Office
url: /docs/dg/dev/backend-development/zed/add-navigation-in-the-back-office.html
- title: Create table views
url: /docs/dg/dev/backend-development/zed/create-table-views.html

- title: Cronjobs
url: /docs/dg/dev/backend-development/cronjobs/cronjobs.html
nested:
Expand All @@ -159,6 +175,9 @@ entries:
url: /docs/dg/dev/backend-development/cronjobs/create-a-custom-scheduler.html
- title: Migrate to Jenkins
url: /docs/dg/dev/backend-development/cronjobs/migrate-to-jenkins.html
- title: Optimizing Jenkins execution
url: /docs/dg/dev/backend-development/cronjobs/optimizing-jenkins-execution.html

- title: Forms
url: /docs/dg/dev/backend-development/forms/forms.html
nested:
Expand All @@ -178,10 +197,11 @@ entries:
- title: Console commands
url: /docs/dg/dev/backend-development/console-commands/console-commands.html
nested:
- title: Implement a new console command
url: /docs/dg/dev/backend-development/console-commands/implement-console-commands.html
- title: Get the list of console commands and available options
url: /docs/dg/dev/backend-development/console-commands/get-the-list-of-console-commands-and-available-options.html
- title: Implement console commands
url: /docs/dg/dev/backend-development/console-commands/implement-console-commands.html

- title: Data manipulation
url: /docs/dg/dev/backend-development/data-manipulation/data-manipulation.html
nested:
Expand Down Expand Up @@ -210,6 +230,9 @@ entries:
url: /docs/dg/dev/backend-development/data-manipulation/data-publishing/debug-listeners.html
- title: Synchronization behavior - enabling multiple mappings
url: /docs/dg/dev/backend-development/data-manipulation/data-publishing/synchronization-behavior-enabling-multiple-mappings.html
- title: Bypass the key-value storage
url: /docs/dg/dev/backend-development/data-manipulation/data-publishing/bypass-the-key-value-storage.html

- title: Configuration management
url: /docs/dg/dev/backend-development/data-manipulation/configuration-management.html
- title: Data interaction
Expand All @@ -220,7 +243,10 @@ entries:
- title: Transfer data between Yves and Zed
url: /docs/dg/dev/backend-development/data-manipulation/data-interaction/transfer-data-between-yves-and-zed.html
- title: Define the module dependencies - Dependency Provider
url: /docs/dg/dev/backend-development/data-manipulation/data-interaction/define-the-module-dependencies-dependency-provider.html
url: /docs/dg/dev/backend-development/data-manipulation/data-interaction/define-module-dependencies-dependency-provider.html
- title: Define the module dependencies - Dependency Provider
url: /docs/dg/dev/backend-development/data-manipulation/data-interaction/replace-module-dependencies.html

- title: Create an Order Management System - Spryker Commerce OS
url: /docs/dg/dev/backend-development/data-manipulation/create-an-order-management-system-spryker-commerce-os.html
- title: Queue
Expand Down Expand Up @@ -700,6 +726,12 @@ entries:
url: /docs/dg/dev/frontend-development/marketplace/set-up-the-merchant-portal.html
- title: "Web components"
url: /docs/dg/dev/frontend-development/marketplace/web-components.html
- title: Create Angular modules
url: /docs/dg/dev/frontend-development/create-angular-modules.html
- title: Define Twig tag
url: /docs/dg/dev/frontend-development/define-twig-tag.html
- title: Notifying about unsupported browsers
url: /docs/dg/dev/frontend-development/notifying-about-unsupported-browsers.html

- title: Upgrade and migrate
url: /docs/dg/dev/upgrade-and-migrate/upgrade-and-migrate.html
Expand Down Expand Up @@ -849,19 +881,19 @@ entries:
url: /docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.html
- title: Web Profiler Widget for Yves
url: /docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.html
- title: Integrate Zed API
url: /docs/dg/dev/integrate-and-configure/integrate-zed-api/integrate-zed-api.html
nested:
- title: Integrate Zed API for merchant relationships
url: /docs/dg/dev/integrate-and-configure/integrate-zed-api/integrate-zed-api-for-merchant-relationships.html
- title: Services
url: /docs/dg/dev/integrate-and-configure/configure-services.html

- title: ARM architecture (M1 chip)
url: /docs/dg/dev/integrate-and-configure/switch-to-arm-architecture-m1-chip.html
- title: Authorization Enabler
url: /docs/dg/dev/integrate-and-configure/integrate-authorization-enabler.html
- title: Basic SEO techniques
url: /docs/dg/dev/integrate-and-configure/integrate-basic-seo-techniques.html
- title: Graceful shutdown
url: /docs/dg/dev/integrate-and-configure/implementing-graceful-shutdown.html
- title: Cache of unresolved entities for Zed
url: /docs/dg/dev/integrate-and-configure/integrate-cache-of-unresolved-entities-for-zed.html
- title: Case-sensitive file system on Mac OS
url: /docs/dg/dev/integrate-and-configure/switch-to-a-case-sensitive-file-system-on-mac-os.html
- title: CSS lazy loading for the frontend
url: /docs/dg/dev/integrate-and-configure/integrate-css-lazy-loading.html
- title: CMS block widgets
Expand All @@ -870,6 +902,8 @@ entries:
url: /docs/dg/dev/integrate-and-configure/integrate-authorization-enabler.html
- title: Custom location for static assets
url: /docs/dg/dev/integrate-and-configure/integrate-custom-location-for-static-assets.html
- title: Database connections
url: /docs/dg/dev/integrate-and-configure/configure-database-connections.html
- title: Dynamic Yves-Zed tokens
url: /docs/dg/dev/integrate-and-configure/configure-dynamic-yves-zed-tokens.html
- title: Dynamic Propel configuration
Expand All @@ -878,8 +912,12 @@ entries:
url: /docs/dg/dev/integrate-and-configure/integrate-elastic-computing.html
- title: Environment configuration enhancement
url: /docs/dg/dev/integrate-and-configure/integrate-environment-configuration-enhancement.html
- title: Forcing HTTPS
url: /docs/dg/dev/integrate-and-configure/forcing-https.html
- title: Health checks
url: /docs/dg/dev/integrate-and-configure/integrate-health-checks.html
- title: IE11
url: /docs/dg/dev/integrate-and-configure/remove-the-support-of-ie11.html
- title: Multi-database logic
url: /docs/dg/dev/integrate-and-configure/integrate-multi-database-logic.html
- title: Multi-queue publish structure
Expand All @@ -892,12 +930,11 @@ entries:
url: /docs/dg/dev/integrate-and-configure/configure-queue-worker-signal-handling.html
- title: Separate endpoint bootstraps
url: /docs/dg/dev/integrate-and-configure/integrate-separate-endpoint-bootstraps.html
- title: Services
url: /docs/dg/dev/integrate-and-configure/configure-services.html
- title: Twig and TwigExtension
url: /docs/dg/dev/integrate-and-configure/twig-and-twigextension.html
- title: ARM architecture (M1 chip)
url: /docs/dg/dev/integrate-and-configure/switch-to-arm-architecture-m1-chip.html
- title: IE11
url: /docs/dg/dev/integrate-and-configure/remove-the-support-of-ie11.html


- title: SDKs
nested:
Expand Down Expand Up @@ -930,6 +967,8 @@ entries:
url: /docs/dg/dev/sdks/the-docker-sdk/docker-environment-infrastructure.html
- title: Running tests with the Docker SDK
url: /docs/dg/dev/sdks/the-docker-sdk/running-tests-with-the-docker-sdk.html
- title: Reset docker environments
url: /docs/dg/dev/sdks/the-docker-sdk/reset-docker-environments.html


- title: Architecture
Expand Down Expand Up @@ -967,6 +1006,8 @@ entries:
url: /docs/dg/dev/architecture/marketplace-architecture/marketplace-merchant-portal-architecture-overview.html
- title: Marketplace in the Back Office
url: /docs/dg/dev/architecture/marketplace-architecture/marketplace-in-back-office.html
- title: "Tutorial: Architectural walkthrough"
url: /docs/dg/dev/architecture/tutorial-architectural-walkthrough.html

- title: Data import
url: /docs/dg/dev/data-import/data-import.html
Expand All @@ -991,6 +1032,8 @@ entries:
url: /docs/dg/dev/data-import/replacing-a-default-data-importer-with-a-queue-data-importer.html
- title: Data importer speed optimization
url: /docs/dg/dev/data-import/data-import-optimization-guidelines.html
- title: Implementing data installers
url: /docs/dg/dev/data-import/implementing-data-installers.html

- title: Guidelines
url: /docs/dg/dev/guidelines/guidelines.html
Expand Down Expand Up @@ -1077,6 +1120,8 @@ entries:
url: /docs/dg/dev/guidelines/testing-guidelines/test-framework.html
- title: Setting up tests
url: /docs/dg/dev/guidelines/testing-guidelines/setting-up-tests.html
- title: Building tests for test-driven development
url: /docs/dg/dev/guidelines/testing-guidelines/building-tests-for-test-driven-devleopment.html
- title: Running tests with Robot Framework
url: /docs/dg/dev/guidelines/testing-guidelines/running-tests-with-robot-framework.html
- title: Test helpers
Expand Down Expand Up @@ -1124,6 +1169,7 @@ entries:
url: /docs/dg/dev/guidelines/module-configuration-convention.html
- title: Security guidelines
url: /docs/dg/dev/guidelines/security-guidelines.html

- title: Best practices
url: /docs/dg/dev/best-practices/best-practices.html
nested:
Expand Down Expand Up @@ -1255,8 +1301,15 @@ entries:
nested:
- title: Project implementation - Zed API
url: /docs/dg/dev/zed-api/zed-api-project-implementation.html
- title: Integrate Zed API
url: /docs/dg/dev/integrate-and-configure/integrate-zed-api/integrate-zed-api.html
nested:
- title: Integrate Zed API for merchant relationships
url: /docs/dg/dev/integrate-and-configure/integrate-zed-api/integrate-zed-api-for-merchant-relationships.html
- title: Zed API configuration
url: /docs/dg/dev/zed-api/zed-api-configuration.html
- title: "Tutorial: Using Zed API"
url: /docs/dg/dev/zed-api/tutorial-using-zed-api.html
- title: CRUD functionality - Zed API
url: /docs/dg/dev/zed-api/zed-api-crud-functionality.html
- title: Processor stack - Zed API
Expand Down Expand Up @@ -1284,3 +1337,16 @@ entries:
url: /docs/dg/dev/updating-spryker/switch-demo-shop-version.html
- title: Troubleshooting updates
url: /docs/dg/dev/updating-spryker/troubleshooting-updates.html


- title: Miscellaneous guides
url: /docs/dg/dev/miscellaneous-guides/miscellaneous-guides.html
nested:
- title: Simulating deployments locally
url: /docs/dg/dev/miscellaneous-guides/simulating-deployments-locally.html
- title: "Tutorial: Hello world"
url: /docs/dg/dev/miscellaneous-guides/tutorial-hello-world.html
- title: Using database transactions
url: /docs/dg/dev/miscellaneous-guides/using-database-transaction.html
- title: "Transfer big databases between environments"
url: /docs/dg/dev/miscellaneous-guides/transfer-big-databases-between-environments.html
18 changes: 11 additions & 7 deletions _data/sidebars/pbc_all_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ entries:
- title: Data Exchange API + Category Management feature
url: /docs/pbc/all/data-exchange/install-and-upgrade/install-the-data-exchange-api-category-management-feature.html
include_versions:
- "202404.0"
- "202404.0"
- title: Tutorials and HowTos
nested:
- title: Configure Data Exchange API endpoints
Expand Down Expand Up @@ -3084,18 +3084,22 @@ entries:
url: /docs/pbc/all/product-information-management/base-shop/third-party-integrations/xentral.html
- title: Tutorials and HowTos
nested:
- title: "HowTo: Display product groups by color on the Storefront"
- title: Display product groups by color on the Storefront
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/howto-display-product-groups-by-color-on-the-storefront.html
- title: "HowTo: Import packaging units"
- title: Import packaging units
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/howto-import-packaging-units.html
- title: "HowTo: Integrate and use precise decimal numbers"
- title: Integrate and use precise decimal numbers
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/howto-integrate-and-use-precise-decimal-numbers.html
- title: "HowTo: Make a product searchable and shown on the Storefront"
- title: Make a product searchable and shown on the Storefront
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/howto-make-a-product-searchable-and-shown-on-the-storefront.html
- title: "HowTo: Manage a big number of categories"
- title: Manage a big number of categories
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/howto-manage-a-big-number-of-categories.html
- title: "HowTo: Render configurable bundle templates on the Storefront"
- title: Render configurable bundle templates on the Storefront
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/howto-render-configurable-bundle-templates-in-the-storefront.html
- title: Split products by stores
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/split-products-by-stores.html
- title: "Product data: From import to frontend views"
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/product-data-from-import-to-frontend-views.html
- title: "Tutorial: Product challenge solution"
url: /docs/pbc/all/product-information-management/base-shop/tutorials-and-howtos/tutorial-product-challenge-solution.html
- title: "Tutorial: Product"
Expand Down
Loading

0 comments on commit e202835

Please sign in to comment.