diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89dd6f40cdb..376c6a5495e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,34 +61,6 @@ jobs: - run: bundle exec rake check_ca - link_validation_check_scos_dev: - name: Links validation (check_scos_dev) - needs: jekyll_build - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.2.2 - bundler-cache: true - - - name: Cache HTMLProofer - id: cache-htmlproofer - uses: actions/cache@v2 - with: - path: tmp/.htmlproofer - key: ${{ runner.os }}-check_scos_dev-htmlproofer - - - uses: actions/download-artifact@v2 - - - name: Unpack artifacts - run: tar -xf build-result/result.tar.gz - - - run: bundle exec rake check_scos_dev - link_validation_check_scos_user: name: Links validation (check_scos_user) needs: jekyll_build diff --git a/Rakefile b/Rakefile index 002d8adca6f..e22911f419c 100644 --- a/Rakefile +++ b/Rakefile @@ -92,29 +92,6 @@ task :check_ca do HTMLProofer.check_directory("./_site", options).run end - -task :check_scos_dev do - options = commonOptions.dup - options[:ignore_files] = [ - /docs\/ca\/.+/, - /docs\/fes\/.+/, - /docs\/acp\/.+/, - /docs\/dg\/.+/, - /docs\/scos\/user\/.+/, - /docs\/pbc\/.+/, - /docs\/scos\/\w+\/[\w-]+\/201811\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/201903\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/201907\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/202001\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/202005\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/202009\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/202108\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/202204\.0\/.+/, - /docs\/scos\/\w+\/[\w-]+\/202400\.0\/.+/ - ] - HTMLProofer.check_directory("./_site", options).run -end - task :check_scos_user do options = commonOptions.dup options[:ignore_files] = [ diff --git a/_config.yml b/_config.yml index bb3c2cbd8d6..95d122e59b2 100644 --- a/_config.yml +++ b/_config.yml @@ -86,12 +86,6 @@ defaults: path: "docs/scos" values: product: "scos" - - - scope: - path: "docs/scos/dev" - values: - sidebar: "scos_dev_sidebar" - role: "dev" - scope: path: "docs/scos/user" @@ -145,15 +139,6 @@ versions: # versioned categories - these must match corresponding directories versioned_categories: - scos: - dev: - - feature-integration-guides - - data-import - - data-export - - glue-api-guides - - the-docker-sdk - - system-requirements - - front-end-development dg: dev: - data-import @@ -199,7 +184,6 @@ versioned_categories: sidebars: - ca_dev_sidebar - ca_devscu_sidebar - - scos_dev_sidebar - scos_user_sidebar - pbc_all_sidebar - dg_dev_sidebar diff --git a/_data/sidebars/dg_dev_sidebar.yml b/_data/sidebars/dg_dev_sidebar.yml index 003d2a291fd..a3c3006c5c3 100644 --- a/_data/sidebars/dg_dev_sidebar.yml +++ b/_data/sidebars/dg_dev_sidebar.yml @@ -4,7 +4,7 @@ entries: - product: Development nested: - title: Developer getting started guide - url: /docs/scos/dev/developer-getting-started-guide.html + url: /docs/dg/dev/development-getting-started-guide.html - title: Set up locally url: /docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html nested: @@ -1259,6 +1259,103 @@ entries: - title: Coding best practices url: /docs/dg/dev/best-practices/coding-best-practices.html + - title: Troubleshooting + url: /docs/dg/dev/troubleshooting/troubleshooting.html + nested: + - title: Troubleshooting general technical issues + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-general-technical-issues.html + nested: + - title: Troubleshooting RabbitMQ + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/troubleshooting-rabbitmq.html + nested: + - title: Messages are moved to error queues + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/messages-are-moved-to-error-queues.html + - title: Messages are stuck in the Unacked state + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/messages-are-stuck-in-the-unacked-state.html + - title: Messages are stuck without error notifications + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/messages-are-stuck-without-error-notifications.html + - title: RabbitMQ - Zed.CRITICAL - PhpAmqpLib\Exception\AMQPChannelClosedException + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/rabbitmq-zed.critical-phpamqplib-exception-amqpchannelclosedexception-channel-connection-is-closed.html + - title: Fail whale on the frontend + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/fail-whale-on-the-frontend.html + - title: A command fails with a `Killed` message + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/a-command-fails-with-a-killed-message.html + - title: 'API request fails with the exception: Session has not been set' + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/api-request-fails-with-the-exception-session-has-not-been-set.html + - title: Composer version 2 compatibility issues + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/composer-version-2-compatibility-issues.html + - title: Unable to resolve hosts for Mail, Jenkins, and RabbitMQ + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/unable-to-resolve-hosts-for-mail-jenkins-and-rabbitmq.html + - title: PHPStan memory issues + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/phpstan-memory-issues.html + - title: ProcessTimedOutException after queue-task-start + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/processtimedoutexception-after-queue-task-start.html + - title: RuntimeException - Failed to execute regex - PREG_JIT_STACKLIMIT_ERROR + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/runtimeexception-failed-to-execute-regex-preg-jit-stacklimit-error.html + - title: ERROR - remove spryker_logs - volume is in use + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/error-remove-spryker-logs-volume-is-in-use.html + - title: Class Silex/ControllerProviderInterface not found + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/class-silex-controllerproviderinterface-not-found.html + - title: Error response from daemon - OCI runtime create failed - .... \\\"no such file or directory\\\"\""- unknown + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/error-response-from-daemon-oci-runtime-create-failed-no-such-file-or-directory-unknown.html + + - title: Router generates absolute URL with localhost + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/router-generates-absolute-url-with-localhost.html + - title: No data on the Storefront + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/no-data-on-the-storefront.html + - title: The spy_oms_transition_log table takes up too much space + url: /docs/dg/dev/troubleshooting/troubleshooting-general-technical-issues/the-spy-oms-transition-log-table-takes-up-too-much-space.html + - title: Troubleshooting performance issues + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/troubleshooting-performance-issues.html + nested: + - title: External calls take a lot of time + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/external-calls-take-a-lot-of-time.html + - title: External calls—several calls to Zed + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/external-calls-several-calls-to-zed.html + - title: N+1 problem + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/n+1-problem.html + - title: Not optimized Composer on the production environment + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/not-optimised-composer-on-the-production-environment.html + - title: Redis session lock + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/redis-session-lock.html + - title: Slow Publish and Synchronization + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/slow-publish-and-synchronization.html + - title: Technology restrictions + url: /docs/dg/dev/troubleshooting/troubleshooting-performance-issues/technology-restrictions.html + - title: Troubleshooting Spryker in Docker issues + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-docker-issues.html + nested: + - title: Troubleshooting debugging in Docker + nested: + - title: PHP `xdebug` extension is not active when accessing the website via + a browser or curl + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/php-xdebug-extension-is-not-active-when-accessing-the-website-via-a-browser-or-curl.html + - title: nc command tells that the port is opened + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/nc-command-tells-that-the-port-is-opened.html + - title: Xdebug does not work + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/xdebug-does-not-work.html + - title: nc command does not give any output + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/nc-command-does-not-give-any-output.html + - title: PHP `xdebug` extension is not active in CLI + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/php-xdebug-extension-is-not-active-in-cli.html + - title: Troubleshooting running applications in Docker + nested: + - title: An application is not reachable via http + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/an-application-is-not-reachable-via-http.html + - title: Mutagen synchronization issue + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/mutagen-synchronization-issue.html + - title: 413 Request Entity Too Large + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/413-request-entity-too-large.html + - title: MacOS and Windows - file synchronization issues in Development mode + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/macos-and-windows-file-synchronization-issues-in-development-mode.html + - title: Nginx welcome page + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/nginx-welcome-page.html + - title: Mutagen error + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/mutagen-error.html + - title: Port is already occupied on host + url: /docs/dg/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/port-is-already-occupied-on-host.html + + - title: Glue API url: /docs/dg/dev/glue-api/glue-api.html @@ -1376,7 +1473,6 @@ entries: url: /docs/dg/dev/glue-api/glue-api-tutorials/validate-rest-request-format.html - - title: Zed API url: /docs/dg/dev/zed-api/zed-api.html nested: @@ -1431,3 +1527,10 @@ entries: 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 + + - title: Code contribution guide + url: /docs/dg/dev/code-contribution-guide.html + - title: Code generator + url: /docs/dg/dev/code-generator.html + - title: Example modules + url: /docs/dg/dev/example-modules.html diff --git a/_data/sidebars/scos_dev_sidebar.yml b/_data/sidebars/scos_dev_sidebar.yml deleted file mode 100644 index 48ee03dbb6b..00000000000 --- a/_data/sidebars/scos_dev_sidebar.yml +++ /dev/null @@ -1,1073 +0,0 @@ -title: SCOS Developer Guides -entries: -- product: SCOS - nested: - - title: Developer getting started guide - url: /docs/scos/dev/developer-getting-started-guide.html - - title: Feature walkthroughs - url: /docs/scos/dev/feature-walkthroughs/feature-walkthroughs.html - include_versions: - - "202204.0" - nested: - - title: Agent Assist - url: /docs/scos/dev/feature-walkthroughs/agent-assist-feature-walkthrough.html - include_versions: - - "202204.0" - - title: Alternative Products - url: /docs/scos/dev/feature-walkthroughs/alternative-products-feature-walkthrough.html - include_versions: - - "202204.0" - - title: Customer Access - url: /docs/scos/dev/feature-walkthroughs/customer-access-feature-walkthrough.html - include_versions: - - "202204.0" - - title: Customer Account Management - url: /docs/scos/dev/feature-walkthroughs/customer-account-management-feature-walkthrough/customer-account-management-feature-walkthrough.html - include_versions: - - "202204.0" - nested: - - title: "Customer module overview: reference information" - url: /docs/scos/dev/feature-walkthroughs/customer-account-management-feature-walkthrough/customer-module-overview-reference-information.html - - - - title: Merchant - url: /docs/scos/dev/feature-walkthroughs/merchant-feature-walkthrough.html - include_versions: - - "202204.0" - - title: Merchant B2B Contracts - url: /docs/scos/dev/feature-walkthroughs/merchant-b2b-contracts-feature-walkthrough.html - include_versions: - - "202204.0" - - title: Merchant Product Restrictions - url: /docs/scos/dev/feature-walkthroughs/merchant-product-restrictions-feature-walkthrough/merchant-product-restrictions-feature-walkthrough.html - include_versions: - - "202204.0" - nested: - - title: Restricted products behavior - url: /docs/scos/dev/feature-walkthroughs/merchant-product-restrictions-feature-walkthrough/restricted-products-behavior.html - include_versions: - - "202204.0" - - - - title: Order Management - url: /docs/scos/dev/feature-walkthroughs/order-management-feature-walkthrough/order-management-feature-wakthrough.html - include_versions: - - "202204.0" - nested: - - title: "Sales module: reference information" - url: /docs/scos/dev/feature-walkthroughs/order-management-feature-walkthrough/sales-module-reference-information.html - - title: "Custom order reference: module relations" - url: /docs/scos/dev/feature-walkthroughs/order-management-feature-walkthrough/custom-order-reference-module-relations.html - include_versions: - - "202204.0" - - title: Product Relations - url: /docs/scos/dev/feature-walkthroughs/product-relations-feature-walkthrough/product-relations-feature-walkthrough.html - include_versions: - - "202204.0" - nested: - - title: "Product Relations: module relations" - url: /docs/scos/dev/feature-walkthroughs/product-relations-feature-walkthrough/product-relations-module-relations.html - include_versions: - - "202204.0" - - - title: Reclamations - url: /docs/scos/dev/feature-walkthroughs/reclamations-feature-walkthrough.html - include_versions: - - "202204.0" - - - title: Refunds - url: /docs/scos/dev/feature-walkthroughs/refunds-feature-walkthrough.html - include_versions: - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Reorder - url: /docs/scos/dev/feature-walkthroughs/reorder-feature-walkthrough.html - include_versions: - - "202108.0" - - "202204.0" - - - title: Search - url: /docs/scos/dev/feature-walkthroughs/search-feature-walkthrough.html - include_versions: - - "202108.0" - - "202204.0" - - - - title: Spryker Core Back Office - url: /docs/scos/dev/feature-walkthroughs/spryker-core-back-office-feature-walkthrough/spryker-core-back-office-feature-walkthrough.html - include_versions: - - "202204.0" - - "202108.0" - - title: Spryker Core - url: /docs/scos/dev/feature-walkthroughs/spryker-core-feature-walkthrough/spryker-core-feature-walkthrough.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: How translations are managed - url: /docs/scos/dev/feature-walkthroughs/spryker-core-feature-walkthrough/how-translations-are-managed.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: URL redirects overview - url: /docs/scos/dev/feature-walkthroughs/spryker-core-feature-walkthrough/url-redirects-overview.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - - title: Feature integration guides - url: /docs/scos/dev/feature-integration-guides/feature-integration-guides.html - include_versions: - - "202009.0" - - "201907.0" - - "202108.0" - - "202204.0" - nested: - - title: Glue API - nested: - - title: Glue API installation and configuration - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-installation-and-configuration.html - include_versions: - - "202009.0" - - "201907.0" - - "202108.0" - - "202204.0" - - title: Glue API - Agent Assist - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-agent-assist-feature-integration.html - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - Cart - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-cart-feature-integration.html - include_versions: - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - Company Account - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-company-account-feature-integration.html - include_versions: - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - - title: Glue API - Development Tools - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-development-tools-feature-integration.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - include_versions: - - "202108.0" - - "202204.0" - - title: Glue API - Glue application - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-glue-application-feature-integration.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - Order Management - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-order-management-feature-integration.html - include_versions: - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - Payments - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-payments-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - Product Relations - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-product-relations-feature-integration.html - include_versions: - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - REST Schema Validation - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-rest-schema-validation-feature-integration.html - include_versions: - - "202108.0" - - "202204.0" - - title: Glue API - Spryker Core - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-spryker-core-feature-integration.html - include_versions: - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Glue API - Wishlist - url: /docs/scos/dev/feature-integration-guides/glue-api/glue-api-wishlist-feature-integration.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Install the Data Exchange API - url: /docs/scos/dev/feature-integration-guides/glue-api/data-exchange-api/install-the-data-exchange-api.html - include_versions: - - "202307.0" - - "202311.0" - - title: Data Exchange API + Inventory Management feature integration - url: /docs/scos/dev/feature-integration-guides/glue-api/dynamic-data-api/install-the-data-exchange-api-inventory-management-feature.md - include_versions: - - "202307.0" - - "202311.0" - - title: Company Account - url: /docs/scos/dev/feature-integration-guides/company-account-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Company Account + Order Management - url: /docs/scos/dev/feature-integration-guides/company-account-order-management-feature-integration.html - include_versions: - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Customer Access - url: /docs/scos/dev/feature-integration-guides/customer-access-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Customer Account Management - url: /docs/scos/dev/feature-integration-guides/customer-account-management-feature-integration.html - include_versions: - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Customer Account Management + Agent Assist - url: /docs/scos/dev/feature-integration-guides/customer-account-management-agent-assist-feature-integration.html - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - - title: Customer Account Management + Order Management - url: /docs/scos/dev/feature-integration-guides/customer-account-management-order-management-feature-integration.html - include_versions: - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Discontinued Products + Product Labels - url: /docs/scos/dev/feature-integration-guides/discontinued-products-product-labels-feature-integration.html - include_versions: - - "202009.0" - - "202108.0" - - title: Mailing and Notifications - url: /docs/scos/dev/feature-integration-guides/mailing-and-notifications-feature-integration.html - include_versions: - - "202204.0" - - title: Merchant - url: /docs/scos/dev/feature-integration-guides/merchant-feature-integration.html - include_versions: - - "202108.0" - - "202204.0" - - title: Merchant B2B Contracts - url: /docs/scos/dev/feature-integration-guides/merchant-b2b-contracts-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Merchant Product Restrictions - url: /docs/scos/dev/feature-integration-guides/merchant-product-restrictions-feature-integration.html - include_versions: - - "202108.0" - - "202204.0" - - title: Merchants and Merchant Relations - url: /docs/scos/dev/feature-integration-guides/merchants-and-merchant-relations-feature-integration.html - include_versions: - - "202108.0" - - "202204.0" - - title: Multiple Abstract Products as Promotional Products & Discounts - url: /docs/scos/dev/feature-integration-guides/multiple-abstract-products-as-promotional-products-and-discounts-feature-integration.html - include_versions: - - "202204.0" - - title: Multi-store Products - url: /docs/scos/dev/feature-integration-guides/multi-store-products-feature-integration.html - include_versions: - - "202204.0" - - title: Order Management - url: /docs/scos/dev/feature-integration-guides/order-management-feature-integration.html - include_versions: - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Payments - url: /docs/scos/dev/feature-integration-guides/payments-feature-integration.html - include_versions: - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Permissions - url: /docs/scos/dev/feature-integration-guides/permissions-feature-integration.html - include_versions: - - "202108.0" - - "202204.0" - - title: Product Relations - url: /docs/scos/dev/feature-integration-guides/product-relations-feature-integration.html - include_versions: - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Queue Data Import - url: /docs/scos/dev/feature-integration-guides/queue-data-import-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Reclamations - url: /docs/scos/dev/feature-integration-guides/reclamations-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - - title: Search Widget for Concrete Products - url: /docs/scos/dev/feature-integration-guides/search-widget-for-concrete-products-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - - - title: Splittable Order Items - url: /docs/scos/dev/feature-integration-guides/splittable-order-items-feature-integration.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202204.0" - - title: Spryker Core - url: /docs/scos/dev/feature-integration-guides/spryker-core-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Spryker Core Back Office - url: /docs/scos/dev/feature-integration-guides/spryker-core-back-office-feature-integration.html - include_versions: - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Uuid Generation Console - url: /docs/scos/dev/feature-integration-guides/uuid-generation-console-feature-integration.html - include_versions: - - "202204.0" - - title: Zed API - url: /docs/scos/dev/feature-integration-guides/zed-api-feature-integration.html - include_versions: - - "202204.0" - - - title: Code generator - url: /docs/scos/dev/sdk/code-generator.html - include_versions: - - "201811.0" - - - title: Technology partner guides - url: /docs/scos/dev/technology-partner-guides/technology-partner-guides.html - include_versions: - - "202204.0" - nested: - - title: Marketing and conversion - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/marketing-and-conversion.html - nested: - - title: Analytics - nested: - - title: Installing and integrating Minubo - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/analytics/installing-and-integrating-minubo.html - include_versions: - - "202108.0" - - "202204.0" - - "202212.0" - - "202307.0" - - "202311.0" - - title: Customer communication - nested: - - title: Episerver guides - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/episerver/episerver.html - include_versions: - - "202212.0" - - "202307.0" - - "202311.0" - nested: - - title: Integrating Episerver - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/episerver/integrating-episerver.html - - title: Installing and configuring Episerver - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/episerver/installing-and-configuring-episerver.html - - title: API - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/episerver/episerver-api.html - - title: Order reference commands - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/episerver/episerver-order-reference-commands.html - - title: Inxmail guides - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring Inxmail - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/inxmail/installing-and-configuring-inxmail.html - - title: Integrating Inxmail - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/inxmail/integrating-inxmail.html - - title: Inxmail API requests - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/inxmail/inxmail-api-requests.html - - title: Inxmail order referenced commands - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/customer-communication/inxmail/inxmail-order-referenced-commands.html - - title: Personalization and cross-selling - include_versions: - - "202108.0" - - "202204.0" - nested: - - title: Econda - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/personalization-and-cross-selling/econda/econda.html - include_versions: - - "202212.0" - - "202307.0" - - "202311.0" - nested: - - title: Installing Econda - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/personalization-and-cross-selling/econda/installing-econda.html - - title: Integrating Econda - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/personalization-and-cross-selling/econda/integrating-econda.html - - title: Integrating Econda cross-selling - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/personalization-and-cross-selling/econda/integrating-econda-cross-selling.html - - title: Adding the Econda tracking code - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/personalization-and-cross-selling/econda/adding-the-econda-tracking-code.html - - title: Exporting Econda data - url: /docs/scos/dev/technology-partner-guides/marketing-and-conversion/personalization-and-cross-selling/econda/exporting-econda-data.html - - title: Operational tools, monitoring, legal, etc. - url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/operational-tools-monitoring-legal-etc.html - nested: - - title: New Relic - include_versions: - - "202204.0" - nested: - - title: Installing and configuring New Relic - url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/new-relic/installing-and-configuring-new-relic–with–vagrant.html - - title: Configuring logging - url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/new-relic/configuring-new-relic-logging.html - - title: Loggly - url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/loggly/loggly.html - nested: - - title: Configuring Loggly - url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/loggly/configuring-loggly.html - - title: Installing and configuring Tideways - url: /docs/scos/dev/technology-partner-guides/operational-tools-monitoring-legal-etc/installing-and-configuring-tideways-with-vagrant.html - include_versions: - - "202204.0" - - title: Order Management Erpoms - include_versions: - - "202204.0" - nested: - - title: Payment partners - nested: - - title: Adyen - include_versions: - - "202204.0" - nested: - - title: Installing and configuring Adyen - url: /docs/scos/dev/technology-partner-guides/payment-partners/adyen/installing-and-configuring-adyen.html - - title: Integrating Adyen - url: /docs/scos/dev/technology-partner-guides/payment-partners/adyen/integrating-adyen.html - - title: Integrating payment methods - url: /docs/scos/dev/technology-partner-guides/payment-partners/adyen/integrating-adyen-payment-methods.html - - title: Enabling filtering of payment methods - url: /docs/scos/dev/technology-partner-guides/payment-partners/adyen/enabling-filtering-of-payment-methods-for-adyen.html - - title: Afterpay - include_versions: - - "202204.0" - nested: - - title: Installing and configuring Afterpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/afterpay/installing-and-configuring-afterpay.html - - title: Integrating Afterpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/afterpay/integrating-afterpay.html - - title: Amazon Pay - include_versions: - - "202204.0" - nested: - - title: Configuring Amazon Pay - url: /docs/scos/dev/technology-partner-guides/payment-partners/amazon-pay/configuring-amazon-pay.html - - title: Obtaining an Amazon Order Reference and information about shipping addresses - url: /docs/scos/dev/technology-partner-guides/payment-partners/amazon-pay/obtaining-an-amazon-order-reference-and-information-about-shipping-addresses.html - - title: Sandbox Simulations - url: /docs/scos/dev/technology-partner-guides/payment-partners/amazon-pay/amazon-pay-sandbox-simulations.html - - title: State machine - url: /docs/scos/dev/technology-partner-guides/payment-partners/amazon-pay/amazon-pay-state-machine.html - - title: Handling orders with Amazon Pay API - url: /docs/scos/dev/technology-partner-guides/payment-partners/amazon-pay/handling-orders-with-amazon-pay-api.html - - - title: Arvato - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring Arvato - url: /docs/scos/dev/technology-partner-guides/payment-partners/arvato/installing-and-configuring-arvato.html - include_versions: - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Arvato - Risk Check - url: /docs/scos/dev/technology-partner-guides/payment-partners/arvato/arvato-risk-check.html - include_versions: - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - - title: Arvato - Store Order - url: /docs/scos/dev/technology-partner-guides/payment-partners/arvato/arvato-store-order.html - - title: v.2.0 - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - nested: - - title: Arvato - Risk Check 2.0 - url: /docs/scos/dev/technology-partner-guides/payment-partners/arvato/v.2.0/arvato-risk-check-2.0.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - title: Installing and configuring Arvato 2.0 - url: /docs/scos/dev/technology-partner-guides/payment-partners/arvato/v.2.0/installing-and-configuring-arvato-2.0.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - title: Billpay - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Integrating Billpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/billpay/integrating-billpay.html - - title: Billpay - Switching invoice payments to a preauthorize mode - url: /docs/scos/dev/technology-partner-guides/payment-partners/billpay/billpay-switching-invoice-payments-to-a-preauthorize-mode.html - - title: Braintree - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring Braintree - url: /docs/scos/dev/technology-partner-guides/payment-partners/braintree/installing-and-configuring-braintree.html - - title: Integrating Braintree - url: /docs/scos/dev/technology-partner-guides/payment-partners/braintree/integrating-braintree.html - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - - title: Performing requests - url: /docs/scos/dev/technology-partner-guides/payment-partners/braintree/braintree-performing-requests.html - - title: Request workflow - url: /docs/scos/dev/technology-partner-guides/payment-partners/braintree/braintree-request-workflow.html - - - title: Computop - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring Computop - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/installing-and-configuring-computop.html - - title: OMS plugins - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/computop-oms-plugins.html - - title: API calls - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/computop-api-calls.html - - title: Integrating payment methods for Computop - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-payment-methods-for-computop.html - include_versions: - - "202212.0" - nested: - - title: Integrating the Sofort payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-sofort-payment-method-for-computop.html - - title: Integrating the PayPal payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-paypal-payment-method-for-computop.html - - title: Integrating the Easy Credit payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-easy-credit-payment-method-for-computop.html - - title: Integrating the CRIF payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-crif-payment-method-for-computop.html - - title: Integrating the iDeal payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-ideal-payment-method-for-computop.html - - title: Integrating the PayNow payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-paynow-payment-method-for-computop.html - - title: Integrating the Сredit Сard payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-credit-card-payment-method-for-computop.html - - title: Integrating the Direct Debit payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-direct-debit-payment-method-for-computop.html - - title: Integrating the Paydirekt payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-payment-methods-for-computop/integrating-the-paydirekt-payment-method-for-computop.html - - title: Integrating Computop - url: /docs/scos/dev/technology-partner-guides/payment-partners/computop/integrating-computop.html - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - - "202212.0" - - title: CrefoPay - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring CrefoPay - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/installing-and-configuring-crefopay.html - - title: Integrating CrefoPay - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/integrating-crefopay.html - - title: Enabling B2B payments - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/crefopay-enabling-b2b-payments.html - - title: Callbacks - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/crefopay-callbacks.html - - title: Notifications - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/crefopay-notifications.html - - title: Capture and refund processes - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/crefopay-capture-and-refund-processes.html - - title: Payment methods - url: /docs/scos/dev/technology-partner-guides/payment-partners/crefopay/crefopay-payment-methods.html - - title: Heidelpay - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing Heidelpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/installing-heidelpay.html - - title: Integrating Heidelpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-heidelpay.html - - title: Configuring Heidelpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/configuring-heidelpay.html - - title: Integrating payment methods for Heidelpay - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-payment-methods-for-heidelpay.html - include_versions: - - "202212.0" - - "202307.0" - nested: - - title: Integrating the Sofort payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-sofort-payment-method-for-heidelpay.html - - title: Integrating the Invoice Secured B2C payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-invoice-secured-b2c-payment-method-for-heidelpay.html - - title: Integrating the iDeal payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-ideal-payment-method-for-heidelpay.html - - title: Integrating the Easy Credit payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-easy-credit-payment-method-for-heidelpay.html - - title: Integrating the Direct Debit payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-direct-debit-payment-method-for-heidelpay.html - - title: Integrating the Split-payment Marketplace payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-split-payment-marketplace-payment-method-for-heidelpay.html - - title: Integrating the Paypal Debit payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-paypal-debit-payment-method-for-heidelpay.html - - title: Integrating the Paypal Authorize payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-paypal-authorize-payment-method-for-heidelpay.html - - title: Integrating the Credit Card Secure payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-payment-methods-for-heidelpay/integrating-the-credit-card-secure-payment-method-for-heidelpay.html - - title: Workflow for errors - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/heidelpay-workflow-for-errors.html - - title: OMS workflow - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/heidelpay-oms-workflow.html - - title: Integrating Heidelpay into the Legacy Demoshop - url: /docs/scos/dev/technology-partner-guides/payment-partners/heidelpay/integrating-heidelpay-into-the-legacy-demoshop.html - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - title: Payolution - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring Payolution - url: /docs/scos/dev/technology-partner-guides/payment-partners/payolution/installing-and-configuring-payolution.html - - title: Integrating Payolution - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - - "202212.0" - - "202307.0" - url: /docs/scos/dev/technology-partner-guides/payment-partners/payolution/integrating-payolution.html - - title: Integrating the invoice payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/payolution/integrating-the-invoice-payment-method-for-payolution.html - - title: Integrating the installment payment method for - url: /docs/scos/dev/technology-partner-guides/payment-partners/payolution/integrating-the-installment-payment-method-for-payolution.html - - title: Performing requests - url: /docs/scos/dev/technology-partner-guides/payment-partners/payolution/payolution-performing-requests.html - - title: Payolution request flow - url: /docs/scos/dev/technology-partner-guides/payment-partners/payolution/payolution-request-flow.html - - title: Ratenkauf by easyCredit - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Installing and configuring ratenkauf by easyCredit - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratenkauf-by-easycredit/installing-and-configuring-ratenkauf-by-easycredit.html - - title: Integrating ratenkauf by easyCredit - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratenkauf-by-easycredit/integrating-ratenkauf-by-easycredit.html - include_versions: - - "202009.0" - - "202108.0" - - "202204.0" - - "202212.0" - - "202307.0" - - title: RatePay - include_versions: - - "201811.0" - - "201903.0" - - "201907.0" - - "202001.0" - - "202005.0" - - "202009.0" - - "202108.0" - - "202204.0" - nested: - - title: Facade methods - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/ratepay-facade-methods.html - - title: Payment workflow - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/ratepay-payment-workflow.html - - title: Disabling address updates from the backend application - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/disabling-address-updates-from-the-backend-application-for-ratepay.html - - title: State machine commands and conditions - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/ratepay-state-machine-commands-and-conditions.html - - title: Core module structure diagram - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/ratepay-core-module-structure-diagram.html - - title: State machines - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/ratepay-state-machines.html - - title: Integrating payment methods for RatePay - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-payment-methods-for-ratepay.html - nested: - - title: Integrating the Direct Debit payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-direct-debit-payment-method-for-ratepay.html - - title: Integrating the Prepayment payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-prepayment-payment-method-for-ratepay.html - - title: Integrating the Installment payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-installment-payment-method-for-ratepay.html - - title: Integrating the Invoice payment method - url: /docs/scos/dev/technology-partner-guides/payment-partners/ratepay/integrating-payment-methods-for-ratepay/integrating-the-invoice-payment-method-for-ratepay.html - - title: Product information (PIMERP) - nested: - - title: Akeneo - include_versions: - - "202009.0" - - "202108.0" - nested: - - title: Installing and configuring Akeneo - url: /docs/scos/dev/technology-partner-guides/product-information-pimerp/akeneo/installing-and-configuring-akeneo.html - - title: Akeneo — Console commands - url: /docs/scos/dev/technology-partner-guides/product-information-pimerp/akeneo/akeneo-console-commands.html - include_versions: - - "202009.0" - - "202108.0" - - title: Shipment - include_versions: - - "202108.0" - nested: - - title: Seven Senders - nested: - - title: Installing and configuring Seven Senders - url: /docs/scos/dev/technology-partner-guides/shipment/seven-senders/installing-and-configuring-seven-senders.html - - title: Integrating Seven Senders - url: /docs/scos/dev/technology-partner-guides/shipment/seven-senders/integrating-seven-senders.html - - title: API requests - url: /docs/scos/dev/technology-partner-guides/shipment/seven-senders/seven-senders-api-requests.html - - title: Mappers - url: /docs/scos/dev/technology-partner-guides/shipment/seven-senders/seven-senders-mappers.html - - title: Persistance layer - url: /docs/scos/dev/technology-partner-guides/shipment/seven-senders/seven-senders-persistance-layer.html - - title: Taxes - include_versions: - - "202108.0" - nested: - - title: Avalara - nested: - - title: Integrating Avalara - url: /docs/scos/dev/technology-partner-guides/taxes/avalara/integrating-avalara.html - - title: Integrating Avalara Tax + Product Options - url: /docs/scos/dev/technology-partner-guides/taxes/avalara/integrating-avalara-tax-product-options.html - - title: Integrating Avalara Tax + Shipment - url: /docs/scos/dev/technology-partner-guides/taxes/avalara/integrating-avalara-tax-shipment.html - - - title: Troubleshooting - url: /docs/scos/dev/troubleshooting/troubleshooting.html - nested: - - title: Troubleshooting general technical issues - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-general-technical-issues.html - nested: - - title: Troubleshooting RabbitMQ - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/troubleshooting-rabbitmq.html - nested: - - title: Messages are moved to error queues - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/messages-are-moved-to-error-queues.html - - title: Messages are stuck in the Unacked state - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/messages-are-stuck-in-the-unacked-state.html - - title: Messages are stuck without error notifications - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/troubleshooting-rabbitmq/messages-are-stuck-without-error-notifications.html - - title: Fail whale on the frontend - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/fail-whale-on-the-frontend.html - - title: A command fails with a `Killed` message - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/a-command-fails-with-a-killed-message.html - - title: 'API request fails with the exception: Session has not been set' - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/api-request-fails-with-the-exception-session-has-not-been-set.html - - title: Composer version 2 compatibility issues - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/composer-version-2-compatibility-issues.html - - title: Unable to resolve hosts for Mail, Jenkins, and RabbitMQ - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/unable-to-resolve-hosts-for-mail-jenkins-and-rabbitmq.html - - title: PHPStan memory issues - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/phpstan-memory-issues.html - - title: Prices filter and sorting doesn't work on Frontend - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/prices-filter-and-sorting-does-t-work-on-frontend.html - - title: ProcessTimedOutException after queue-task-start - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/processtimedoutexception-after-queue-task-start.html - - title: RuntimeException - Failed to execute regex - PREG_JIT_STACKLIMIT_ERROR - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/runtimeexception-failed-to-execute-regex-preg-jit-stacklimit-error.html - - title: ERROR - remove spryker_logs - volume is in use - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/error-remove-spryker-logs-volume-is-in-use.html - - title: Class Silex/ControllerProviderInterface not found - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/class-silex-controllerproviderinterface-not-found.html - - title: Error response from daemon - OCI runtime create failed - .... \\\"no such file or directory\\\"\""- unknown - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/error-response-from-daemon-oci-runtime-create-failed-no-such-file-or-directory-unknown.html - - title: RabbitMQ - Zed.CRITICAL - PhpAmqpLib\Exception\AMQPChannelClosedException - - Channel connection is closed - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/rabbitmq-zed.critical-phpamqplib-exception-amqpchannelclosedexception-channel-connection-is-closed.html - - title: Router generates absolute URL with localhost - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/router-generates-absolute-url-with-localhost.html - - title: No data on the Storefront - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/no-data-on-the-storefront.html - - title: The spy_oms_transition_log table takes up too much space - url: /docs/scos/dev/troubleshooting/troubleshooting-general-technical-issues/the-spy-oms-transition-log-table-takes-up-too-much-space.html - - title: Troubleshooting performance issues - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/troubleshooting-performance-issues.html - nested: - - title: External calls take a lot of time - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/external-calls-take-a-lot-of-time.html - - title: External calls—several calls to Zed - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/external-calls-several-calls-to-zed.html - - title: N+1 problem - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/n+1-problem.html - - title: Not optimized Composer on the production environment - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/not-optimised-composer-on-the-production-environment.html - - title: Redis session lock - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/redis-session-lock.html - - title: Slow Publish and Synchronization - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/slow-publish-and-synchronization.html - - title: Technology restrictions - url: /docs/scos/dev/troubleshooting/troubleshooting-performance-issues/technology-restrictions.html - - title: Troubleshooting Spryker in Vagrant issues - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html - nested: - - title: Frontend issues - nested: - - title: NPM error during installation - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/frontend-issues/npm-error-during-installation.html - - title: Other Spryker in Vagrant issues - nested: - - title: VM stuck at 'Configuring and enabling network interfaces' - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/vm-stuck-at-configuring-and-enabling-network-interfaces.html - - title: Failed to decode response - zlib_decode() - data error - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/failed-to-decode-response-zlib-decode-data-error.html - - title: NFS export issues - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/nfs-export-issues.html - - title: Too many open files in Dev VM - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/too-many-open-files-in-dev-vm.html - - title: Dev VM takes a lot of disk space (40+ GB) - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/dev-vm-takes-a-lot-of-disk-space-40-gb.html - - title: Error on box image download - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/error-on-box-image-download.html - - title: .NFS files crash my console commands - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/nfs-files-crash-my-console-commands.html - - title: Windows issues - nested: - - title: Windows - The host path of the shared folder is missing - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/windows-issues/windows-the-host-path-of-the-shared-folder-is-missing.html - - title: MacOS issues - nested: - - title: Mac OSX - Wrong curl version error - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-wrong-curl-version-error.html - - title: Mac OSX - Installation fails or project folder can not be mounted - due to SIP - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-installation-fails-or-project-folder-can-not-be-mounted-due-to-sip.html - - title: Mac OSX - iterm2 (locale error) - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-iterm2-locale-error.html - - title: Databases and services issues - nested: - - title: Setup MySQL Workbench to avoid port clashing with the host system - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/setup-mysql-workbench-to-avoid-port-clashing-with-the-host-system.html - - title: Exception connecting to Redis - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/exception-connecting-to-redis.html - - title: Peer authentication failed for user postgres - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/peer-authentication-failed-for-user-postgres.html - - title: My Elasticsearch dies - url: /docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/my-elasticsearch-dies.html - - title: Troubleshooting Spryker in Docker Issues - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-spryker-in-docker-issues.html - nested: - - title: Troubleshooting debugging in Docker - nested: - - title: PHP `xdebug` extension is not active when accessing the website via - a browser or curl - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/php-xdebug-extension-is-not-active-when-accessing-the-website-via-a-browser-or-curl.html - - title: nc command tells that the port is opened - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/nc-command-tells-that-the-port-is-opened.html - - title: Xdebug does not work - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/xdebug-does-not-work.html - - title: nc command does not give any output - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/nc-command-does-not-give-any-output.html - - title: PHP `xdebug` extension is not active in CLI - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-debugging-in-docker/php-xdebug-extension-is-not-active-in-cli.html - - title: Troubleshooting running applications in Docker - nested: - - title: An application is not reachable via http - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/an-application-is-not-reachable-via-http.html - - title: Mutagen synchronization issue - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/mutagen-synchronization-issue.html - - title: 413 Request Entity Too Large - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/413-request-entity-too-large.html - - title: MacOS and Windows - file synchronization issues in Development mode - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/macos-and-windows-file-synchronization-issues-in-development-mode.html - - title: Nginx welcome page - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/nginx-welcome-page.html - - title: Mutagen error - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/mutagen-error.html - - title: Port is already occupied on host - url: /docs/scos/dev/troubleshooting/troubleshooting-docker-issues/troubleshooting-running-applications-in-docker/port-is-already-occupied-on-host.html - - - title: Example modules - url: /docs/scos/dev/example-modules.html - - title: Code contribution guide - url: /docs/scos/dev/code-contribution-guide.html diff --git a/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-macos-and-linux.md b/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-macos-and-linux.md index 92b8da72f18..5532de83f05 100644 --- a/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-macos-and-linux.md +++ b/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-macos-and-linux.md @@ -162,5 +162,5 @@ Back Office credentials: ## Next steps -* [Troubleshooting installation issues](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html) +* [Troubleshooting installation issues](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html) * [Configure Spryker after installing with DevVM](/docs/dg/dev/set-up-spryker-locally/installing-spryker-with-development-virtual-machine/configuring-spryker-with-devvm/configuring-spryker-after-installing-with-devvm.html) diff --git a/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-windows.md b/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-windows.md index 8a014292e35..77350ae3e7b 100644 --- a/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-windows.md +++ b/_drafts/deprecated-devvm/installing-spryker-with-development-virtual-machine/installing-spryker-with-devvm-on-windows.md @@ -252,6 +252,6 @@ Back Office credentials: ## Next steps -* [Troubleshooting installation issues](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html) +* [Troubleshooting installation issues](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html) * [Configure Spryker after installing with DevVM](/docs/dg/dev/set-up-spryker-locally/installing-spryker-with-development-virtual-machine/configuring-spryker-with-devvm/configuring-spryker-after-installing-with-devvm.html) diff --git a/_drafts/deprecated-devvm/installing-spryker-without-docker.md b/_drafts/deprecated-devvm/installing-spryker-without-docker.md index e42f2fa7611..18ce301692b 100644 --- a/_drafts/deprecated-devvm/installing-spryker-without-docker.md +++ b/_drafts/deprecated-devvm/installing-spryker-without-docker.md @@ -243,4 +243,4 @@ Credentials to access the administrator interface: user `admin@spryker.com` and ## Next steps: -* [Troubleshooting installation issues](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html) +* [Troubleshooting installation issues](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.html) diff --git a/_drafts/deprecated-devvm/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.md b/_drafts/deprecated-devvm/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.md index 75821433c7c..f41e6ac36d7 100644 --- a/_drafts/deprecated-devvm/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.md +++ b/_drafts/deprecated-devvm/troubleshooting-spryker-in-vagrant-issues/troubleshooting-spryker-in-vagrant-installation-issues.md @@ -35,34 +35,34 @@ When you [install Spryker with Vagrant](/docs/dg/dev/set-up-spryker-locally/inst MacOS issues: - * [Mac OSX: iterm2 (locale error)](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-iterm2-locale-error.html) - * [Mac OSX: Installation fails or project folder can not be mounted due to SIP](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-installation-fails-or-project-folder-can-not-be-mounted-due-to-sip.html) - * [Mac OSX: Wrong curl version error](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-wrong-curl-version-error.html) + * [Mac OSX: iterm2 (locale error)](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-iterm2-locale-error.html) + * [Mac OSX: Installation fails or project folder can not be mounted due to SIP](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-installation-fails-or-project-folder-can-not-be-mounted-due-to-sip.html) + * [Mac OSX: Wrong curl version error](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/macos-issues/mac-osx-wrong-curl-version-error.html) Windows issues: - * [Windows: The host path of the shared folder is missing](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/windows-issues/windows-the-host-path-of-the-shared-folder-is-missing.html) + * [Windows: The host path of the shared folder is missing](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/windows-issues/windows-the-host-path-of-the-shared-folder-is-missing.html) Databases and services issues: - * [Peer authentication failed for user postgres](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/peer-authentication-failed-for-user-postgres.html) - * [Setup MySQL Workbench to avoid port clashing with the host system](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/setup-mysql-workbench-to-avoid-port-clashing-with-the-host-system.html) - * [My Elasticsearch dies](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/my-elasticsearch-dies.html) - * [Exception connecting to Redis](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/exception-connecting-to-redis.html) + * [Peer authentication failed for user postgres](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/peer-authentication-failed-for-user-postgres.html) + * [Setup MySQL Workbench to avoid port clashing with the host system](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/setup-mysql-workbench-to-avoid-port-clashing-with-the-host-system.html) + * [My Elasticsearch dies](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/my-elasticsearch-dies.html) + * [Exception connecting to Redis](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/databases-and-services-issues/exception-connecting-to-redis.html) Frontend issues: - * [NPM error during installation](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/frontend-issues/npm-error-during-installation.html) + * [NPM error during installation](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/frontend-issues/npm-error-during-installation.html) Other Spryker in Vagrant issues: - * [Too many open files in Dev VM](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/too-many-open-files-in-dev-vm.html) - * [VM stuck at *Configuring and enabling network interfaces*](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/vm-stuck-at-configuring-and-enabling-network-interfaces.html) - * [Error on box image download](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/error-on-box-image-download.html) - * [NFS export issues](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/nfs-export-issues.html) - * [.NFS files crash my console commands](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/nfs-files-crash-my-console-commands.html) - * [Failed to decode response: zlib_decode(): data error](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/failed-to-decode-response-zlib-decode-data-error.html) - * [Dev VM takes a lot of disk space (40+ GB)](/docs/scos/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/dev-vm-takes-a-lot-of-disk-space-40-gb.html) + * [Too many open files in Dev VM](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/too-many-open-files-in-dev-vm.html) + * [VM stuck at *Configuring and enabling network interfaces*](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/vm-stuck-at-configuring-and-enabling-network-interfaces.html) + * [Error on box image download](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/error-on-box-image-download.html) + * [NFS export issues](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/nfs-export-issues.html) + * [.NFS files crash my console commands](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/nfs-files-crash-my-console-commands.html) + * [Failed to decode response: zlib_decode(): data error](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/failed-to-decode-response-zlib-decode-data-error.html) + * [Dev VM takes a lot of disk space (40+ GB)](/docs/dg/dev/troubleshooting/troubleshooting-spryker-in-vagrant-issues/other-spryker-in-vagrant-issues/dev-vm-takes-a-lot-of-disk-space-40-gb.html) If you found a solution to a repetitive issue, please suggest a change to this page using "Edit and Report" button. diff --git a/docs/scos/dev/drafts-dev/cleaning-up-devvm.md b/_drafts/drafts-dev/cleaning-up-devvm.md similarity index 100% rename from docs/scos/dev/drafts-dev/cleaning-up-devvm.md rename to _drafts/drafts-dev/cleaning-up-devvm.md diff --git a/docs/scos/dev/drafts-dev/contributing-to-documentation.md b/_drafts/drafts-dev/contributing-to-documentation.md similarity index 100% rename from docs/scos/dev/drafts-dev/contributing-to-documentation.md rename to _drafts/drafts-dev/contributing-to-documentation.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/201811.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201811.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/201811.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201811.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/201811.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/201903.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201903.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/201903.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201903.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/201903.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/201907.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/201907.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/201907.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/201907.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/201907.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/202001.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202001.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/202001.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202001.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/202001.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/202005.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202005.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/202005.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202005.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/202005.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/202009.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202009.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/202009.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202009.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/202009.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/catalog-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/catalog-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/catalog-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/catalog-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/cms-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/cms-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/cms-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/cms-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/company-account-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/company-account-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/company-account-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/company-account-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/customer-lists-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/customer-lists-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/customer-lists-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/customer-lists-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/customer-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/customer-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/customer-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/customer-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/database-schema-guide.md b/_drafts/drafts-dev/database-schema-guide/202108.0/database-schema-guide.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/database-schema-guide.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/database-schema-guide.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/discounts-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/discounts-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/discounts-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/discounts-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/gift-cards-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/gift-cards-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/gift-cards-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/gift-cards-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/marketplace-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/marketplace-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/marketplace-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/marketplace-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/navigation-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/navigation-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/navigation-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/navigation-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/sales-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/sales-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/sales-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/sales-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/shipment-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/shipment-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/shipment-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/shipment-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/tax-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/tax-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/tax-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/tax-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/url-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/url-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/url-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/url-schema.md diff --git a/docs/scos/dev/drafts-dev/database-schema-guide/202108.0/zed-administration-schema.md b/_drafts/drafts-dev/database-schema-guide/202108.0/zed-administration-schema.md similarity index 100% rename from docs/scos/dev/drafts-dev/database-schema-guide/202108.0/zed-administration-schema.md rename to _drafts/drafts-dev/database-schema-guide/202108.0/zed-administration-schema.md diff --git a/docs/scos/dev/drafts-dev/deapi_download_spec_button.png b/_drafts/drafts-dev/deapi_download_spec_button.png similarity index 100% rename from docs/scos/dev/drafts-dev/deapi_download_spec_button.png rename to _drafts/drafts-dev/deapi_download_spec_button.png diff --git a/docs/scos/dev/drafts-dev/deapi_generation_in_progress.png b/_drafts/drafts-dev/deapi_generation_in_progress.png similarity index 100% rename from docs/scos/dev/drafts-dev/deapi_generation_in_progress.png rename to _drafts/drafts-dev/deapi_generation_in_progress.png diff --git a/docs/scos/dev/drafts-dev/multistore-infrastructure-options.md b/_drafts/drafts-dev/multistore-infrastructure-options.md similarity index 100% rename from docs/scos/dev/drafts-dev/multistore-infrastructure-options.md rename to _drafts/drafts-dev/multistore-infrastructure-options.md diff --git a/docs/scos/dev/drafts-dev/paas+/dev/change-default-branch.md/set-default-branch.png b/_drafts/drafts-dev/paas+/dev/change-default-branch.md/set-default-branch.png similarity index 100% rename from docs/scos/dev/drafts-dev/paas+/dev/change-default-branch.md/set-default-branch.png rename to _drafts/drafts-dev/paas+/dev/change-default-branch.md/set-default-branch.png diff --git a/docs/scos/dev/drafts-dev/roadmap.md b/_drafts/drafts-dev/roadmap.md similarity index 100% rename from docs/scos/dev/drafts-dev/roadmap.md rename to _drafts/drafts-dev/roadmap.md diff --git a/_includes/topnav.html b/_includes/topnav.html index d69f9301c39..c746a33b781 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -37,8 +37,6 @@ Managing cloud applications {% elsif page.product == 'ca' and page.role == 'devscu' %} Upgrading cloud applications - {% elsif page.product == 'scos' and page.role == 'dev' %} - SCOS developer guide {% elsif page.product == 'scos' and page.role == 'user' %} SCOS users guide {% else %} @@ -49,7 +47,7 @@