diff --git a/README.md b/README.md index 04b722cc6d8..074a27c7f31 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Adobe Commerce Developer Documentation -Welcome! This site contains the latest Commerce developer documentation for ongoing Magento 2.x releases (now Adobe Commerce). For additional information, see our [Contribution Guide](https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md). +Welcome! This site contains the latest Adobe Commerce and Magento Open Source developer documentation for ongoing releases of both products. For additional information, see our [Contribution Guide](https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md). ## Contributors -Our goal is to provide the Commerce community with comprehensive and quality technical documentation. We believe that to accomplish that goal we need experts from the community to share their knowledge with us and each other. We are thankful to all of our contributors for improving Commerce documentation. +Our goal is to provide the Commerce and Open Source communities with comprehensive and quality technical documentation. We believe that to accomplish that goal we need experts from the community to share their knowledge with us and each other. We are thankful to all of our contributors for improving the documentation. ![](https://raw.githubusercontent.com/wiki/magento/magento2/images/dev_docs_contributors.png) @@ -144,7 +144,7 @@ exclude: ## Building old versions -The published website contains documentation for the latest Commerce releases only. For cases, when you need to view the content as it was for an earlier release, we created [tags](https://github.com/magento/devdocs/tags) in this repository. Typically, they point at the commit when the release notes were finalized and published. +The published website contains documentation for the most current Adobe Commerce and Magento Open Source releases only. For cases, when you need to view the content as it was for an earlier release, we created [tags](https://github.com/magento/devdocs/tags) in this repository. Typically, they point at the commit when the release notes were finalized and published. To view the list of available tags: diff --git a/_config.yml b/_config.yml index ef29186fb35..dae7194e934 100644 --- a/_config.yml +++ b/_config.yml @@ -53,14 +53,14 @@ defaults: github_link: true # Enables the 'Give us feedback' appearances on pages feedback_link: true - - - + + - scope: path: guides/v2.3 values: guide_version: '2.3' - - - + + - scope: path: guides/v2.4 values: @@ -74,7 +74,7 @@ defaults: github_link: false feedback_link: false - - + - scope: path: mbi values: @@ -101,7 +101,7 @@ defaults: github_repo: https://github.com/magento/magento2-functional-testing-framework/ functional_areas: - Test - - + - scope: path: page-builder values: @@ -110,7 +110,7 @@ defaults: feedback_link: false ee_only: true - - + - scope: path: page-builder-migration values: @@ -126,7 +126,7 @@ defaults: group: module-reference-guide-2_3 github_link: false feedback_link: false - + - scope: path: guides/v2.4/mrg @@ -135,13 +135,13 @@ defaults: github_link: false feedback_link: false - - + - scope: path: guides/v2.3/install-gde values: group: installation-guide - - - + + - scope: path: guides/v2.4/install-gde values: @@ -166,7 +166,7 @@ plugins: optional_front_matter: remove_originals: true -# Configuration options for the jekyll-relative-links plugin. +# Configuration options for the jekyll-relative-links plugin. # Exclude all .md directories and files except page-builder/ to prevent painfully long build times. relative_links: diff --git a/src/_data/codebase/v2_3/mrg/ce/Analytics.yml b/src/_data/codebase/v2_3/mrg/ce/Analytics.yml index 7b4d67b1777..cc630314a24 100644 --- a/src/_data/codebase/v2_3/mrg/ce/Analytics.yml +++ b/src/_data/codebase/v2_3/mrg/ce/Analytics.yml @@ -5,13 +5,13 @@ release: 2.3.7 github_path: app/code/Magento/Analytics/README.md last_modified_at: '2019-09-15 22:49:37 +0100' content: |- - The Magento_Analytics module integrates your Magento instance with the [Adobe Commerce Reporting (ACR)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html) functionality. + The Magento_Analytics module integrates your Magento instance with the [Adobe Commerce Reporting](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html) functionality. The module implements the following functionality: - - Enabling subscription to Adobe Commerce Reporting (ACR) and automatic re-subscription + - Enabling subscription to Adobe Commerce Reporting and automatic re-subscription - Declaring the configuration schemas for report data collection - - Collecting the Magento instance data as reports for ACR + - Collecting the Magento instance data as reports for Commerce Reporting - Introducing API that provides the collected data - Extending Magento configuration with the module parameters: - Subscription status (enabled/disabled) @@ -36,7 +36,7 @@ content: |- ## Subscription Process - The subscription to the ACR service is enabled during the installation process of the Analytics module. Each administrator will be notified of these new features upon their initial login to the Admin Panel. + The subscription to the Commerce Reporting service is enabled during the installation process of the Analytics module. Each administrator will be notified of these new features upon their initial login to the Admin Panel. ## Analytics Settings diff --git a/src/_data/codebase/v2_4/mrg/ce/Analytics.yml b/src/_data/codebase/v2_4/mrg/ce/Analytics.yml index 6851b6a4a5e..2ed1a51cb7c 100644 --- a/src/_data/codebase/v2_4/mrg/ce/Analytics.yml +++ b/src/_data/codebase/v2_4/mrg/ce/Analytics.yml @@ -5,13 +5,13 @@ release: 2.4.2 github_path: app/code/Magento/Analytics/README.md last_modified_at: '2020-12-10 20:10:41 -0600' content: |- - The Magento_Analytics module integrates your Magento instance with the [Adobe Commerce Reporting (ACR)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.4/advanced-reporting/modules.html) functionality. + The Magento_Analytics module integrates your Magento instance with the [Adobe Commerce Reporting](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.4/advanced-reporting/modules.html) functionality. The module implements the following functionality: - - Enabling subscription to Adobe Commerce Reporting (ACR) and automatic re-subscription + - Enabling subscription to Adobe Commerce Reporting and automatic re-subscription - Declaring the configuration schemas for report data collection - - Collecting the Magento instance data as reports for ACR + - Collecting the Magento instance data as reports for Commerce Reporting - Introducing API that provides the collected data - Extending Magento configuration with the module parameters: - Subscription status (enabled/disabled) @@ -37,7 +37,7 @@ content: |- ## Subscription Process - The subscription to the ACR service is enabled during the installation process of the Analytics module. Each administrator will be notified of these new features upon their initial login to the Admin Panel. + The subscription to the Commerce Reporting service is enabled during the installation process of the Analytics module. Each administrator will be notified of these new features upon their initial login to the Admin Panel. ## Analytics Settings diff --git a/src/_data/main-nav.yml b/src/_data/main-nav.yml index 7e92ff01f8a..934f76c7025 100644 --- a/src/_data/main-nav.yml +++ b/src/_data/main-nav.yml @@ -47,7 +47,7 @@ - label: Functional Testing children: - - label: Commerce application testing + - label: Application testing url: /cloud/docker/docker-mftf.html versionless: true @@ -61,7 +61,7 @@ - label: Installation Guide url: /install-gde/install-flow-diagram.html - - label: Commerce Extensions Guide + - label: Extensions Guide url: /extensions/ versionless: true @@ -136,7 +136,7 @@ - label: API children: - - label: Get Started with Commerce Web APIs + - label: Get Started with our Web APIs url: /get-started/bk-get-started-api.html - label: REST API Reference @@ -152,7 +152,7 @@ url: /marketplace/eqp/v1/api.html versionless: true - - label: Business Intelligence API + - label: Commerce Reporting API url: /mbi/docs/getting-started.html versionless: true @@ -160,7 +160,7 @@ - label: Testing children: - - label: Commerce Testing Guide + - label: Application Testing Guide url: /test/testing.html - label: Functional Acceptance Testing (MFTF) @@ -231,7 +231,7 @@ - label: Customize Checkout url: /howdoi/checkout/checkout_overview.html - - label: Commerce Support + - label: Support url: /community/resources/support.html versionless: true diff --git a/src/_data/toc/architecture-guide.yml b/src/_data/toc/architecture-guide.yml index 5bd353f600c..85354b17ccf 100644 --- a/src/_data/toc/architecture-guide.yml +++ b/src/_data/toc/architecture-guide.yml @@ -25,7 +25,7 @@ pages: - label: Persistence layer url: /architecture/archi_perspectives/persist_layer.html - + - label: Presentation layer url: /architecture/archi_perspectives/present_layer.html @@ -35,7 +35,7 @@ pages: - label: Coding Standards url: /coding-standards/bk-coding-standards.html - - label: Commerce Framework + - label: Commerce and Magento Framework url: /architecture/archi_perspectives/framework.html - label: Modules and Extensibility diff --git a/src/_data/toc/cloud-guide.yml b/src/_data/toc/cloud-guide.yml index 140842af7e0..9286b0ad017 100644 --- a/src/_data/toc/cloud-guide.yml +++ b/src/_data/toc/cloud-guide.yml @@ -130,7 +130,7 @@ pages: url: /cloud/before/before-workspace.html versionless: true children: - - label: Install Commerce prerequisites + - label: Install prerequisites url: /cloud/before/before-workspace-magento-prereqs.html versionless: true @@ -138,7 +138,7 @@ pages: url: /cloud/before/before-workspace-ssh.html versionless: true - - label: Set up the Commerce file system owner + - label: Set up the file system owner url: /cloud/before/before-workspace-file-sys-owner.html versionless: true @@ -177,16 +177,16 @@ pages: - label: Upgrade url: /cloud/docker/docker-upgrade.html versionless: true - + - label: Use Docker url: /cloud/docker/docker-launch.html versionless: true - children: + children: - label: Production mode url: /cloud/docker/docker-mode-production.html versionless: true - + - label: Developer mode url: /cloud/docker/docker-mode-developer.html versionless: true @@ -214,7 +214,7 @@ pages: - label: Xdebug for Docker url: /cloud/docker/docker-development-debug.html versionless: true - + - label: Extend Docker url: /cloud/docker/docker-extend.html versionless: true @@ -222,7 +222,7 @@ pages: - label: Add Blackfire.io service url: /cloud/docker/docker-config-blackfire-io.html versionless: true - + - label: Docker container architecture url: /cloud/docker/docker-containers.html versionless: true @@ -230,14 +230,14 @@ pages: - label: Service containers url: /cloud/docker/docker-containers-service.html versionless: true - + - label: CLI containers url: /cloud/docker/docker-containers-cli.html versionless: true - label: Functional Testing children: - - label: Commerce application testing + - label: Application testing url: /cloud/docker/docker-test-app-mftf.html versionless: true @@ -252,7 +252,7 @@ pages: - label: Get support for Cloud Docker url: /cloud/docker/docker-troubleshooting.html versionless: true - + - label: Integrations url: /cloud/integrations/cloud-integrations.html versionless: true @@ -277,11 +277,11 @@ pages: url: /cloud/setup/first-time-setup-import-first-steps.html versionless: true children: - - label: Prepare your existing Adode Commerce system + - label: Prepare your existing system url: /cloud/setup/first-time-setup-import-prepare.html versionless: true - - label: Import Adode Commerce code + - label: Import code url: /cloud/setup/first-time-setup-import-import.html versionless: true @@ -297,7 +297,7 @@ pages: url: /cloud/live/paypal-onboarding.html versionless: true - - label: Set up B2B for Adobe Commerce + - label: Set up B2B url: /cloud/configure/setup-b2b.html versionless: true @@ -335,7 +335,7 @@ pages: - label: Customize error and maintenance pages url: /cloud/cdn/cloud-fastly-custom-response.html versionless: true - + - label: Web Application Firewall url: /cloud/cdn/fastly-waf-service.html versionless: true @@ -445,7 +445,7 @@ pages: - label: Set up Elasticsearch service url: /cloud/project/services-elastic.html versionless: true - + - label: Set up RabbitMQ service url: /cloud/project/services-rabbit.html versionless: true @@ -570,7 +570,7 @@ pages: url: /cloud/trouble/trouble.html versionless: true children: - + - label: Troubleshoot deployment url: /cloud/trouble/troubleshoot-deployment.html versionless: true @@ -623,7 +623,7 @@ pages: url: /cloud/project/project-patch.html versionless: true - - label: Upgrade Commerce version + - label: Upgrade version url: /cloud/project/project-upgrade.html versionless: true diff --git a/src/_data/toc/compliance.yml b/src/_data/toc/compliance.yml index 2ee7472f345..5efadbe1b6d 100644 --- a/src/_data/toc/compliance.yml +++ b/src/_data/toc/compliance.yml @@ -14,7 +14,7 @@ pages: url: /compliance/industry-compliance.html - label: Privacy Regulations - + children: - label: CCPA @@ -37,6 +37,6 @@ pages: versionless: true children: - - label: Commerce Privacy JavaScript Library + - label: Privacy JavaScript Library versionless: true url: /compliance/privacy/magento-privacy-js-library.html diff --git a/src/_data/toc/configuration-guide.yml b/src/_data/toc/configuration-guide.yml index 72beb9e942e..48a8397c221 100644 --- a/src/_data/toc/configuration-guide.yml +++ b/src/_data/toc/configuration-guide.yml @@ -28,11 +28,11 @@ pages: - label: X-Frame-Options header url: /config-guide/secy/secy-xframe.html - - label: Commerce application initialization and bootstrap + - label: Application initialization and bootstrap url: /config-guide/bootstrap/magento-bootstrap.html children: - - label: About Commerce modes + - label: About application modes url: /config-guide/bootstrap/magento-modes.html - label: Customize base directory paths (MAGE_DIRS) @@ -103,7 +103,7 @@ pages: - label: Code compiler url: /config-guide/cli/config-cli-subcommands-compiler.html - - label: Set the Commerce mode + - label: Set the operation mode url: /config-guide/cli/config-cli-subcommands-mode.html - label: Start message queue consumers @@ -157,11 +157,10 @@ pages: - label: Run the support utilities (Adobe Commerce only) url: /config-guide/cli/config-cli-subcommands-spt-util.html - - label: Commerce configuration files + - label: Configuration files url: /config-guide/config/config-magento.html children: - - - label: Commerce's deployment configuration + - label: Deployment configuration url: /config-guide/config/config-php.html - label: Module configuration files @@ -185,7 +184,7 @@ pages: - label: Other configuration paths reference url: /config-guide/prod/config-reference-most.html - - label: Adobe Commerce for B2B Extension configuration paths reference + - label: B2B Extension configuration paths reference (Adobe Commerce only) url: /config-guide/prod/config-reference-b2b.html - label: .gitignore reference @@ -223,7 +222,7 @@ pages: url: /config-guide/redis/config-redis.html children: - - label: Use Redis for the Commerce page and default cache + - label: Use Redis for default cache url: /config-guide/redis/redis-pg-cache.html - label: Use Redis for session storage @@ -239,19 +238,19 @@ pages: - label: Configure Varnish and your web server url: /config-guide/varnish/config-varnish-configure.html - - label: Configure Commerce to use Varnish + - label: Configure Varnish for Commerce or Magento url: /config-guide/varnish/config-varnish-magento.html - label: Advanced Varnish configuration url: /config-guide/varnish/config-varnish-advanced.html - - label: How Commerce cache clearing works with multiple Varnish instances + - label: How cache clearing works with multiple Varnish instances url: /config-guide/varnish/use-multiple-varnish-cache.html - label: Final verification url: /config-guide/varnish/config-varnish-final.html - - label: How Commerce cache clearing works with Varnish + - label: How cache clearing works with Varnish url: /config-guide/varnish/use-varnish-cache.html - label: How Varnish caching works @@ -267,7 +266,7 @@ pages: - label: Install, configure, verify memcached on CentOS url: /config-guide/memcache/memcache_centos.html - - label: Configure Commerce to use memcached + - label: Configure Commerce or Magento to use memcached url: /config-guide/memcache/memcache_magento.html - label: Multiple websites or stores @@ -327,7 +326,7 @@ pages: - label: Configure Elasticsearch stopwords url: /config-guide/elasticsearch/es-config-stopwords.html - - label: Configure Commerce to use Elasticsearch + - label: Configure Commerce and Magento to use Elasticsearch url: /config-guide/elasticsearch/configure-magento.html - label: Change the Elasticsearch client @@ -341,9 +340,9 @@ pages: - label: Configure Elasticsearch stopwords url: /config-guide/elasticsearch/es-config-stopwords.html - - label: Configure Commerce to use Elasticsearch + - label: Configure Commerce and Magento to use Elasticsearch url: /config-guide/elasticsearch/configure-magento.html - + - label: Message Queues url: /config-guide/mq/rabbitmq-overview.html children: @@ -374,7 +373,7 @@ pages: url: /config-guide/log/log-intro.html children: - - label: Commerce logging in more detail + - label: Logging in more detail url: /config-guide/log/log-magento.html - label: Example - logging database activity diff --git a/src/_data/toc/extension-best-practices.yml b/src/_data/toc/extension-best-practices.yml index 2f9ce8c8b05..195c8d0aad2 100644 --- a/src/_data/toc/extension-best-practices.yml +++ b/src/_data/toc/extension-best-practices.yml @@ -53,7 +53,7 @@ pages: - label: Modify Image Library folder permissions url: /ext-best-practices/tutorials/modify-image-library-permissions/ - - label: Creating a Commerce admin page + - label: Creating an admin page url: /ext-best-practices/extension-coding/example-module-adminpage.html - label: Creating a dynamic row system config @@ -70,4 +70,3 @@ pages: - label: Creating an integration with an external API url: /ext-best-practices/tutorials/create-integration-with-api.html - diff --git a/src/_data/toc/extensions.yml b/src/_data/toc/extensions.yml index 33bacc3cd34..6a32d8830ac 100644 --- a/src/_data/toc/extensions.yml +++ b/src/_data/toc/extensions.yml @@ -1,4 +1,4 @@ -label: Commerce Extensions Guide +label: Extensions Guide pages: - label: Introduction diff --git a/src/_data/toc/frontend-developer-guide.yml b/src/_data/toc/frontend-developer-guide.yml index ae04f0fa3d8..f5b3388270e 100644 --- a/src/_data/toc/frontend-developer-guide.yml +++ b/src/_data/toc/frontend-developer-guide.yml @@ -6,7 +6,7 @@ pages: - label: Conventional notations used in this Guide url: /frontend-dev-guide/conventions.html - - label: Commerce cache overview + - label: Cache overview url: /frontend-dev-guide/cache_for_frontdevs.html - label: Theme development best practices @@ -37,7 +37,7 @@ pages: - label: Locate templates, layouts, and styles url: /frontend-dev-guide/themes/debug-theme.html - - label: Commerce theme structure + - label: Theme structure url: /frontend-dev-guide/themes/theme-structure.html - label: Theme inheritance @@ -115,7 +115,7 @@ pages: - label: Compile LESS using Grunt url: /frontend-dev-guide/css-topics/css_debug.html - - label: Commerce UI library + - label: UI library url: /frontend-dev-guide/css-topics/theme-ui-lib.html - label: Using jQuery UI styles @@ -156,7 +156,7 @@ pages: - label: CSS in responsive design url: /frontend-dev-guide/responsive-web-design/rwd_css.html - - label: JavaScript in Commerce responsive design + - label: JavaScript in responsive design url: /frontend-dev-guide/responsive-web-design/rwd_js.html - label: Create a responsive mobile theme based on a default theme @@ -195,5 +195,5 @@ pages: url: /frontend-dev-guide/tools/tools_overview.html children: - - label: Using Grunt for Commerce tasks + - label: Using Grunt url: /frontend-dev-guide/tools/using_grunt.html diff --git a/src/_data/toc/how-do-i.yml b/src/_data/toc/how-do-i.yml index 0a7ec12f1f4..93ed50b6b32 100644 --- a/src/_data/toc/how-do-i.yml +++ b/src/_data/toc/how-do-i.yml @@ -56,5 +56,5 @@ pages: - label: Customize the list of shipping methods url: /howdoi/checkout/checkout_shipping_methods.html - - label: Customize Commerce Admin design + - label: Customize the Admin design url: /howdoi/admin/customize_admin.html diff --git a/src/_data/toc/installation-guide.yml b/src/_data/toc/installation-guide.yml index afcfe52dd8e..e72f47467f8 100644 --- a/src/_data/toc/installation-guide.yml +++ b/src/_data/toc/installation-guide.yml @@ -3,8 +3,8 @@ pages: - label: Installation flow url: /install-gde/install-flow-diagram.html - - - label: Commerce system requirements + + - label: System requirements url: /install-gde/system-requirements.html - label: Prerequisites @@ -33,13 +33,13 @@ pages: exclude_versions: ["2.3"] - label: Configure Apache and Elasticsearch - url: /install-gde/prereq/es-config-apache.html + url: /install-gde/prereq/es-config-apache.html exclude_versions: ["2.3"] - label: Get your authentication keys url: /install-gde/prereq/connect-auth.html - - label: Commerce file system ownership and permissions + - label: File system ownership and permissions children: - label: Overview of ownership and permissions @@ -50,7 +50,7 @@ pages: - label: RabbitMQ url: /install-gde/prereq/install-rabbitmq.html - + - label: Set up a remote MySQL database connection url: /install-gde/prereq/mysql_remote.html @@ -60,7 +60,7 @@ pages: - label: Optional software url: /install-gde/prereq/optional.html - - label: Get the Commerce software + - label: Get the software url: /install-gde/bk-install-guide.html - label: Quick start install @@ -70,9 +70,9 @@ pages: url: /install-gde/contrib-git.html children: - - label: Clone the Commerce repository + - label: Clone the repository url: /install-gde/prereq/dev_install.html - + - label: Change to a released version url: /install-gde/install/cli/dev_downgrade.html @@ -89,7 +89,7 @@ pages: - label: Verify the installation url: /install-gde/install/verify.html - - label: Configure the Commerce application + - label: Configure the application url: /install-gde/install/post-install-config.html - label: Optionally set a umask @@ -113,20 +113,20 @@ pages: - label: Configure consumer behavior url: /install-gde/install/cli/install-cli-subcommands-consumers.html - + - label: Configure the lock provider url: /install-gde/install/cli/install-cli-subcommands-lock.html - + - label: Configure the store url: /install-gde/install/cli/install-cli-subcommands-store.html - - label: Create, edit, or unlock a Commerce administrator account + - label: Create, edit, or unlock an administrator account url: /install-gde/install/cli/install-cli-subcommands-admin.html - label: Create or update the deployment configuration url: /install-gde/install/cli/install-cli-subcommands-deployment.html - - label: Create the Commerce database schema + - label: Create the database schema url: /install-gde/install/cli/install-cli-subcommands-db.html - label: Display or change the Admin URI @@ -153,11 +153,11 @@ pages: - label: Uninstall or reinstall Commerce url: /install-gde/install/cli/install-cli-uninstall.html - - label: Update the Commerce database schema and data + - label: Update the database schema and data url: /install-gde/install/cli/install-cli-subcommands-db-upgr.html - + - label: Uninstall themes Composer packages url: /install-gde/install/cli/install-cli-theme-uninstall.html - + - label: Troubleshooting url: https://support.magento.com/hc/en-us/categories/115000200533-Troubleshooting diff --git a/src/_data/toc/javascript-developer-guide.yml b/src/_data/toc/javascript-developer-guide.yml index bb9d39a0387..a08a6f23b9c 100644 --- a/src/_data/toc/javascript-developer-guide.yml +++ b/src/_data/toc/javascript-developer-guide.yml @@ -34,7 +34,7 @@ pages: - label: Using JavaScript mixins url: /javascript-dev-guide/javascript/js_mixins.html - - label: Commerce jQuery widgets + - label: jQuery widgets url: /javascript-dev-guide/widgets/jquery-widgets-about.html children: diff --git a/src/_data/toc/mbi.yml b/src/_data/toc/mbi.yml index a2c315afad1..5617c48b5a7 100644 --- a/src/_data/toc/mbi.yml +++ b/src/_data/toc/mbi.yml @@ -1,4 +1,4 @@ -label: Business Intelligence +label: Adobe Commerce Reporting url: /mbi/docs/ versionless: true pages: diff --git a/src/_data/toc/mftf-v2.yml b/src/_data/toc/mftf-v2.yml index 37cc301dae4..fd334eb83ab 100644 --- a/src/_data/toc/mftf-v2.yml +++ b/src/_data/toc/mftf-v2.yml @@ -1,4 +1,4 @@ -label: Commerce Functional Testing Framework Guide (v2) +label: Functional Testing Framework Guide (v2) pages: - label: Introduction @@ -61,7 +61,7 @@ pages: - label: Merge pages url: /mftf/v2/docs/merge_points/merge-pages.html versionless: true - + - label: Merge sections url: /mftf/v2/docs/merge_points/merge-sections.html versionless: true @@ -151,7 +151,7 @@ pages: - label: Selectors url: /mftf/v2/docs/guides/selectors.html versionless: true - + - label: Test isolation url: /mftf/v2/docs/guides/test-isolation.html versionless: true @@ -170,7 +170,7 @@ pages: - label: Troubleshooting url: /mftf/v2/docs/troubleshooting.html - versionless: true + versionless: true - label: Update MFTF url: /mftf/v2/docs/update.html @@ -188,6 +188,6 @@ pages: url: https://github.com/magento/magento2-functional-testing-framework/blob/master/CHANGELOG.md versionless: true - - label: Commerce Functional Testing Framework Guide (v3) + - label: Functional Testing Framework Guide (v3) url: /mftf/docs/introduction.html versionless: true diff --git a/src/_data/toc/mftf.yml b/src/_data/toc/mftf.yml index b1ef76e849d..8adf52b2072 100644 --- a/src/_data/toc/mftf.yml +++ b/src/_data/toc/mftf.yml @@ -1,4 +1,4 @@ -label: Commerce Functional Testing Framework Guide +label: Functional Testing Framework Guide pages: - label: Introduction @@ -73,7 +73,7 @@ pages: - label: Merge pages url: /mftf/docs/merge_points/merge-pages.html versionless: true - + - label: Merge sections url: /mftf/docs/merge_points/merge-sections.html versionless: true @@ -162,7 +162,7 @@ pages: - label: Selectors url: /mftf/docs/guides/selectors.html versionless: true - + - label: Test isolation url: /mftf/docs/guides/test-isolation.html versionless: true @@ -181,11 +181,11 @@ pages: - label: Troubleshooting url: /mftf/docs/troubleshooting.html - versionless: true + versionless: true - label: Two-factor Authentication url: /mftf/docs/configure-2fa.html - versionless: true + versionless: true - label: Update MFTF url: /mftf/docs/update.html @@ -194,7 +194,7 @@ pages: - label: Versioning url: /mftf/docs/versioning.html versionless: true - + - label: Backward incompatible changes in tests url: /mftf/docs/backward-incompatible-changes.html versionless: true diff --git a/src/_data/toc/module-reference-guide-2_3.yml b/src/_data/toc/module-reference-guide-2_3.yml index e8587b03ce7..1559eccf094 100644 --- a/src/_data/toc/module-reference-guide-2_3.yml +++ b/src/_data/toc/module-reference-guide-2_3.yml @@ -2,1004 +2,1002 @@ label: Module Reference Guide pages: - label: Introduction url: /mrg/intro.html - + - label: Core Open Source, 2.3.7 include_versions: ["2.3"] children: - + - label: AdminAnalytics url: /mrg/ce/AdminAnalytics.html - + - label: AdminNotification url: /mrg/ce/AdminNotification.html - + - label: AdvancedPricingImportExport url: /mrg/ce/AdvancedPricingImportExport.html - + - label: AdvancedSearch url: /mrg/ce/AdvancedSearch.html - + - label: Amqp url: /mrg/ce/Amqp.html - + - label: AmqpStore url: /mrg/ce/AmqpStore.html - + - label: Analytics url: /mrg/ce/Analytics.html - + - label: AsynchronousOperations url: /mrg/ce/AsynchronousOperations.html - + - label: Authorization url: /mrg/ce/Authorization.html - + - label: Authorizenet url: /mrg/ce/Authorizenet.html - + - label: AuthorizenetAcceptjs url: /mrg/ce/AuthorizenetAcceptjs.html - + - label: AuthorizenetCardinal url: /mrg/ce/AuthorizenetCardinal.html - + - label: AuthorizenetGraphQl url: /mrg/ce/AuthorizenetGraphQl.html - + - label: Backend url: /mrg/ce/Backend.html - + - label: Backup url: /mrg/ce/Backup.html - + - label: Braintree url: /mrg/ce/Braintree.html - + - label: BraintreeGraphQl url: /mrg/ce/BraintreeGraphQl.html - + - label: Bundle url: /mrg/ce/Bundle.html - + - label: BundleGraphQl url: /mrg/ce/BundleGraphQl.html - + - label: BundleImportExport url: /mrg/ce/BundleImportExport.html - + - label: CacheInvalidate url: /mrg/ce/CacheInvalidate.html - + - label: Captcha url: /mrg/ce/Captcha.html - + - label: CardinalCommerce url: /mrg/ce/CardinalCommerce.html - + - label: Catalog url: /mrg/ce/Catalog.html - + - label: CatalogAnalytics url: /mrg/ce/CatalogAnalytics.html - + - label: CatalogCmsGraphQl url: /mrg/ce/CatalogCmsGraphQl.html - + - label: CatalogCustomerGraphQl url: /mrg/ce/CatalogCustomerGraphQl.html - + - label: CatalogGraphQl url: /mrg/ce/CatalogGraphQl.html - + - label: CatalogInventory url: /mrg/ce/CatalogInventory.html - + - label: CatalogInventoryGraphQl url: /mrg/ce/CatalogInventoryGraphQl.html - + - label: CatalogRule url: /mrg/ce/CatalogRule.html - + - label: CatalogRuleConfigurable url: /mrg/ce/CatalogRuleConfigurable.html - + - label: CatalogRuleGraphQl url: /mrg/ce/CatalogRuleGraphQl.html - + - label: CatalogSearch url: /mrg/ce/CatalogSearch.html - + - label: CatalogUrlRewriteGraphQl url: /mrg/ce/CatalogUrlRewriteGraphQl.html - + - label: CatalogWidget url: /mrg/ce/CatalogWidget.html - + - label: Checkout url: /mrg/ce/Checkout.html - + - label: CheckoutAgreements url: /mrg/ce/CheckoutAgreements.html - + - label: CheckoutAgreementsGraphQl url: /mrg/ce/CheckoutAgreementsGraphQl.html - + - label: Cms url: /mrg/ce/Cms.html - + - label: CmsGraphQl url: /mrg/ce/CmsGraphQl.html - + - label: CmsUrlRewrite url: /mrg/ce/CmsUrlRewrite.html - + - label: CmsUrlRewriteGraphQl url: /mrg/ce/CmsUrlRewriteGraphQl.html - + - label: Config url: /mrg/ce/Config.html - + - label: ConfigurableProduct url: /mrg/ce/ConfigurableProduct.html - + - label: ConfigurableProductGraphQl url: /mrg/ce/ConfigurableProductGraphQl.html - + - label: ConfigurableProductSales url: /mrg/ce/ConfigurableProductSales.html - + - label: Contact url: /mrg/ce/Contact.html - + - label: Cookie url: /mrg/ce/Cookie.html - + - label: Cron url: /mrg/ce/Cron.html - + - label: Csp url: /mrg/ce/Csp.html - + - label: CurrencySymbol url: /mrg/ce/CurrencySymbol.html - + - label: Customer url: /mrg/ce/Customer.html - + - label: CustomerAnalytics url: /mrg/ce/CustomerAnalytics.html - + - label: CustomerDownloadableGraphQl url: /mrg/ce/CustomerDownloadableGraphQl.html - + - label: CustomerGraphQl url: /mrg/ce/CustomerGraphQl.html - + - label: CustomerImportExport url: /mrg/ce/CustomerImportExport.html - + - label: Deploy url: /mrg/ce/Deploy.html - + - label: Developer url: /mrg/ce/Developer.html - + - label: Dhl url: /mrg/ce/Dhl.html - + - label: Directory url: /mrg/ce/Directory.html - + - label: DirectoryGraphQl url: /mrg/ce/DirectoryGraphQl.html - + - label: Downloadable url: /mrg/ce/Downloadable.html - + - label: DownloadableGraphQl url: /mrg/ce/DownloadableGraphQl.html - + - label: DownloadableImportExport url: /mrg/ce/DownloadableImportExport.html - + - label: Eav url: /mrg/ce/Eav.html - + - label: EavGraphQl url: /mrg/ce/EavGraphQl.html - + - label: Elasticsearch url: /mrg/ce/Elasticsearch.html - + - label: Elasticsearch6 url: /mrg/ce/Elasticsearch6.html - + - label: Elasticsearch7 url: /mrg/ce/Elasticsearch7.html - + - label: Email url: /mrg/ce/Email.html - + - label: EncryptionKey url: /mrg/ce/EncryptionKey.html - + - label: Fedex url: /mrg/ce/Fedex.html - + - label: GiftMessage url: /mrg/ce/GiftMessage.html - + - label: GoogleAdwords url: /mrg/ce/GoogleAdwords.html - + - label: GoogleAnalytics url: /mrg/ce/GoogleAnalytics.html - + - label: GoogleOptimizer url: /mrg/ce/GoogleOptimizer.html - + - label: GraphQl url: /mrg/ce/GraphQl.html - + - label: GraphQlCache url: /mrg/ce/GraphQlCache.html - + - label: GroupedCatalogInventory url: /mrg/ce/GroupedCatalogInventory.html - + - label: GroupedProduct url: /mrg/ce/GroupedProduct.html - + - label: GroupedProductGraphQl url: /mrg/ce/GroupedProductGraphQl.html - + - label: ImportExport url: /mrg/ce/ImportExport.html - + - label: Indexer url: /mrg/ce/Indexer.html - + - label: InstantPurchase url: /mrg/ce/InstantPurchase.html - + - label: Integration url: /mrg/ce/Integration.html - + - label: LayeredNavigation url: /mrg/ce/LayeredNavigation.html - + - label: Marketplace url: /mrg/ce/Marketplace.html - + - label: MediaGallery url: /mrg/ce/MediaGallery.html - + - label: MediaGalleryApi url: /mrg/ce/MediaGalleryApi.html - + - label: MediaStorage url: /mrg/ce/MediaStorage.html - + - label: MessageQueue url: /mrg/ce/MessageQueue.html - + - label: MsrpConfigurableProduct url: /mrg/ce/MsrpConfigurableProduct.html - + - label: MsrpGroupedProduct url: /mrg/ce/MsrpGroupedProduct.html - + - label: Multishipping url: /mrg/ce/Multishipping.html - + - label: MysqlMq url: /mrg/ce/MysqlMq.html - + - label: NewRelicReporting url: /mrg/ce/NewRelicReporting.html - + - label: Newsletter url: /mrg/ce/Newsletter.html - + - label: OfflinePayments url: /mrg/ce/OfflinePayments.html - + - label: OfflineShipping url: /mrg/ce/OfflineShipping.html - + - label: PageCache url: /mrg/ce/PageCache.html - + - label: Payment url: /mrg/ce/Payment.html - + - label: Paypal url: /mrg/ce/Paypal.html - + - label: PaypalCaptcha url: /mrg/ce/PaypalCaptcha.html - + - label: PaypalGraphQl url: /mrg/ce/PaypalGraphQl.html - + - label: Persistent url: /mrg/ce/Persistent.html - + - label: ProductAlert url: /mrg/ce/ProductAlert.html - + - label: ProductVideo url: /mrg/ce/ProductVideo.html - + - label: Quote url: /mrg/ce/Quote.html - + - label: QuoteAnalytics url: /mrg/ce/QuoteAnalytics.html - + - label: QuoteGraphQl url: /mrg/ce/QuoteGraphQl.html - + - label: RelatedProductGraphQl url: /mrg/ce/RelatedProductGraphQl.html - + - label: ReleaseNotification url: /mrg/ce/ReleaseNotification.html - + - label: Reports url: /mrg/ce/Reports.html - + - label: RequireJs url: /mrg/ce/RequireJs.html - + - label: Review url: /mrg/ce/Review.html - + - label: ReviewAnalytics url: /mrg/ce/ReviewAnalytics.html - + - label: Robots url: /mrg/ce/Robots.html - + - label: Rss url: /mrg/ce/Rss.html - + - label: Rule url: /mrg/ce/Rule.html - + - label: Sales url: /mrg/ce/Sales.html - + - label: SalesAnalytics url: /mrg/ce/SalesAnalytics.html - + - label: SalesGraphQl url: /mrg/ce/SalesGraphQl.html - + - label: SalesInventory url: /mrg/ce/SalesInventory.html - + - label: SalesRule url: /mrg/ce/SalesRule.html - + - label: SalesSequence url: /mrg/ce/SalesSequence.html - + - label: SampleData url: /mrg/ce/SampleData.html - + - label: Search url: /mrg/ce/Search.html - + - label: Security url: /mrg/ce/Security.html - + - label: SendFriend url: /mrg/ce/SendFriend.html - + - label: SendFriendGraphQl url: /mrg/ce/SendFriendGraphQl.html - + - label: Shipping url: /mrg/ce/Shipping.html - + - label: Signifyd url: /mrg/ce/Signifyd.html - + - label: Sitemap url: /mrg/ce/Sitemap.html - + - label: Store url: /mrg/ce/Store.html - + - label: StoreGraphQl url: /mrg/ce/StoreGraphQl.html - + - label: Swagger url: /mrg/ce/Swagger.html - + - label: SwaggerWebapi url: /mrg/ce/SwaggerWebapi.html - + - label: SwaggerWebapiAsync url: /mrg/ce/SwaggerWebapiAsync.html - + - label: Swatches url: /mrg/ce/Swatches.html - + - label: SwatchesGraphQl url: /mrg/ce/SwatchesGraphQl.html - + - label: SwatchesLayeredNavigation url: /mrg/ce/SwatchesLayeredNavigation.html - + - label: Tax url: /mrg/ce/Tax.html - + - label: TaxGraphQl url: /mrg/ce/TaxGraphQl.html - + - label: Theme url: /mrg/ce/Theme.html - + - label: ThemeGraphQl url: /mrg/ce/ThemeGraphQl.html - + - label: Tinymce3 url: /mrg/ce/Tinymce3.html - + - label: Translation url: /mrg/ce/Translation.html - + - label: Ui url: /mrg/ce/Ui.html - + - label: Ups url: /mrg/ce/Ups.html - + - label: UrlRewrite url: /mrg/ce/UrlRewrite.html - + - label: UrlRewriteGraphQl url: /mrg/ce/UrlRewriteGraphQl.html - + - label: User url: /mrg/ce/User.html - + - label: Usps url: /mrg/ce/Usps.html - + - label: Variable url: /mrg/ce/Variable.html - + - label: Vault url: /mrg/ce/Vault.html - + - label: VaultGraphQl url: /mrg/ce/VaultGraphQl.html - + - label: Version url: /mrg/ce/Version.html - + - label: Webapi url: /mrg/ce/Webapi.html - + - label: WebapiAsync url: /mrg/ce/WebapiAsync.html - + - label: WebapiSecurity url: /mrg/ce/WebapiSecurity.html - + - label: Weee url: /mrg/ce/Weee.html - + - label: WeeeGraphQl url: /mrg/ce/WeeeGraphQl.html - + - label: Widget url: /mrg/ce/Widget.html - + - label: Wishlist url: /mrg/ce/Wishlist.html - + - label: WishlistAnalytics url: /mrg/ce/WishlistAnalytics.html - + - label: WishlistGraphQl url: /mrg/ce/WishlistGraphQl.html - - - - label: Core Commerce only, 2.3.7 + + + - label: Core Adobe Commerce only, 2.3.7 include_versions: ["2.3"] children: - + - label: AdminGws url: /mrg/ee/AdminGws.html - + - label: AdminGwsConfigurableProduct url: /mrg/ee/AdminGwsConfigurableProduct.html - + - label: AdminGwsStaging url: /mrg/ee/AdminGwsStaging.html - + - label: AdvancedCatalog url: /mrg/ee/AdvancedCatalog.html - + - label: AdvancedCheckout url: /mrg/ee/AdvancedCheckout.html - + - label: AdvancedRule url: /mrg/ee/AdvancedRule.html - + - label: AdvancedSalesRule url: /mrg/ee/AdvancedSalesRule.html - + - label: Banner url: /mrg/ee/Banner.html - + - label: BannerCustomerSegment url: /mrg/ee/BannerCustomerSegment.html - + - label: BundleImportExportStaging url: /mrg/ee/BundleImportExportStaging.html - + - label: BundleStaging url: /mrg/ee/BundleStaging.html - + - label: CatalogEvent url: /mrg/ee/CatalogEvent.html - + - label: CatalogImportExportStaging url: /mrg/ee/CatalogImportExportStaging.html - + - label: CatalogInventoryStaging url: /mrg/ee/CatalogInventoryStaging.html - + - label: CatalogPermissions url: /mrg/ee/CatalogPermissions.html - + - label: CatalogRuleStaging url: /mrg/ee/CatalogRuleStaging.html - + - label: CatalogStaging url: /mrg/ee/CatalogStaging.html - + - label: CatalogStagingGraphQl url: /mrg/ee/CatalogStagingGraphQl.html - + - label: CatalogUrlRewriteStaging url: /mrg/ee/CatalogUrlRewriteStaging.html - + - label: CheckoutAddressSearch url: /mrg/ee/CheckoutAddressSearch.html - + - label: CheckoutAddressSearchGiftRegistry url: /mrg/ee/CheckoutAddressSearchGiftRegistry.html - + - label: CheckoutStaging url: /mrg/ee/CheckoutStaging.html - + - label: CmsStaging url: /mrg/ee/CmsStaging.html - + - label: ConfigurableProductStaging url: /mrg/ee/ConfigurableProductStaging.html - + - label: CustomAttributeManagement url: /mrg/ee/CustomAttributeManagement.html - + - label: CustomerBalance url: /mrg/ee/CustomerBalance.html - + - label: CustomerBalanceGraphQl url: /mrg/ee/CustomerBalanceGraphQl.html - + - label: CustomerCustomAttributes url: /mrg/ee/CustomerCustomAttributes.html - + - label: CustomerFinance url: /mrg/ee/CustomerFinance.html - + - label: CustomerSegment url: /mrg/ee/CustomerSegment.html - + - label: Cybersource url: /mrg/ee/Cybersource.html - + - label: DownloadableStaging url: /mrg/ee/DownloadableStaging.html - + - label: ElasticsearchCatalogPermissions url: /mrg/ee/ElasticsearchCatalogPermissions.html - + - label: Enterprise url: /mrg/ee/Enterprise.html - + - label: Eway url: /mrg/ee/Eway.html - + - label: GiftCard url: /mrg/ee/GiftCard.html - + - label: GiftCardAccount url: /mrg/ee/GiftCardAccount.html - + - label: GiftCardAccountGraphQl url: /mrg/ee/GiftCardAccountGraphQl.html - + - label: GiftCardGraphQl url: /mrg/ee/GiftCardGraphQl.html - + - label: GiftCardImportExport url: /mrg/ee/GiftCardImportExport.html - + - label: GiftCardStaging url: /mrg/ee/GiftCardStaging.html - + - label: GiftMessageStaging url: /mrg/ee/GiftMessageStaging.html - + - label: GiftRegistry url: /mrg/ee/GiftRegistry.html - + - label: GiftWrapping url: /mrg/ee/GiftWrapping.html - + - label: GiftWrappingStaging url: /mrg/ee/GiftWrappingStaging.html - + - label: GoogleOptimizerStaging url: /mrg/ee/GoogleOptimizerStaging.html - + - label: GoogleTagManager url: /mrg/ee/GoogleTagManager.html - + - label: GroupedProductStaging url: /mrg/ee/GroupedProductStaging.html - + - label: Invitation url: /mrg/ee/Invitation.html - + - label: LayeredNavigationStaging url: /mrg/ee/LayeredNavigationStaging.html - + - label: Logging url: /mrg/ee/Logging.html - + - label: MsrpStaging url: /mrg/ee/MsrpStaging.html - + - label: MultipleWishlist url: /mrg/ee/MultipleWishlist.html - + - label: PaymentStaging url: /mrg/ee/PaymentStaging.html - + - label: PersistentHistory url: /mrg/ee/PersistentHistory.html - + - label: PricePermissions url: /mrg/ee/PricePermissions.html - + - label: ProductVideoStaging url: /mrg/ee/ProductVideoStaging.html - + - label: PromotionPermissions url: /mrg/ee/PromotionPermissions.html - + - label: Reminder url: /mrg/ee/Reminder.html - + - label: ResourceConnections url: /mrg/ee/ResourceConnections.html - + - label: ReviewStaging url: /mrg/ee/ReviewStaging.html - + - label: Reward url: /mrg/ee/Reward.html - + - label: RewardGraphQl url: /mrg/ee/RewardGraphQl.html - + - label: RewardStaging url: /mrg/ee/RewardStaging.html - + - label: Rma url: /mrg/ee/Rma.html - + - label: RmaGraphQl url: /mrg/ee/RmaGraphQl.html - + - label: RmaStaging url: /mrg/ee/RmaStaging.html - + - label: SalesArchive url: /mrg/ee/SalesArchive.html - + - label: SalesRuleStaging url: /mrg/ee/SalesRuleStaging.html - + - label: ScalableCheckout url: /mrg/ee/ScalableCheckout.html - + - label: ScalableInventory url: /mrg/ee/ScalableInventory.html - + - label: ScalableOms url: /mrg/ee/ScalableOms.html - + - label: ScheduledImportExport url: /mrg/ee/ScheduledImportExport.html - + - label: SearchStaging url: /mrg/ee/SearchStaging.html - + - label: Staging url: /mrg/ee/Staging.html - + - label: StagingGraphQl url: /mrg/ee/StagingGraphQl.html - + - label: Support url: /mrg/ee/Support.html - + - label: TargetRule url: /mrg/ee/TargetRule.html - + - label: Tinymce3Banner url: /mrg/ee/Tinymce3Banner.html - + - label: VersionsCms url: /mrg/ee/VersionsCms.html - + - label: VersionsCmsUrlRewrite url: /mrg/ee/VersionsCmsUrlRewrite.html - + - label: VisualMerchandiser url: /mrg/ee/VisualMerchandiser.html - + - label: WebsiteRestriction url: /mrg/ee/WebsiteRestriction.html - + - label: WeeeStaging url: /mrg/ee/WeeeStaging.html - + - label: Worldpay url: /mrg/ee/Worldpay.html - - + + - label: B2B extension, 1.1.7 include_versions: ["2.3"] children: - + - label: B2b url: /mrg/b2b/B2b.html - + - label: BundleNegotiableQuote url: /mrg/b2b/BundleNegotiableQuote.html - + - label: BundleRequisitionList url: /mrg/b2b/BundleRequisitionList.html - + - label: BundleSharedCatalog url: /mrg/b2b/BundleSharedCatalog.html - + - label: CheckoutAddressSearchNegotiableQuote url: /mrg/b2b/CheckoutAddressSearchNegotiableQuote.html - + - label: CheckoutAgreementsNegotiableQuote url: /mrg/b2b/CheckoutAgreementsNegotiableQuote.html - + - label: Company url: /mrg/b2b/Company.html - + - label: CompanyCredit url: /mrg/b2b/CompanyCredit.html - + - label: CompanyPayment url: /mrg/b2b/CompanyPayment.html - + - label: ConfigurableNegotiableQuote url: /mrg/b2b/ConfigurableNegotiableQuote.html - + - label: ConfigurableRequisitionList url: /mrg/b2b/ConfigurableRequisitionList.html - + - label: ConfigurableSharedCatalog url: /mrg/b2b/ConfigurableSharedCatalog.html - + - label: GiftCardNegotiableQuote url: /mrg/b2b/GiftCardNegotiableQuote.html - + - label: GiftCardRequisitionList url: /mrg/b2b/GiftCardRequisitionList.html - + - label: GiftCardSharedCatalog url: /mrg/b2b/GiftCardSharedCatalog.html - + - label: GroupedRequisitionList url: /mrg/b2b/GroupedRequisitionList.html - + - label: GroupedSharedCatalog url: /mrg/b2b/GroupedSharedCatalog.html - + - label: NegotiableQuote url: /mrg/b2b/NegotiableQuote.html - + - label: NegotiableQuoteSharedCatalog url: /mrg/b2b/NegotiableQuoteSharedCatalog.html - + - label: QuickOrder url: /mrg/b2b/QuickOrder.html - + - label: RequisitionList url: /mrg/b2b/RequisitionList.html - + - label: SharedCatalog url: /mrg/b2b/SharedCatalog.html - - + + - label: Inventory Management (Open Source), 1.1.7 include_versions: ["2.3"] children: - + - label: Inventory url: /mrg/msi/Inventory.html - + - label: InventoryAdminUi url: /mrg/msi/InventoryAdminUi.html - + - label: InventoryAdvancedCheckout url: /mrg/msi/InventoryAdvancedCheckout.html - + - label: InventoryApi url: /mrg/msi/InventoryApi.html - + - label: InventoryBundleProduct url: /mrg/msi/InventoryBundleProduct.html - + - label: InventoryBundleProductAdminUi url: /mrg/msi/InventoryBundleProductAdminUi.html - + - label: InventoryCache url: /mrg/msi/InventoryCache.html - + - label: InventoryCatalog url: /mrg/msi/InventoryCatalog.html - + - label: InventoryCatalogAdminUi url: /mrg/msi/InventoryCatalogAdminUi.html - + - label: InventoryCatalogApi url: /mrg/msi/InventoryCatalogApi.html - + - label: InventoryCatalogSearch url: /mrg/msi/InventoryCatalogSearch.html - + - label: InventoryConfigurableProduct url: /mrg/msi/InventoryConfigurableProduct.html - + - label: InventoryConfigurableProductAdminUi url: /mrg/msi/InventoryConfigurableProductAdminUi.html - + - label: InventoryConfigurableProductIndexer url: /mrg/msi/InventoryConfigurableProductIndexer.html - + - label: InventoryConfiguration url: /mrg/msi/InventoryConfiguration.html - + - label: InventoryConfigurationApi url: /mrg/msi/InventoryConfigurationApi.html - + - label: InventoryDistanceBasedSourceSelection url: /mrg/msi/InventoryDistanceBasedSourceSelection.html - + - label: InventoryDistanceBasedSourceSelectionAdminUi url: /mrg/msi/InventoryDistanceBasedSourceSelectionAdminUi.html - + - label: InventoryDistanceBasedSourceSelectionApi url: /mrg/msi/InventoryDistanceBasedSourceSelectionApi.html - + - label: InventoryElasticsearch url: /mrg/msi/InventoryElasticsearch.html - + - label: InventoryExportStock url: /mrg/msi/InventoryExportStock.html - + - label: InventoryExportStockApi url: /mrg/msi/InventoryExportStockApi.html - + - label: InventoryGraphQl url: /mrg/msi/InventoryGraphQl.html - + - label: InventoryGroupedProduct url: /mrg/msi/InventoryGroupedProduct.html - + - label: InventoryGroupedProductAdminUi url: /mrg/msi/InventoryGroupedProductAdminUi.html - + - label: InventoryGroupedProductIndexer url: /mrg/msi/InventoryGroupedProductIndexer.html - + - label: InventoryImportExport url: /mrg/msi/InventoryImportExport.html - + - label: InventoryIndexer url: /mrg/msi/InventoryIndexer.html - + - label: InventoryLowQuantityNotification url: /mrg/msi/InventoryLowQuantityNotification.html - + - label: InventoryLowQuantityNotificationAdminUi url: /mrg/msi/InventoryLowQuantityNotificationAdminUi.html - + - label: InventoryLowQuantityNotificationApi url: /mrg/msi/InventoryLowQuantityNotificationApi.html - + - label: InventoryMultiDimensionalIndexerApi url: /mrg/msi/InventoryMultiDimensionalIndexerApi.html - + - label: InventoryProductAlert url: /mrg/msi/InventoryProductAlert.html - + - label: InventoryRequisitionList url: /mrg/msi/InventoryRequisitionList.html - + - label: InventoryReservationCli url: /mrg/msi/InventoryReservationCli.html - + - label: InventoryReservations url: /mrg/msi/InventoryReservations.html - + - label: InventoryReservationsApi url: /mrg/msi/InventoryReservationsApi.html - + - label: InventorySales url: /mrg/msi/InventorySales.html - + - label: InventorySalesAdminUi url: /mrg/msi/InventorySalesAdminUi.html - + - label: InventorySalesApi url: /mrg/msi/InventorySalesApi.html - + - label: InventorySalesFrontendUi url: /mrg/msi/InventorySalesFrontendUi.html - + - label: InventorySetupFixtureGenerator url: /mrg/msi/InventorySetupFixtureGenerator.html - + - label: InventoryShipping url: /mrg/msi/InventoryShipping.html - + - label: InventoryShippingAdminUi url: /mrg/msi/InventoryShippingAdminUi.html - + - label: InventorySourceDeductionApi url: /mrg/msi/InventorySourceDeductionApi.html - + - label: InventorySourceSelection url: /mrg/msi/InventorySourceSelection.html - + - label: InventorySourceSelectionApi url: /mrg/msi/InventorySourceSelectionApi.html - - + + - label: Page Builder (Commerce), v1.3.4 include_versions: ["2.3"] children: - + - label: CatalogPageBuilderAnalytics url: /mrg/page-builder/CatalogPageBuilderAnalytics.html - + - label: CmsPageBuilderAnalytics url: /mrg/page-builder/CmsPageBuilderAnalytics.html - + - label: PageBuilder url: /mrg/page-builder/PageBuilder.html - + - label: PageBuilderAnalytics url: /mrg/page-builder/PageBuilderAnalytics.html - - diff --git a/src/_data/toc/ui-components-guide.yml b/src/_data/toc/ui-components-guide.yml index a44f16c4630..b8f8010af60 100644 --- a/src/_data/toc/ui-components-guide.yml +++ b/src/_data/toc/ui-components-guide.yml @@ -245,10 +245,10 @@ pages: - label: Template Literals url: /ui_comp_guide/concepts/ui_comp_template_literals.html - - label: Commerce custom Knockout.js bindings + - label: Custom Knockout.js bindings url: /ui_comp_guide/concepts/knockout-bindings.html - - label: Commerce binding syntax + - label: Binding syntax url: /ui_comp_guide/concepts/magento-bindings.html - label: About the uiClass library diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index 50a016239d9..475136535b7 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -5111,7 +5111,7 @@ entries: type: Technical changes date: March 4, 2019 link: https://github.com/magento/devdocs/pull/3863 -- description: Migrated the Adobe Commerce Reporting (ACR) [Import API documentation](https://devdocs.magento.com/mbi/docs/getting-started.html) +- description: Migrated the Adobe Commerce Reporting [Import API documentation](https://devdocs.magento.com/mbi/docs/getting-started.html) from the RJMetrics domain to the Magento domain. versions: 2.x type: Major update diff --git a/src/_includes/compatibility-mde.html b/src/_includes/compatibility-mde.html index c374265b081..2eeae017a2e 100644 --- a/src/_includes/compatibility-mde.html +++ b/src/_includes/compatibility-mde.html @@ -4,19 +4,20 @@ {% assign extensions = include.data.extensions | where: "name", include.extensions %} {% endif %} -**Supported**{: .status-light.supported } – version that has been fully tested by Magento and is supported. +**Supported**{: .status-light.supported } – version that has been fully tested by Adobe and is supported. -**Compatible**{: .status-light.compatible } – version that is confirmed to be compatible with Magento, but is not supported. +**Compatible**{: .status-light.compatible } – version that is confirmed to be compatible with Adobe Commerce or Magento +Open Source, but is not supported. -**Not supported**{: .status-light.not-supported } - version that is not compatible with a Commerce release. +**Not supported**{: .status-light.not-supported } - version that is not compatible with a Commerce or Magento release. - {% for version in include.data.versions %} - - {% endfor %} + {% for version in include.data.versions %} + + {% endfor %} {% for extensions in extensions %} @@ -28,7 +29,9 @@ {% for version in include.data.versions %} - + {% endfor %} {% endfor %} @@ -37,54 +40,56 @@
 Magento {{version}}Version {{version}}
{{ extensions.name }} {{ extensionsVersion.name }}{{ extensionsVersion.support[version] | capitalize }}{{ extensionsVersion.support[version] | capitalize }} +
diff --git a/src/_includes/compatibility-vbe.md b/src/_includes/compatibility-vbe.md index 5831ad43738..d56eda27e7c 100644 --- a/src/_includes/compatibility-vbe.md +++ b/src/_includes/compatibility-vbe.md @@ -5,18 +5,18 @@ {% assign extensions = include.data.extensions | where: "name", include.extensions %} {% endif %} -**Supported**{: .status-light.supported } – version that has been fully tested by Magento and is supported. +**Supported**{: .status-light.supported } – version that has been fully tested by Adobe and is supported. -**Not supported**{: .status-light.not-supported } - version that is not compatible with a Magento release. +**Not supported**{: .status-light.not-supported } - version that is not compatible with an Adobe Commerce or Magento Open Source release. {% for version in include.data.versions %} - + {% endfor %} diff --git a/src/_includes/layout/header-scripts.html b/src/_includes/layout/header-scripts.html index b2519c17d3b..f4ae32b25ea 100644 --- a/src/_includes/layout/header-scripts.html +++ b/src/_includes/layout/header-scripts.html @@ -1,22 +1,23 @@ {% if site.environment == "public" %} - + {% endif %} diff --git a/src/_includes/layout/page-header.html b/src/_includes/layout/page-header.html index c124492428c..d755cb02d20 100644 --- a/src/_includes/layout/page-header.html +++ b/src/_includes/layout/page-header.html @@ -3,31 +3,41 @@ {% if page.url contains "guides/v2.4/payments-integrations/base-integrations/" or page.url contains "guides/v2.4/payments-integrations/payment-gateway" or page.url contains "guides/v2.4/payments-integrations/vault" or page.url contains "guides/v2.4/payments-integrations/bk-payments-integrations" %}
- The Payment Provider Gateway documentation uses the Magento 2.3.x version of the Braintree module as a reference application. The Braintree module was removed in Magento 2.4.0. The concepts described in this guide are still applicable to Magento 2.4.0, but the code samples are not supported. + The Payment Provider Gateway documentation uses the Magento 2.3.x (now Adobe Commerce) of the Braintree module as a + reference application. The Braintree module was removed in Magento 2.4.0. The concepts described in this guide are + still applicable to Magento 2.4.0, but the code samples are not supported.
{% endif %} {% if page.url contains "guides/v2.4/install-gde/" %}
- You must install Elasticsearch before installing {{ site.data.var.ee }} or {{ site.data.var.ce }} 2.4.0. See Elasticsearch for details. + You must install Elasticsearch before installing {{ site.data.var.ee }} or {{ site.data.var.ce }} 2.4.0. See Elasticsearch for details.
{% endif %} {% if page.url contains "guides/v2.4/comp-mgr/" %}
- You must install and configure Elasticsearch 7.6.x before upgrading to {{ site.data.var.ee }} or {{ site.data.var.ce }} 2.4.0. See Check the catalog search engine for details. + You must install and configure Elasticsearch 7.6.x before upgrading to {{ site.data.var.ee }} or + {{ site.data.var.ce }} 2.4.0. See Check the + catalog search engine for details.
{% endif %} {% if page.url contains "config-guide/multi-master/" or page.url contains "cloud/docker/docker-split-db" %}
- The split database feature was deprecated in version 2.4.2 of {{ site.data.var.ee }}. See Revert from a split database to a single database. + The split database feature was deprecated + in version 2.4.2 of {{ site.data.var.ee }}. See Revert from a split + database to a single database.
{% endif %} {% if page.url contains "guides/v2.3/" %}
- PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in April 2022. We strongly recommend planning your upgrade now to Adobe Commerce 2.4.x and PHP 7.4.x to help maintain PCI compliance. + PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in April 2022. We + strongly recommend planning your upgrade now to Adobe Commerce 2.4.x and PHP 7.4.x to help maintain PCI compliance.
{% endif %} @@ -43,7 +53,9 @@

