Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV Integrate SEO Update #2995

Merged
merged 10 commits into from
Jan 7, 2025
Merged
9 changes: 4 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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\-\/\?]+/,
Expand All @@ -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 => [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/dg/dev/integrate-and-configure/configure-services.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/dg/dev/integrate-and-configure/forcing-https.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/dg/dev/integrate-and-configure/twig-and-twigextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Highlights:
* Highly customizable, offering multiple options to tailor reports & analytics workflows
* Aggregate data across various systems

<figure class="video_container">
<video width="100%" height="auto" controls>
<source src="https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/amazon-quicksight.md/Amazon+QuickSight+Demo.mp4" type="video/mp4">
</video>
</figure>



## 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.
Expand Down
1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Disallow: /
{% else %}
User-agent: *
Allow: /
Sitemap: https://docs.spryker.com/sitemap.xml
{% endif %}
Loading