diff --git a/Rakefile b/Rakefile index e3c0a51d07..d9d199c37d 100644 --- a/Rakefile +++ b/Rakefile @@ -84,12 +84,11 @@ commonOptions = { /twitter.com\/[\.\w\-\/\?]+/, /www.optimise-it.de\/[\.\w\-\/\?]+/, /blackfire.io\/[\.\w\-\/\?]+/, - /www.cdata.com/virtuality\/[\.\w\-\/\?]+/, + /www.cdata.com\/[\.\w\-\/\?]+/, /dixa.com\/[\.\w\-\/\?]+/, /rxjs.dev\/[\.\w\-\/\?]+/, /www.blackfire.io\/[\.\w\-\/\?]+/, /linux.die.net\/[\.\w\-\/\?]+/, - # check next url's /redisdesktop.com\/[\.\w\-\/\?]+/, /xdebug.org\/[\.\w\-\/\?]+/, /www.javaworld.com\/[\.\w\-\/\?]+/, @@ -98,10 +97,10 @@ commonOptions = { /www.jetbrains.com\/[\.\w\-\/\?]+/, /docs.spring.io\/[\.\w\-\/\?]+/, /redisdesktop.com\/[\.\w\-\/\?]+/, - /developer.computop.com/display/EN/Test+Cards\/[\.\w\-\/\?]+/, + /developer.computop.com\/[\.\w\-\/\?]+/, /www.centralbank.cy\/[\.\w\-\/\?]+/, - /dashboard.algolia.com/\/[\.\w\-\/\?]+/, - /www.facebook.com/Spryker\/[\.\w\-\/\?]+/ + /dashboard.algolia.com\/[\.\w\-\/\?]+/, + /www.facebook.com\/[\.\w\-\/\?]+/ ], :ignore_files => [], diff --git a/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md b/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md index 1793de87da..b2b1df00c6 100644 --- a/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md +++ b/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md @@ -415,9 +415,9 @@ class HelloSprykerDependencyProvider extends AbstractDependencyProvider */ protected function addZedRequestClient(Container $container) { - $container[static::CLIENT_ZED_REQUEST] = function (Container $container) { + $container->set(static::CLIENT_ZED_REQUEST, function (Container $container) { return $container->getLocator()->zedRequest()->client(); - }; + }); return $container; } diff --git a/docs/dg/dev/integrate-and-configure/Integrate-profiler-module.md b/docs/dg/dev/integrate-and-configure/Integrate-profiler-module.md index fa59cb1ab2..2f934fa415 100644 --- a/docs/dg/dev/integrate-and-configure/Integrate-profiler-module.md +++ b/docs/dg/dev/integrate-and-configure/Integrate-profiler-module.md @@ -1,6 +1,6 @@ --- title: Integrate profiler module -description: Learn how to integrate profiler module +description: Learn the prerequisites and how to enable and integrate profiler module in to a Spryker based project. last_updated: March 22, 2023 template: howto-guide-template redirect_from: diff --git a/docs/dg/dev/integrate-and-configure/configure-database-connections.md b/docs/dg/dev/integrate-and-configure/configure-database-connections.md index ff41cf771f..90e5d40fac 100644 --- a/docs/dg/dev/integrate-and-configure/configure-database-connections.md +++ b/docs/dg/dev/integrate-and-configure/configure-database-connections.md @@ -1,5 +1,6 @@ --- title: Configure database connections +description: Learn how you can configure a single or multiple database connections within your Spryker based project. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/ht-setup-database-connections @@ -8,7 +9,7 @@ redirect_from: - /docs/scos/dev/tutorials-and-howtos/howtos/howto-set-up-database-connections.html related: - title: Database access credentials - link: docs/scos/dev/set-up-spryker-locally/database-access-credentials.html + link: docs/dg/dev/set-up-spryker-locally/database-access-credentials.html --- Spryker provides flexible database connection configuration. diff --git a/docs/dg/dev/integrate-and-configure/configure-queue-worker-signal-handling.md b/docs/dg/dev/integrate-and-configure/configure-queue-worker-signal-handling.md index 885fb1fcde..979ba2d971 100644 --- a/docs/dg/dev/integrate-and-configure/configure-queue-worker-signal-handling.md +++ b/docs/dg/dev/integrate-and-configure/configure-queue-worker-signal-handling.md @@ -1,6 +1,6 @@ --- title: Configure queue worker signal handling -description: Configure a graceful shutdown of queue worker. +description: Learn how you can configure a graceful shutdown of queue worker for your Spryker based projects. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/queue-worker-signal-handling diff --git a/docs/dg/dev/integrate-and-configure/configure-services.md b/docs/dg/dev/integrate-and-configure/configure-services.md index 3c5cc9ca26..0d5957defa 100644 --- a/docs/dg/dev/integrate-and-configure/configure-services.md +++ b/docs/dg/dev/integrate-and-configure/configure-services.md @@ -1,6 +1,6 @@ --- title: Configure services -description: Learn how to configure services. +description: Learn how to set up and configure services that come out of the box of your Spryker shop. last_updated: May 8, 2024 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/configuring-services diff --git a/docs/dg/dev/integrate-and-configure/forcing-https.md b/docs/dg/dev/integrate-and-configure/forcing-https.md index dd6550a3ec..e5260df24c 100644 --- a/docs/dg/dev/integrate-and-configure/forcing-https.md +++ b/docs/dg/dev/integrate-and-configure/forcing-https.md @@ -1,6 +1,6 @@ --- title: Forcing HTTPS -description: Use the guide to configure HTTPs and HTTP for your pages. +description: Learn with this guide to configure HTTPs and HTTP for your pages within your Spryker project. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/ht-force-https diff --git a/docs/dg/dev/integrate-and-configure/integrate-and-configure.md b/docs/dg/dev/integrate-and-configure/integrate-and-configure.md index e94f208631..690628121d 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-and-configure.md +++ b/docs/dg/dev/integrate-and-configure/integrate-and-configure.md @@ -1,6 +1,6 @@ --- title: Integrate and configure -description: guides for integrating technical enhancement tools with Spryker SCOS +description: Learn with these guides for integrating technical enhancement tools with Spryker Spryker Cloud Commerce OS. template: concept-topic-template redirect_from: - /docs/scos/dev/technical-enhancement-integration-guides/technical-enhancement-integration-guides.html diff --git a/docs/dg/dev/integrate-and-configure/integrate-authorization-enabler.md b/docs/dg/dev/integrate-and-configure/integrate-authorization-enabler.md index ede3f8f0d4..ce50165e14 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-authorization-enabler.md +++ b/docs/dg/dev/integrate-and-configure/integrate-authorization-enabler.md @@ -1,6 +1,6 @@ --- title: Integrate Authorization Enabler -description: Learn how to enable the Authorization Enabler +description: Learn how to enable and integrate the Authorization Enabler for your Spryker based projects. last_updated: Sep 2, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/authorization-enabler-integration diff --git a/docs/dg/dev/integrate-and-configure/integrate-cms-block-widgets.md b/docs/dg/dev/integrate-and-configure/integrate-cms-block-widgets.md index 4d56de6ea0..b0dcd7eb47 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-cms-block-widgets.md +++ b/docs/dg/dev/integrate-and-configure/integrate-cms-block-widgets.md @@ -1,6 +1,6 @@ --- title: Integrate CMS block widgets -description: Learn how to enable CMS block widget in a Spryker project. +description: Learn how you can enable and integrate Content Management System (CMS) block widgets in a Spryker based project. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/enabling-cms-block-widget diff --git a/docs/dg/dev/integrate-and-configure/integrate-custom-location-for-static-assets.md b/docs/dg/dev/integrate-and-configure/integrate-custom-location-for-static-assets.md index c0cd658227..745b386088 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-custom-location-for-static-assets.md +++ b/docs/dg/dev/integrate-and-configure/integrate-custom-location-for-static-assets.md @@ -1,5 +1,6 @@ --- title: Integrate custom location for static assets +description: Learn how you can enable and integrate custom location for static assets within your Spryker based project. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/custom-location-for-static-assets diff --git a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-development-tools.md b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-development-tools.md index d1796976ab..80c1ab5603 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-development-tools.md +++ b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-development-tools.md @@ -1,6 +1,6 @@ --- title: Integrate development tools -description: guides for integrating technical enhancement tools with Spryker SCOS +description: Learn from these guides for integrating technical enhancement tools with Spryker Spryker Cloud Commerce OS. template: concept-topic-template redirect_from: - /docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-development-tools.html diff --git a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.md b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.md index ff64967fa4..d987e860aa 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.md +++ b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.md @@ -1,6 +1,6 @@ --- title: Integrate Formatter -description: Learn how to integrate Formatter into your project +description: Learn how to enable and integrate Formatter and their dependencies into your Spryker based project. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/formatter-integration-guide @@ -10,13 +10,13 @@ redirect_from: - /docs/scos/dev/migration-and-integration/202108.0/development-tools/formatter-integration-guide.html related: - title: Integrating SCSS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-scss-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.html - title: Integrating TS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-ts-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.html - title: Integrating Web Profiler for Zed - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-for-zed.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.html - title: Integrating Web Profiler Widget for Yves - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-widget-for-yves.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.html --- Follow the steps below to integrate [Formatter](/docs/scos/dev/sdk/development-tools/formatter.html) into your project. diff --git a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.md b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.md index 6dff49db92..bec14255a7 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.md +++ b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.md @@ -1,6 +1,6 @@ --- title: Integrate SCSS linter -description: Learn how to integrate the SCSS linter into your project +description: Learn how to enable and integrate the SCSS linter and its dependencies for your Spryker based project last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/scss-linter-integration-guide @@ -10,16 +10,16 @@ redirect_from: - /docs/scos/dev/migration-and-integration/202108.0/development-tools/scss-linter-integration-guide.html related: - title: Integrating Formatter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-formatter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.html - title: Integrating TS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-ts-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.html - title: Integrating Web Profiler for Zed - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-for-zed.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.html - title: Integrating Web Profiler Widget for Yves - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-widget-for-yves.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.html --- -Follow the steps below to integrate the [SCSS linter ](/docs/dg/dev/sdks/sdk/development-tools/scss-linter.html)into your project. +Follow the steps below to integrate the [SCSS linter](/docs/dg/dev/sdks/sdk/development-tools/scss-linter.html) into your project. ## 1. Install the dependencies diff --git a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.md b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.md index a09125e90a..c58c4afddf 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.md +++ b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.md @@ -1,6 +1,6 @@ --- title: Integrate TS linter -description: Learn how to integrate the SCSS linter into your project +description: Learn about the dependencies and how to enable and integrate the SCSS linter into your Spryker based project last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/ts-linter-integration-guide @@ -10,13 +10,13 @@ redirect_from: - /docs/scos/dev/migration-and-integration/202108.0/development-tools/ts-linter-integration-guide.html related: - title: Integrating Formatter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-formatter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.html - title: Integrating SCSS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-scss-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.html - title: Integrating Web Profiler for Zed - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-for-zed.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.html - title: Integrating Web Profiler Widget for Yves - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-widget-for-yves.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.html --- Follow the steps below to integrate [TS linter](/docs/dg/dev/sdks/sdk/development-tools/ts-linter.html) into your project. diff --git a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.md b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.md index 975b4e5ec1..1e7c1492c6 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.md +++ b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.md @@ -10,15 +10,15 @@ redirect_from: - /docs/scos/dev/migration-and-integration/202108.0/development-tools/web-profiler.html related: - title: Web Profiler Widget for Yves - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-widget-for-yves.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.html - title: Integrating Formatter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-formatter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.html - title: Integrating SCSS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-scss-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.html - title: Integrating TS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-ts-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.html - title: Integrating Web Profiler Widget for Yves - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-widget-for-yves.html + link: /docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.html --- The _Web Profiler_ provides a toolbar for debugging and informational purposes. The toolbar is located at the bottom of a loaded page. diff --git a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.md b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.md index 4f26d6cdf2..2e43b7ba0d 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.md +++ b/docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-widget-for-yves.md @@ -10,15 +10,15 @@ redirect_from: - /docs/scos/dev/migration-and-integration/202108.0/development-tools/web-profiler-widget related: - title: Web Profiler for Zed - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-for-zed.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.html - title: Integrating Formatter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-formatter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-formatter.html - title: Integrating SCSS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-scss-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-scss-linter.html - title: Integrating TS linter - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-ts-linter.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-ts-linter.html - title: Integrating Web Profiler for Zed - link: docs/scos/dev/technical-enhancement-integration-guides/integrating-development-tools/integrating-web-profiler-for-zed.html + link: docs/dg/dev/integrate-and-configure/integrate-development-tools/integrate-web-profiler-for-zed.html --- The _Web Profiler Widget_ provides a toolbar for debugging and for informational purposes. The toolbar is located at the bottom of a loaded page. diff --git a/docs/dg/dev/integrate-and-configure/integrate-elastic-computing.md b/docs/dg/dev/integrate-and-configure/integrate-elastic-computing.md index 64e6dc4ddf..981177bf26 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-elastic-computing.md +++ b/docs/dg/dev/integrate-and-configure/integrate-elastic-computing.md @@ -1,6 +1,6 @@ --- title: Integrate elastic computing -description: Learn how to integrate elastic computing. +description: Learn how to integrate elastic computing including New Relic and other features for your Spryker based project. last_updated: Jan 23, 2023 template: concept-topic-template redirect_from: diff --git a/docs/dg/dev/integrate-and-configure/integrate-multi-database-logic.md b/docs/dg/dev/integrate-and-configure/integrate-multi-database-logic.md index 31a587907e..d915fba6ae 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-multi-database-logic.md +++ b/docs/dg/dev/integrate-and-configure/integrate-multi-database-logic.md @@ -1,6 +1,6 @@ --- title: Integrate multi-database logic -description: Learn how to integrate multi-database logic +description: Learn how to switch from using a shared database to integrate multi-database logic within your Spryker projects. last_updated: June 2, 2022 template: howto-guide-template redirect_from: diff --git a/docs/dg/dev/integrate-and-configure/integrate-multi-queue-publish-structure.md b/docs/dg/dev/integrate-and-configure/integrate-multi-queue-publish-structure.md index 78cb3b4400..5c50b66ca0 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-multi-queue-publish-structure.md +++ b/docs/dg/dev/integrate-and-configure/integrate-multi-queue-publish-structure.md @@ -1,6 +1,6 @@ --- title: Integrate multi-queue publish structure -description: The single event queue is replaced by multiple publish queues. +description: Learn how to integrate the Multi-queue publish structure to improve debugging and slow events in your Spryker based projects. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/multiple-publish-queue-structure diff --git a/docs/dg/dev/integrate-and-configure/integrate-propel-clean-command.md b/docs/dg/dev/integrate-and-configure/integrate-propel-clean-command.md index b69e09ff8e..889ac088c0 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-propel-clean-command.md +++ b/docs/dg/dev/integrate-and-configure/integrate-propel-clean-command.md @@ -1,6 +1,6 @@ --- title: Integrate Propel clean command -description: Learn how to integrate the Propel clean command into your project. +description: Learn how to enable and integrate the Propel clean command into your Spryker based project. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/propel-clean-command diff --git a/docs/dg/dev/integrate-and-configure/integrate-separate-endpoint-bootstraps.md b/docs/dg/dev/integrate-and-configure/integrate-separate-endpoint-bootstraps.md index 74581e0aa5..d1f84cae7d 100644 --- a/docs/dg/dev/integrate-and-configure/integrate-separate-endpoint-bootstraps.md +++ b/docs/dg/dev/integrate-and-configure/integrate-separate-endpoint-bootstraps.md @@ -1,5 +1,6 @@ --- title: Integrate separate endpoint bootstraps +description: Learn how to enable and integrate sperate endpoint bootstraps into your Spryker based project. last_updated: Feb 8, 2022 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/separating-different-endpoint-bootstraps diff --git a/docs/dg/dev/integrate-and-configure/remove-the-support-of-ie11.md b/docs/dg/dev/integrate-and-configure/remove-the-support-of-ie11.md index b9a7cdbc3d..eec9141166 100644 --- a/docs/dg/dev/integrate-and-configure/remove-the-support-of-ie11.md +++ b/docs/dg/dev/integrate-and-configure/remove-the-support-of-ie11.md @@ -1,7 +1,7 @@ --- title: Remove the support of IE11 last_updated: Aug 31, 2022 -description: This document shows how to remove support of IE11 in your Spryker project. +description: This document shows how to remove the support of IE11 in your Spryker based project. template: concept-topic-template redirect_from: - /docs/scos/dev/front-end-development/migration-guide-remove-support-of-ie11.html diff --git a/docs/dg/dev/integrate-and-configure/switch-to-a-case-sensitive-file-system-on-mac-os.md b/docs/dg/dev/integrate-and-configure/switch-to-a-case-sensitive-file-system-on-mac-os.md index dc05ac6450..00439c15ff 100644 --- a/docs/dg/dev/integrate-and-configure/switch-to-a-case-sensitive-file-system-on-mac-os.md +++ b/docs/dg/dev/integrate-and-configure/switch-to-a-case-sensitive-file-system-on-mac-os.md @@ -1,6 +1,6 @@ --- title: Switch to a case-sensitive file system on Mac OS -description: Use the guide to change the case-sensitive file system on Mac OS. +description: Use the guide to change the case-sensitive file system on Mac OS within your Spryker based projects. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/ht-case-sensitive-file-system-mac diff --git a/docs/dg/dev/integrate-and-configure/switch-to-arm-architecture-m1-chip.md b/docs/dg/dev/integrate-and-configure/switch-to-arm-architecture-m1-chip.md index e14cbd4cb5..23b259d0b0 100644 --- a/docs/dg/dev/integrate-and-configure/switch-to-arm-architecture-m1-chip.md +++ b/docs/dg/dev/integrate-and-configure/switch-to-arm-architecture-m1-chip.md @@ -1,6 +1,6 @@ --- title: Switch to ARM architecture (M1 chip) -description: Learn how to switch Docker based projects to ARM architecture. +description: Learn how to switch Docker based projects to ARM architecture for M Chips within your Spryker based projects. template: howto-guide-template redirect_from: - /docs/scos/dev/technical-enhancement-integration-guides/switch-to-arm-architecture-m1-chip.html diff --git a/docs/dg/dev/integrate-and-configure/twig-and-twigextension.md b/docs/dg/dev/integrate-and-configure/twig-and-twigextension.md index 4e25bcb6c4..a5146bc19e 100644 --- a/docs/dg/dev/integrate-and-configure/twig-and-twigextension.md +++ b/docs/dg/dev/integrate-and-configure/twig-and-twigextension.md @@ -18,11 +18,11 @@ redirect_from: - /docs/scos/dev/technical-enhancement-integration-guides/twig-and-twigextension.html related: - title: Cronjob scheduling - link: docs/scos/dev/sdk/cronjob-scheduling.html + link: docs/dg/dev/backend-development/cronjobs/cronjobs.html - title: Data import link: docs/dg/dev/data-import/page.version/data-import.html - title: Development virtual machine, docker containers & console - link: docs/scos/dev/sdk/development-virtual-machine-docker-containers-and-console.html + link: docs/dg/dev/sdks/the-docker-sdk/docker-environment-infrastructure.html --- ## Twig diff --git a/docs/dg/dev/internationalization-and-multi-store/set-up-multiple-stores.md b/docs/dg/dev/internationalization-and-multi-store/set-up-multiple-stores.md index ed18df0a42..569cbea79d 100644 --- a/docs/dg/dev/internationalization-and-multi-store/set-up-multiple-stores.md +++ b/docs/dg/dev/internationalization-and-multi-store/set-up-multiple-stores.md @@ -1,6 +1,6 @@ --- title: Set up multiple stores -description: Learn how to set up multiple stores for your project. +description: Learn how to enable and set up and create multiple stores for multiple countries or regions for your Spryker Based project. last_updated: Dec 22, 2022 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/howto-set-up-multiple-stores diff --git a/docs/dg/dev/miscellaneous-guides/using-database-transaction.md b/docs/dg/dev/miscellaneous-guides/using-database-transaction.md index 6ee6ce8d4c..95a8de94eb 100644 --- a/docs/dg/dev/miscellaneous-guides/using-database-transaction.md +++ b/docs/dg/dev/miscellaneous-guides/using-database-transaction.md @@ -1,6 +1,6 @@ --- title: Using database transactions -description: Use the guide to understand how to handle database transactions. +description: Use the guide to understand how to handle database transactions within your Spryker based projects. last_updated: Jun 16, 2021 template: howto-guide-template originalLink: https://documentation.spryker.com/2021080/docs/t-database-transactions diff --git a/docs/pbc/all/business-intelligence/202410.0/amazon-quicksight-third-party-integration/amazon-quicksight.md b/docs/pbc/all/business-intelligence/202410.0/amazon-quicksight-third-party-integration/amazon-quicksight.md index 64374c8cf8..5b5a54425f 100644 --- a/docs/pbc/all/business-intelligence/202410.0/amazon-quicksight-third-party-integration/amazon-quicksight.md +++ b/docs/pbc/all/business-intelligence/202410.0/amazon-quicksight-third-party-integration/amazon-quicksight.md @@ -15,6 +15,14 @@ Highlights: * Highly customizable, offering multiple options to tailor reports & analytics workflows * Aggregate data across various systems +
+ +
+ + + ## Data sources and datasets This feature supports data from Spryker projects and third-party systems. When you set up Amazon QuickSight, the data from your project is available by default, and you can add other data sources if needed. diff --git a/robots.txt b/robots.txt index bdad733f36..9714af3bb1 100644 --- a/robots.txt +++ b/robots.txt @@ -7,4 +7,5 @@ Disallow: / {% else %} User-agent: * Allow: / +Sitemap: https://docs.spryker.com/sitemap.xml {% endif %}