{{ page.subtitle }}

{% if page.url contains "upgrade-compatibility-tool/" %}
- The Upgrade Compatibility Tool is an ALPHA version with limited scope, available for all Magento Commerce merchants, and only validating PHP Magento APIs and GraphQL schema. If you are a Magento Commerce user you can download it at the Magento repo. + The Upgrade Compatibility Tool is an ALPHA version with limited scope, available for all Adobe Commerce merchants, + and only validating PHP Commerce APIs and GraphQL schema. If you are a Magento Commerce user you can download it at + the Magento repo.
{% endif %} diff --git a/src/_includes/layout/version-switcher.html b/src/_includes/layout/version-switcher.html index fb787a7f486..ba84a4340d3 100644 --- a/src/_includes/layout/version-switcher.html +++ b/src/_includes/layout/version-switcher.html @@ -7,24 +7,27 @@ {%- if versions.size > 1 -%}
- + - +
{%- elsif versions.size == 1 -%}
{%- endif -%} diff --git a/src/cloud/release-notes/cloud-release-archive.md b/src/cloud/release-notes/cloud-release-archive.md index 65541104fee..bd3eb39eb20 100644 --- a/src/cloud/release-notes/cloud-release-archive.md +++ b/src/cloud/release-notes/cloud-release-archive.md @@ -208,7 +208,7 @@ The `{{site.data.var.ct}}` version 2002.0.17 includes an important security patc - {:.new}The compression process in deploying static content now includes all assets—natively generated or customized—and occurs during the build phase at the beginning of the [`build:transfer` section]({{ site.baseurl }}/cloud/project/magento-app-properties.html#hooks). Previously, the compression process occurred before applying custom minification and bundling of static assets. [Fix submitted by Rafael Garcia Lepper from Tryzens Limited](https://github.com/magento/ece-tools/pull/413). -- {:.fix}Fixed a database connection error that occurred during deployment immediately after configuring an additional database and service relationship. Also, this fix addresses an issue that occurred during the configuration process of ACR for Starter. For Starter, this upgrade is a "must have" for using ACR. +- {:.fix}Fixed a database connection error that occurred during deployment immediately after configuring an additional database and service relationship. Also, this fix addresses an issue that occurred during the configuration process of Commerce Reporting for Starter. For Starter, this upgrade is a "must have" for using Commerce Reporting. - {:.fix}Fixed a validation issue with the database configuration that caused the deploy process to fail. diff --git a/src/guides/v2.3/advanced-reporting/data-collection.md b/src/guides/v2.3/advanced-reporting/data-collection.md index 12edd1cbbec..e6a3f469daa 100644 --- a/src/guides/v2.3/advanced-reporting/data-collection.md +++ b/src/guides/v2.3/advanced-reporting/data-collection.md @@ -5,16 +5,16 @@ functional_areas: - Reports --- -A Magento instance collects data that the Adobe Commerce Reporting) service uses to build the advanced reports. All the data are stored in an encrypted archive file which is securely transferred to ACR. Data collection is declared in a configuration file `etc/analytics.xml`. It declares: +An Adobe Commerce or Magento instance collects data that the Commerce Reporting service uses to build the advanced reports. All the data are stored in an encrypted archive file which is securely transferred to Commerce Reporting. Data collection is declared in a configuration file `etc/analytics.xml`. It declares: - Which report files must be included into the archive file. - Which provider classes must collect data for each report file. - Which report data configuration must be applied to collected data. -You do not need to have an ACR account to use Advanced Reporting. +You do not need to have a Commerce Reporting account to use Advanced Reporting. {:.bs-callout-warning} -This topic serves to provide better understanding of how data collection works. Any changes in configuration files will cause issues, because the ACR service does not expect any changes of configuration in the current version. +This topic serves to provide better understanding of how data collection works. Any changes in configuration files will cause issues, because the Commerce Reporting service does not expect any changes of configuration in the current version. ## Example @@ -53,7 +53,7 @@ An example of the `etc/analytics.xml` file: The example configuration file declares the following: -- The `modules.csv`, `store_config.csv`, and `stores.csv` report files must be included in the archive file prepared for the ACR service. +- The `modules.csv`, `store_config.csv`, and `stores.csv` report files must be included in the archive file prepared for the Commerce Reporting service. - `modules.csv` must contain data provided by the `\Magento\Analytics\ReportXml\ReportProvider` class. Provided data must be configured according to the `modules` report declarations defined in the `etc/reports.xml` file. - `store_config.csv` must contain data provided by the `Magento\Analytics\Model\StoreConfigurationProvider` class. @@ -204,6 +204,3 @@ Related topics [modules]: modules.html - - -*[ACR]: Magento Business Analytics diff --git a/src/guides/v2.3/advanced-reporting/modules.md b/src/guides/v2.3/advanced-reporting/modules.md index 213a8c1de29..61a7977a9c1 100644 --- a/src/guides/v2.3/advanced-reporting/modules.md +++ b/src/guides/v2.3/advanced-reporting/modules.md @@ -5,16 +5,16 @@ functional_areas: - Reports --- -Advanced reporting functionality is implemented in the following Magento modules. +Advanced reporting functionality is implemented in the following Commerce modules. [Analytics] implements the following: -* Enabling subscription to Adobe Commerce Reporting) and automatic re-subscription -* Changing the base URL without change of the ACR account +* Enabling subscription to Commerce Reporting and automatic re-subscription +* Changing the base URL without changing the Commerce Reporting account * Declaring the configuration schemas for [report data collection] -* Collecting the Magento instance data as reports for the ACR +* Collecting the Commerce instance data as reports for Commerce Reporting * Introducing API that provides the collected data -* Extending Magento configuration with the module parameters: +* Extending the Commerce configuration with the module parameters: * Subscription status (enabled/disabled) * Industry (a business area in which the instance website works) * Time of data collection (time of the day when the module collects data) diff --git a/src/guides/v2.3/advanced-reporting/overview.md b/src/guides/v2.3/advanced-reporting/overview.md index b24085fff97..483d2ec88ad 100644 --- a/src/guides/v2.3/advanced-reporting/overview.md +++ b/src/guides/v2.3/advanced-reporting/overview.md @@ -5,7 +5,7 @@ functional_areas: - Reports --- -[Advanced reporting functionality] is free to Magento Commerce and Open Source customers and is provided through an integration of a Magento instance with [Adobe Commerce Reporting] (ACR). Magento collects data and sends this information to ACR for analytics. You do not need to have an ACR account to use Advanced Reporting. +[Advanced reporting functionality] is free to Magento Commerce and Open Source customers and is provided through an integration of a Magento instance with [Adobe Commerce Reporting]. Magento collects data and sends this information to Commerce Reporting for analytics. You do not need to have an Commerce Reporting account to use Advanced Reporting. ## Prerequisites @@ -27,7 +27,7 @@ To avoid system overload during its prime time, you can set the preferable time ## Extensibility -Though the Analytics module provides an API, it is used specifically to interchange data with ACR. Magento does not recommend extending the advanced reporting functionality. +Though the Analytics module provides an API, it is used specifically to interchange data with Commerce Reporting. Magento does not recommend extending the advanced reporting functionality. {:.ref-header} Related topics diff --git a/src/index.html b/src/index.html index 797822cc8b5..6a15347f495 100644 --- a/src/index.html +++ b/src/index.html @@ -31,7 +31,8 @@

Frontend Development

@@ -39,17 +40,19 @@

Frontend Development

Release Information

-

Commerce APIs

+

APIs

diff --git a/src/whats-new.md b/src/whats-new.md index 8421acd9428..7cee9c145fd 100644 --- a/src/whats-new.md +++ b/src/whats-new.md @@ -7,7 +7,7 @@ title: What's new on DevDocs RSS feed - + {{ whatsnew.description }}
 Magento {{version}}Version {{version}}