diff --git a/.gitignore b/.gitignore index a2d34f7702..9f11b755a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -.env .idea/ -/src/public/ -/src/themes/ps-docs-theme/static/js/main.js -/src/themes/ps-docs-theme/static/js/main.js.map -hugo -node_modules/ -resources/ diff --git a/src/content/1.7/_index.md b/_index.md similarity index 100% rename from src/content/1.7/_index.md rename to _index.md diff --git a/src/content/1.7/basics/_index.md b/basics/_index.md similarity index 100% rename from src/content/1.7/basics/_index.md rename to basics/_index.md diff --git a/src/content/1.7/basics/installation/_index.md b/basics/installation/_index.md similarity index 100% rename from src/content/1.7/basics/installation/_index.md rename to basics/installation/_index.md diff --git a/src/content/1.7/basics/installation/configuration.md b/basics/installation/configuration.md similarity index 100% rename from src/content/1.7/basics/installation/configuration.md rename to basics/installation/configuration.md diff --git a/src/content/1.7/basics/installation/httpd.md b/basics/installation/httpd.md similarity index 100% rename from src/content/1.7/basics/installation/httpd.md rename to basics/installation/httpd.md diff --git a/src/content/1.7/basics/installation/img/download-links.png b/basics/installation/img/download-links.png similarity index 100% rename from src/content/1.7/basics/installation/img/download-links.png rename to basics/installation/img/download-links.png diff --git a/src/content/1.7/basics/installation/img/phppsinfo.jpg b/basics/installation/img/phppsinfo.jpg similarity index 100% rename from src/content/1.7/basics/installation/img/phppsinfo.jpg rename to basics/installation/img/phppsinfo.jpg diff --git a/src/content/1.7/basics/installation/localhost.md b/basics/installation/localhost.md similarity index 100% rename from src/content/1.7/basics/installation/localhost.md rename to basics/installation/localhost.md diff --git a/src/content/1.7/basics/installation/nginx.md b/basics/installation/nginx.md similarity index 100% rename from src/content/1.7/basics/installation/nginx.md rename to basics/installation/nginx.md diff --git a/src/content/1.7/basics/installation/system-requirements.md b/basics/installation/system-requirements.md similarity index 100% rename from src/content/1.7/basics/installation/system-requirements.md rename to basics/installation/system-requirements.md diff --git a/src/content/1.7/basics/introduction.md b/basics/introduction.md similarity index 100% rename from src/content/1.7/basics/introduction.md rename to basics/introduction.md diff --git a/src/content/1.7/basics/keeping-up-to-date/_index.md b/basics/keeping-up-to-date/_index.md similarity index 100% rename from src/content/1.7/basics/keeping-up-to-date/_index.md rename to basics/keeping-up-to-date/_index.md diff --git a/src/content/1.7/basics/keeping-up-to-date/backup.md b/basics/keeping-up-to-date/backup.md similarity index 100% rename from src/content/1.7/basics/keeping-up-to-date/backup.md rename to basics/keeping-up-to-date/backup.md diff --git a/src/content/1.7/basics/keeping-up-to-date/migration.md b/basics/keeping-up-to-date/migration.md similarity index 100% rename from src/content/1.7/basics/keeping-up-to-date/migration.md rename to basics/keeping-up-to-date/migration.md diff --git a/src/content/1.7/basics/keeping-up-to-date/upgrade.md b/basics/keeping-up-to-date/upgrade.md similarity index 100% rename from src/content/1.7/basics/keeping-up-to-date/upgrade.md rename to basics/keeping-up-to-date/upgrade.md diff --git a/src/content/1.7/basics/keeping-up-to-date/use-autoupgrade-module.md b/basics/keeping-up-to-date/use-autoupgrade-module.md similarity index 100% rename from src/content/1.7/basics/keeping-up-to-date/use-autoupgrade-module.md rename to basics/keeping-up-to-date/use-autoupgrade-module.md diff --git a/src/content/1.7/contribute/_index.md b/contribute/_index.md similarity index 100% rename from src/content/1.7/contribute/_index.md rename to contribute/_index.md diff --git a/src/content/1.7/contribute/contribute-by-testing-pull-requests.md b/contribute/contribute-by-testing-pull-requests.md similarity index 100% rename from src/content/1.7/contribute/contribute-by-testing-pull-requests.md rename to contribute/contribute-by-testing-pull-requests.md diff --git a/src/content/1.7/contribute/contribute-pull-requests/_index.md b/contribute/contribute-pull-requests/_index.md similarity index 100% rename from src/content/1.7/contribute/contribute-pull-requests/_index.md rename to contribute/contribute-pull-requests/_index.md diff --git a/src/content/1.7/contribute/contribute-pull-requests/contribute_using_docker.md b/contribute/contribute-pull-requests/contribute_using_docker.md similarity index 100% rename from src/content/1.7/contribute/contribute-pull-requests/contribute_using_docker.md rename to contribute/contribute-pull-requests/contribute_using_docker.md diff --git a/src/content/1.7/contribute/contribute-pull-requests/contribute_using_localhost.md b/contribute/contribute-pull-requests/contribute_using_localhost.md similarity index 100% rename from src/content/1.7/contribute/contribute-pull-requests/contribute_using_localhost.md rename to contribute/contribute-pull-requests/contribute_using_localhost.md diff --git a/src/content/1.7/contribute/contribute-pull-requests/create-pull-request.md b/contribute/contribute-pull-requests/create-pull-request.md similarity index 100% rename from src/content/1.7/contribute/contribute-pull-requests/create-pull-request.md rename to contribute/contribute-pull-requests/create-pull-request.md diff --git a/src/content/1.7/contribute/contribute-reporting-issues.md b/contribute/contribute-reporting-issues.md similarity index 100% rename from src/content/1.7/contribute/contribute-reporting-issues.md rename to contribute/contribute-reporting-issues.md diff --git a/src/content/1.7/contribute/contribution-guidelines/_index.md b/contribute/contribution-guidelines/_index.md similarity index 100% rename from src/content/1.7/contribute/contribution-guidelines/_index.md rename to contribute/contribution-guidelines/_index.md diff --git a/src/content/1.7/contribute/contribution-guidelines/compatible-licenses.md b/contribute/contribution-guidelines/compatible-licenses.md similarity index 100% rename from src/content/1.7/contribute/contribution-guidelines/compatible-licenses.md rename to contribute/contribution-guidelines/compatible-licenses.md diff --git a/src/content/1.7/contribute/contribution-guidelines/project-modules.md b/contribute/contribution-guidelines/project-modules.md similarity index 100% rename from src/content/1.7/contribute/contribution-guidelines/project-modules.md rename to contribute/contribution-guidelines/project-modules.md diff --git a/src/content/1.7/contribute/contribution-guidelines/pull-requests.md b/contribute/contribution-guidelines/pull-requests.md similarity index 100% rename from src/content/1.7/contribute/contribution-guidelines/pull-requests.md rename to contribute/contribution-guidelines/pull-requests.md diff --git a/src/content/1.7/contribute/contribution-guidelines/supported-branches.md b/contribute/contribution-guidelines/supported-branches.md similarity index 100% rename from src/content/1.7/contribute/contribution-guidelines/supported-branches.md rename to contribute/contribution-guidelines/supported-branches.md diff --git a/src/content/1.7/contribute/contribution-guidelines/writing-a-good-commit-message.md b/contribute/contribution-guidelines/writing-a-good-commit-message.md similarity index 100% rename from src/content/1.7/contribute/contribution-guidelines/writing-a-good-commit-message.md rename to contribute/contribution-guidelines/writing-a-good-commit-message.md diff --git a/src/content/1.7/contribute/contribution-process/_index.md b/contribute/contribution-process/_index.md similarity index 100% rename from src/content/1.7/contribute/contribution-process/_index.md rename to contribute/contribution-process/_index.md diff --git a/src/content/1.7/contribute/contribution-process/how-issues-are-sorted.md b/contribute/contribution-process/how-issues-are-sorted.md similarity index 100% rename from src/content/1.7/contribute/contribution-process/how-issues-are-sorted.md rename to contribute/contribution-process/how-issues-are-sorted.md diff --git a/src/content/1.7/contribute/contribution-process/how-pull-requests-are-processed.md b/contribute/contribution-process/how-pull-requests-are-processed.md similarity index 100% rename from src/content/1.7/contribute/contribution-process/how-pull-requests-are-processed.md rename to contribute/contribution-process/how-pull-requests-are-processed.md diff --git a/src/content/1.7/contribute/documentation/_index.md b/contribute/documentation/_index.md similarity index 100% rename from src/content/1.7/contribute/documentation/_index.md rename to contribute/documentation/_index.md diff --git a/src/content/1.7/contribute/documentation/how/_index.md b/contribute/documentation/how/_index.md similarity index 100% rename from src/content/1.7/contribute/documentation/how/_index.md rename to contribute/documentation/how/_index.md diff --git a/src/content/1.7/contribute/documentation/how/edit-on-github.md b/contribute/documentation/how/edit-on-github.md similarity index 100% rename from src/content/1.7/contribute/documentation/how/edit-on-github.md rename to contribute/documentation/how/edit-on-github.md diff --git a/src/content/1.7/contribute/documentation/how/edit-on-your-computer.md b/contribute/documentation/how/edit-on-your-computer.md similarity index 100% rename from src/content/1.7/contribute/documentation/how/edit-on-your-computer.md rename to contribute/documentation/how/edit-on-your-computer.md diff --git a/src/content/1.7/contribute/documentation/how/img/github_compare_changes.png b/contribute/documentation/how/img/github_compare_changes.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_compare_changes.png rename to contribute/documentation/how/img/github_compare_changes.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_edit.png b/contribute/documentation/how/img/github_edit.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_edit.png rename to contribute/documentation/how/img/github_edit.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_fork_button.png b/contribute/documentation/how/img/github_fork_button.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_fork_button.png rename to contribute/documentation/how/img/github_fork_button.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_last_update_message.png b/contribute/documentation/how/img/github_last_update_message.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_last_update_message.png rename to contribute/documentation/how/img/github_last_update_message.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_need_to_fork.png b/contribute/documentation/how/img/github_need_to_fork.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_need_to_fork.png rename to contribute/documentation/how/img/github_need_to_fork.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_open_pull_request.png b/contribute/documentation/how/img/github_open_pull_request.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_open_pull_request.png rename to contribute/documentation/how/img/github_open_pull_request.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_pr_draft.png b/contribute/documentation/how/img/github_pr_draft.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_pr_draft.png rename to contribute/documentation/how/img/github_pr_draft.png diff --git a/src/content/1.7/contribute/documentation/how/img/github_propose_file_change.png b/contribute/documentation/how/img/github_propose_file_change.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/github_propose_file_change.png rename to contribute/documentation/how/img/github_propose_file_change.png diff --git a/src/content/1.7/contribute/documentation/how/img/improve_button.png b/contribute/documentation/how/img/improve_button.png similarity index 100% rename from src/content/1.7/contribute/documentation/how/img/improve_button.png rename to contribute/documentation/how/img/improve_button.png diff --git a/src/content/1.7/contribute/documentation/how/writing-markdown.md b/contribute/documentation/how/writing-markdown.md similarity index 100% rename from src/content/1.7/contribute/documentation/how/writing-markdown.md rename to contribute/documentation/how/writing-markdown.md diff --git a/src/content/1.7/contribute/documentation/shortcodes/_index.md b/contribute/documentation/shortcodes/_index.md similarity index 100% rename from src/content/1.7/contribute/documentation/shortcodes/_index.md rename to contribute/documentation/shortcodes/_index.md diff --git a/src/content/1.7/contribute/documentation/shortcodes/callout.md b/contribute/documentation/shortcodes/callout.md similarity index 100% rename from src/content/1.7/contribute/documentation/shortcodes/callout.md rename to contribute/documentation/shortcodes/callout.md diff --git a/src/content/1.7/contribute/documentation/shortcodes/funcdef.md b/contribute/documentation/shortcodes/funcdef.md similarity index 100% rename from src/content/1.7/contribute/documentation/shortcodes/funcdef.md rename to contribute/documentation/shortcodes/funcdef.md diff --git a/src/content/1.7/contribute/documentation/shortcodes/minver.md b/contribute/documentation/shortcodes/minver.md similarity index 100% rename from src/content/1.7/contribute/documentation/shortcodes/minver.md rename to contribute/documentation/shortcodes/minver.md diff --git a/src/content/1.7/contribute/documentation/shortcodes/notice.md b/contribute/documentation/shortcodes/notice.md similarity index 100% rename from src/content/1.7/contribute/documentation/shortcodes/notice.md rename to contribute/documentation/shortcodes/notice.md diff --git a/src/content/1.7/contribute/documentation/shortcodes/ref.md b/contribute/documentation/shortcodes/ref.md similarity index 100% rename from src/content/1.7/contribute/documentation/shortcodes/ref.md rename to contribute/documentation/shortcodes/ref.md diff --git a/src/content/1.7/contribute/documentation/why.md b/contribute/documentation/why.md similarity index 100% rename from src/content/1.7/contribute/documentation/why.md rename to contribute/documentation/why.md diff --git a/src/content/1.7/contribute/img/forge-accountCreated.jpg b/contribute/img/forge-accountCreated.jpg similarity index 100% rename from src/content/1.7/contribute/img/forge-accountCreated.jpg rename to contribute/img/forge-accountCreated.jpg diff --git a/src/content/1.7/contribute/img/forge-createAccount.jpg b/contribute/img/forge-createAccount.jpg similarity index 100% rename from src/content/1.7/contribute/img/forge-createAccount.jpg rename to contribute/img/forge-createAccount.jpg diff --git a/src/content/1.7/contribute/img/forge-createIssue.jpg b/contribute/img/forge-createIssue.jpg similarity index 100% rename from src/content/1.7/contribute/img/forge-createIssue.jpg rename to contribute/img/forge-createIssue.jpg diff --git a/src/content/1.7/contribute/img/forge-createIssue2.jpg b/contribute/img/forge-createIssue2.jpg similarity index 100% rename from src/content/1.7/contribute/img/forge-createIssue2.jpg rename to contribute/img/forge-createIssue2.jpg diff --git a/src/content/1.7/contribute/img/github-create-account.png b/contribute/img/github-create-account.png similarity index 100% rename from src/content/1.7/contribute/img/github-create-account.png rename to contribute/img/github-create-account.png diff --git a/src/content/1.7/contribute/img/github-issue-editor.png b/contribute/img/github-issue-editor.png similarity index 100% rename from src/content/1.7/contribute/img/github-issue-editor.png rename to contribute/img/github-issue-editor.png diff --git a/src/content/1.7/contribute/img/github-new-issue.png b/contribute/img/github-new-issue.png similarity index 100% rename from src/content/1.7/contribute/img/github-new-issue.png rename to contribute/img/github-new-issue.png diff --git a/src/content/1.7/contribute/img/github-select-issue-type.png b/contribute/img/github-select-issue-type.png similarity index 100% rename from src/content/1.7/contribute/img/github-select-issue-type.png rename to contribute/img/github-select-issue-type.png diff --git a/src/content/1.7/contribute/img/new-pull-request.png b/contribute/img/new-pull-request.png similarity index 100% rename from src/content/1.7/contribute/img/new-pull-request.png rename to contribute/img/new-pull-request.png diff --git a/src/content/1.7/contribute/img/pull-request-process.png b/contribute/img/pull-request-process.png similarity index 100% rename from src/content/1.7/contribute/img/pull-request-process.png rename to contribute/img/pull-request-process.png diff --git a/src/content/1.7/development/_index.md b/development/_index.md similarity index 100% rename from src/content/1.7/development/_index.md rename to development/_index.md diff --git a/src/content/1.7/development/architecture/_index.md b/development/architecture/_index.md similarity index 100% rename from src/content/1.7/development/architecture/_index.md rename to development/architecture/_index.md diff --git a/src/content/1.7/development/architecture/cache.md b/development/architecture/cache.md similarity index 100% rename from src/content/1.7/development/architecture/cache.md rename to development/architecture/cache.md diff --git a/src/content/1.7/development/architecture/domain/_index.md b/development/architecture/domain/_index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/_index.md rename to development/architecture/domain/_index.md diff --git a/src/content/1.7/development/architecture/domain/cqrs.md b/development/architecture/domain/cqrs.md similarity index 100% rename from src/content/1.7/development/architecture/domain/cqrs.md rename to development/architecture/domain/cqrs.md diff --git a/src/content/1.7/development/architecture/domain/data-transfer-objects.md b/development/architecture/domain/data-transfer-objects.md similarity index 100% rename from src/content/1.7/development/architecture/domain/data-transfer-objects.md rename to development/architecture/domain/data-transfer-objects.md diff --git a/src/content/1.7/development/architecture/domain/domain-exceptions.md b/development/architecture/domain/domain-exceptions.md similarity index 100% rename from src/content/1.7/development/architecture/domain/domain-exceptions.md rename to development/architecture/domain/domain-exceptions.md diff --git a/src/content/1.7/development/architecture/domain/domain-services.md b/development/architecture/domain/domain-services.md similarity index 100% rename from src/content/1.7/development/architecture/domain/domain-services.md rename to development/architecture/domain/domain-services.md diff --git a/src/content/1.7/development/architecture/domain/img/cqrs-debug-toolbar.png b/development/architecture/domain/img/cqrs-debug-toolbar.png similarity index 100% rename from src/content/1.7/development/architecture/domain/img/cqrs-debug-toolbar.png rename to development/architecture/domain/img/cqrs-debug-toolbar.png diff --git a/src/content/1.7/development/architecture/domain/img/cqrs-profiler.png b/development/architecture/domain/img/cqrs-profiler.png similarity index 100% rename from src/content/1.7/development/architecture/domain/img/cqrs-profiler.png rename to development/architecture/domain/img/cqrs-profiler.png diff --git a/src/content/1.7/development/architecture/domain/img/legacy_architecture.png b/development/architecture/domain/img/legacy_architecture.png similarity index 100% rename from src/content/1.7/development/architecture/domain/img/legacy_architecture.png rename to development/architecture/domain/img/legacy_architecture.png diff --git a/src/content/1.7/development/architecture/domain/img/new_architecture.png b/development/architecture/domain/img/new_architecture.png similarity index 100% rename from src/content/1.7/development/architecture/domain/img/new_architecture.png rename to development/architecture/domain/img/new_architecture.png diff --git a/src/content/1.7/development/architecture/domain/references/_index.md b/development/architecture/domain/references/_index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/_index.md rename to development/architecture/domain/references/_index.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/add-customer-address-command.md b/development/architecture/domain/references/address/_partials/add-customer-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/add-customer-address-command.md rename to development/architecture/domain/references/address/_partials/add-customer-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/add-manufacturer-address-command.md b/development/architecture/domain/references/address/_partials/add-manufacturer-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/add-manufacturer-address-command.md rename to development/architecture/domain/references/address/_partials/add-manufacturer-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/bulk-delete-address-command.md b/development/architecture/domain/references/address/_partials/bulk-delete-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/bulk-delete-address-command.md rename to development/architecture/domain/references/address/_partials/bulk-delete-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/delete-address-command.md b/development/architecture/domain/references/address/_partials/delete-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/delete-address-command.md rename to development/architecture/domain/references/address/_partials/delete-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/edit-cart-address-command.md b/development/architecture/domain/references/address/_partials/edit-cart-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/edit-cart-address-command.md rename to development/architecture/domain/references/address/_partials/edit-cart-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/edit-customer-address-command.md b/development/architecture/domain/references/address/_partials/edit-customer-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/edit-customer-address-command.md rename to development/architecture/domain/references/address/_partials/edit-customer-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/edit-manufacturer-address-command.md b/development/architecture/domain/references/address/_partials/edit-manufacturer-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/edit-manufacturer-address-command.md rename to development/architecture/domain/references/address/_partials/edit-manufacturer-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/edit-order-address-command.md b/development/architecture/domain/references/address/_partials/edit-order-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/edit-order-address-command.md rename to development/architecture/domain/references/address/_partials/edit-order-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/get-customer-address-for-editing.md b/development/architecture/domain/references/address/_partials/get-customer-address-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/get-customer-address-for-editing.md rename to development/architecture/domain/references/address/_partials/get-customer-address-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/get-manufacturer-address-for-editing.md b/development/architecture/domain/references/address/_partials/get-manufacturer-address-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/get-manufacturer-address-for-editing.md rename to development/architecture/domain/references/address/_partials/get-manufacturer-address-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/get-required-fields-for-address.md b/development/architecture/domain/references/address/_partials/get-required-fields-for-address.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/get-required-fields-for-address.md rename to development/architecture/domain/references/address/_partials/get-required-fields-for-address.md diff --git a/src/content/1.7/development/architecture/domain/references/address/_partials/set-required-fields-for-address-command.md b/development/architecture/domain/references/address/_partials/set-required-fields-for-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/_partials/set-required-fields-for-address-command.md rename to development/architecture/domain/references/address/_partials/set-required-fields-for-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/address/index.md b/development/architecture/domain/references/address/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/address/index.md rename to development/architecture/domain/references/address/index.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/add-attachment-command.md b/development/architecture/domain/references/attachment/_partials/add-attachment-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/add-attachment-command.md rename to development/architecture/domain/references/attachment/_partials/add-attachment-command.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/bulk-delete-attachments-command.md b/development/architecture/domain/references/attachment/_partials/bulk-delete-attachments-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/bulk-delete-attachments-command.md rename to development/architecture/domain/references/attachment/_partials/bulk-delete-attachments-command.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/delete-attachment-command.md b/development/architecture/domain/references/attachment/_partials/delete-attachment-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/delete-attachment-command.md rename to development/architecture/domain/references/attachment/_partials/delete-attachment-command.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/edit-attachment-command.md b/development/architecture/domain/references/attachment/_partials/edit-attachment-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/edit-attachment-command.md rename to development/architecture/domain/references/attachment/_partials/edit-attachment-command.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/get-attachment-for-editing.md b/development/architecture/domain/references/attachment/_partials/get-attachment-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/get-attachment-for-editing.md rename to development/architecture/domain/references/attachment/_partials/get-attachment-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/get-attachment-information-list.md b/development/architecture/domain/references/attachment/_partials/get-attachment-information-list.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/get-attachment-information-list.md rename to development/architecture/domain/references/attachment/_partials/get-attachment-information-list.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/_partials/get-attachment.md b/development/architecture/domain/references/attachment/_partials/get-attachment.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/_partials/get-attachment.md rename to development/architecture/domain/references/attachment/_partials/get-attachment.md diff --git a/src/content/1.7/development/architecture/domain/references/attachment/index.md b/development/architecture/domain/references/attachment/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/attachment/index.md rename to development/architecture/domain/references/attachment/index.md diff --git a/src/content/1.7/development/architecture/domain/references/carrier/_partials/bulk-delete-carrier-command.md b/development/architecture/domain/references/carrier/_partials/bulk-delete-carrier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/carrier/_partials/bulk-delete-carrier-command.md rename to development/architecture/domain/references/carrier/_partials/bulk-delete-carrier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/carrier/_partials/bulk-toggle-carrier-status-command.md b/development/architecture/domain/references/carrier/_partials/bulk-toggle-carrier-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/carrier/_partials/bulk-toggle-carrier-status-command.md rename to development/architecture/domain/references/carrier/_partials/bulk-toggle-carrier-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/carrier/_partials/delete-carrier-command.md b/development/architecture/domain/references/carrier/_partials/delete-carrier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/carrier/_partials/delete-carrier-command.md rename to development/architecture/domain/references/carrier/_partials/delete-carrier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/carrier/_partials/toggle-carrier-is-free-command.md b/development/architecture/domain/references/carrier/_partials/toggle-carrier-is-free-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/carrier/_partials/toggle-carrier-is-free-command.md rename to development/architecture/domain/references/carrier/_partials/toggle-carrier-is-free-command.md diff --git a/src/content/1.7/development/architecture/domain/references/carrier/_partials/toggle-carrier-status-command.md b/development/architecture/domain/references/carrier/_partials/toggle-carrier-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/carrier/_partials/toggle-carrier-status-command.md rename to development/architecture/domain/references/carrier/_partials/toggle-carrier-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/carrier/index.md b/development/architecture/domain/references/carrier/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/carrier/index.md rename to development/architecture/domain/references/carrier/index.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/add-cart-rule-command.md b/development/architecture/domain/references/cart-rule/_partials/add-cart-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/add-cart-rule-command.md rename to development/architecture/domain/references/cart-rule/_partials/add-cart-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/bulk-delete-cart-rule-command.md b/development/architecture/domain/references/cart-rule/_partials/bulk-delete-cart-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/bulk-delete-cart-rule-command.md rename to development/architecture/domain/references/cart-rule/_partials/bulk-delete-cart-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/bulk-toggle-cart-rule-status-command.md b/development/architecture/domain/references/cart-rule/_partials/bulk-toggle-cart-rule-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/bulk-toggle-cart-rule-status-command.md rename to development/architecture/domain/references/cart-rule/_partials/bulk-toggle-cart-rule-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/delete-cart-rule-command.md b/development/architecture/domain/references/cart-rule/_partials/delete-cart-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/delete-cart-rule-command.md rename to development/architecture/domain/references/cart-rule/_partials/delete-cart-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/get-cart-rule-for-editing.md b/development/architecture/domain/references/cart-rule/_partials/get-cart-rule-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/get-cart-rule-for-editing.md rename to development/architecture/domain/references/cart-rule/_partials/get-cart-rule-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/search-cart-rules.md b/development/architecture/domain/references/cart-rule/_partials/search-cart-rules.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/search-cart-rules.md rename to development/architecture/domain/references/cart-rule/_partials/search-cart-rules.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/_partials/toggle-cart-rule-status-command.md b/development/architecture/domain/references/cart-rule/_partials/toggle-cart-rule-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/_partials/toggle-cart-rule-status-command.md rename to development/architecture/domain/references/cart-rule/_partials/toggle-cart-rule-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart-rule/index.md b/development/architecture/domain/references/cart-rule/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart-rule/index.md rename to development/architecture/domain/references/cart-rule/index.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/add-cart-rule-to-cart-command.md b/development/architecture/domain/references/cart/_partials/add-cart-rule-to-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/add-cart-rule-to-cart-command.md rename to development/architecture/domain/references/cart/_partials/add-cart-rule-to-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/add-customization-command.md b/development/architecture/domain/references/cart/_partials/add-customization-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/add-customization-command.md rename to development/architecture/domain/references/cart/_partials/add-customization-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/add-product-to-cart-command.md b/development/architecture/domain/references/cart/_partials/add-product-to-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/add-product-to-cart-command.md rename to development/architecture/domain/references/cart/_partials/add-product-to-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/create-empty-customer-cart-command.md b/development/architecture/domain/references/cart/_partials/create-empty-customer-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/create-empty-customer-cart-command.md rename to development/architecture/domain/references/cart/_partials/create-empty-customer-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/get-cart-for-order-creation.md b/development/architecture/domain/references/cart/_partials/get-cart-for-order-creation.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/get-cart-for-order-creation.md rename to development/architecture/domain/references/cart/_partials/get-cart-for-order-creation.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/get-cart-for-viewing.md b/development/architecture/domain/references/cart/_partials/get-cart-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/get-cart-for-viewing.md rename to development/architecture/domain/references/cart/_partials/get-cart-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/get-last-empty-customer-cart.md b/development/architecture/domain/references/cart/_partials/get-last-empty-customer-cart.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/get-last-empty-customer-cart.md rename to development/architecture/domain/references/cart/_partials/get-last-empty-customer-cart.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/remove-cart-rule-from-cart-command.md b/development/architecture/domain/references/cart/_partials/remove-cart-rule-from-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/remove-cart-rule-from-cart-command.md rename to development/architecture/domain/references/cart/_partials/remove-cart-rule-from-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/remove-product-from-cart-command.md b/development/architecture/domain/references/cart/_partials/remove-product-from-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/remove-product-from-cart-command.md rename to development/architecture/domain/references/cart/_partials/remove-product-from-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/send-cart-to-customer-command.md b/development/architecture/domain/references/cart/_partials/send-cart-to-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/send-cart-to-customer-command.md rename to development/architecture/domain/references/cart/_partials/send-cart-to-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-addresses-command.md b/development/architecture/domain/references/cart/_partials/update-cart-addresses-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-addresses-command.md rename to development/architecture/domain/references/cart/_partials/update-cart-addresses-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-carrier-command.md b/development/architecture/domain/references/cart/_partials/update-cart-carrier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-carrier-command.md rename to development/architecture/domain/references/cart/_partials/update-cart-carrier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-currency-command.md b/development/architecture/domain/references/cart/_partials/update-cart-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-currency-command.md rename to development/architecture/domain/references/cart/_partials/update-cart-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-delivery-settings-command.md b/development/architecture/domain/references/cart/_partials/update-cart-delivery-settings-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-delivery-settings-command.md rename to development/architecture/domain/references/cart/_partials/update-cart-delivery-settings-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-language-command.md b/development/architecture/domain/references/cart/_partials/update-cart-language-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-cart-language-command.md rename to development/architecture/domain/references/cart/_partials/update-cart-language-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-product-price-in-cart-command.md b/development/architecture/domain/references/cart/_partials/update-product-price-in-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-product-price-in-cart-command.md rename to development/architecture/domain/references/cart/_partials/update-product-price-in-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/_partials/update-product-quantity-in-cart-command.md b/development/architecture/domain/references/cart/_partials/update-product-quantity-in-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/_partials/update-product-quantity-in-cart-command.md rename to development/architecture/domain/references/cart/_partials/update-product-quantity-in-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cart/index.md b/development/architecture/domain/references/cart/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cart/index.md rename to development/architecture/domain/references/cart/index.md diff --git a/src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/add-catalog-price-rule-command.md b/development/architecture/domain/references/catalog-price-rule/_partials/add-catalog-price-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/add-catalog-price-rule-command.md rename to development/architecture/domain/references/catalog-price-rule/_partials/add-catalog-price-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/bulk-delete-catalog-price-rule-command.md b/development/architecture/domain/references/catalog-price-rule/_partials/bulk-delete-catalog-price-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/bulk-delete-catalog-price-rule-command.md rename to development/architecture/domain/references/catalog-price-rule/_partials/bulk-delete-catalog-price-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/delete-catalog-price-rule-command.md b/development/architecture/domain/references/catalog-price-rule/_partials/delete-catalog-price-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/delete-catalog-price-rule-command.md rename to development/architecture/domain/references/catalog-price-rule/_partials/delete-catalog-price-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/edit-catalog-price-rule-command.md b/development/architecture/domain/references/catalog-price-rule/_partials/edit-catalog-price-rule-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/edit-catalog-price-rule-command.md rename to development/architecture/domain/references/catalog-price-rule/_partials/edit-catalog-price-rule-command.md diff --git a/src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/get-catalog-price-rule-for-editing.md b/development/architecture/domain/references/catalog-price-rule/_partials/get-catalog-price-rule-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/catalog-price-rule/_partials/get-catalog-price-rule-for-editing.md rename to development/architecture/domain/references/catalog-price-rule/_partials/get-catalog-price-rule-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/catalog-price-rule/index.md b/development/architecture/domain/references/catalog-price-rule/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/catalog-price-rule/index.md rename to development/architecture/domain/references/catalog-price-rule/index.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/add-category-command.md b/development/architecture/domain/references/category/_partials/add-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/add-category-command.md rename to development/architecture/domain/references/category/_partials/add-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/add-root-category-command.md b/development/architecture/domain/references/category/_partials/add-root-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/add-root-category-command.md rename to development/architecture/domain/references/category/_partials/add-root-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/bulk-delete-categories-command.md b/development/architecture/domain/references/category/_partials/bulk-delete-categories-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/bulk-delete-categories-command.md rename to development/architecture/domain/references/category/_partials/bulk-delete-categories-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/bulk-disable-categories-command.md b/development/architecture/domain/references/category/_partials/bulk-disable-categories-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/bulk-disable-categories-command.md rename to development/architecture/domain/references/category/_partials/bulk-disable-categories-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/delete-category-command.md b/development/architecture/domain/references/category/_partials/delete-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/delete-category-command.md rename to development/architecture/domain/references/category/_partials/delete-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/delete-category-cover-image-command.md b/development/architecture/domain/references/category/_partials/delete-category-cover-image-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/delete-category-cover-image-command.md rename to development/architecture/domain/references/category/_partials/delete-category-cover-image-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/delete-category-menu-thumbnail-image-command.md b/development/architecture/domain/references/category/_partials/delete-category-menu-thumbnail-image-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/delete-category-menu-thumbnail-image-command.md rename to development/architecture/domain/references/category/_partials/delete-category-menu-thumbnail-image-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/edit-category-command.md b/development/architecture/domain/references/category/_partials/edit-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/edit-category-command.md rename to development/architecture/domain/references/category/_partials/edit-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/edit-root-category-command.md b/development/architecture/domain/references/category/_partials/edit-root-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/edit-root-category-command.md rename to development/architecture/domain/references/category/_partials/edit-root-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/get-categories-tree.md b/development/architecture/domain/references/category/_partials/get-categories-tree.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/get-categories-tree.md rename to development/architecture/domain/references/category/_partials/get-categories-tree.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/get-category-for-editing.md b/development/architecture/domain/references/category/_partials/get-category-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/get-category-for-editing.md rename to development/architecture/domain/references/category/_partials/get-category-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/get-category-is-enabled.md b/development/architecture/domain/references/category/_partials/get-category-is-enabled.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/get-category-is-enabled.md rename to development/architecture/domain/references/category/_partials/get-category-is-enabled.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/set-category-is-enabled-command.md b/development/architecture/domain/references/category/_partials/set-category-is-enabled-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/set-category-is-enabled-command.md rename to development/architecture/domain/references/category/_partials/set-category-is-enabled-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/_partials/update-category-position-command.md b/development/architecture/domain/references/category/_partials/update-category-position-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/_partials/update-category-position-command.md rename to development/architecture/domain/references/category/_partials/update-category-position-command.md diff --git a/src/content/1.7/development/architecture/domain/references/category/index.md b/development/architecture/domain/references/category/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/category/index.md rename to development/architecture/domain/references/category/index.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/add-cms-page-category-command.md b/development/architecture/domain/references/cms-page-category/_partials/add-cms-page-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/add-cms-page-category-command.md rename to development/architecture/domain/references/cms-page-category/_partials/add-cms-page-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/bulk-delete-cms-page-category-command.md b/development/architecture/domain/references/cms-page-category/_partials/bulk-delete-cms-page-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/bulk-delete-cms-page-category-command.md rename to development/architecture/domain/references/cms-page-category/_partials/bulk-delete-cms-page-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/bulk-disable-cms-page-category-command.md b/development/architecture/domain/references/cms-page-category/_partials/bulk-disable-cms-page-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/bulk-disable-cms-page-category-command.md rename to development/architecture/domain/references/cms-page-category/_partials/bulk-disable-cms-page-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/bulk-enable-cms-page-category-command.md b/development/architecture/domain/references/cms-page-category/_partials/bulk-enable-cms-page-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/bulk-enable-cms-page-category-command.md rename to development/architecture/domain/references/cms-page-category/_partials/bulk-enable-cms-page-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/delete-cms-page-category-command.md b/development/architecture/domain/references/cms-page-category/_partials/delete-cms-page-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/delete-cms-page-category-command.md rename to development/architecture/domain/references/cms-page-category/_partials/delete-cms-page-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/edit-cms-page-category-command.md b/development/architecture/domain/references/cms-page-category/_partials/edit-cms-page-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/edit-cms-page-category-command.md rename to development/architecture/domain/references/cms-page-category/_partials/edit-cms-page-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-categories-for-breadcrumb.md b/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-categories-for-breadcrumb.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-categories-for-breadcrumb.md rename to development/architecture/domain/references/cms-page-category/_partials/get-cms-page-categories-for-breadcrumb.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-for-editing.md b/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-for-editing.md rename to development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-name-for-listing.md b/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-name-for-listing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-name-for-listing.md rename to development/architecture/domain/references/cms-page-category/_partials/get-cms-page-category-name-for-listing.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-parent-category-id-for-redirection.md b/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-parent-category-id-for-redirection.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/get-cms-page-parent-category-id-for-redirection.md rename to development/architecture/domain/references/cms-page-category/_partials/get-cms-page-parent-category-id-for-redirection.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/toggle-cms-page-category-status-command.md b/development/architecture/domain/references/cms-page-category/_partials/toggle-cms-page-category-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/_partials/toggle-cms-page-category-status-command.md rename to development/architecture/domain/references/cms-page-category/_partials/toggle-cms-page-category-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page-category/index.md b/development/architecture/domain/references/cms-page-category/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page-category/index.md rename to development/architecture/domain/references/cms-page-category/index.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/add-cms-page-command.md b/development/architecture/domain/references/cms-page/_partials/add-cms-page-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/add-cms-page-command.md rename to development/architecture/domain/references/cms-page/_partials/add-cms-page-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/bulk-delete-cms-page-command.md b/development/architecture/domain/references/cms-page/_partials/bulk-delete-cms-page-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/bulk-delete-cms-page-command.md rename to development/architecture/domain/references/cms-page/_partials/bulk-delete-cms-page-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/bulk-disable-cms-page-command.md b/development/architecture/domain/references/cms-page/_partials/bulk-disable-cms-page-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/bulk-disable-cms-page-command.md rename to development/architecture/domain/references/cms-page/_partials/bulk-disable-cms-page-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/bulk-enable-cms-page-command.md b/development/architecture/domain/references/cms-page/_partials/bulk-enable-cms-page-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/bulk-enable-cms-page-command.md rename to development/architecture/domain/references/cms-page/_partials/bulk-enable-cms-page-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/delete-cms-page-command.md b/development/architecture/domain/references/cms-page/_partials/delete-cms-page-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/delete-cms-page-command.md rename to development/architecture/domain/references/cms-page/_partials/delete-cms-page-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/edit-cms-page-command.md b/development/architecture/domain/references/cms-page/_partials/edit-cms-page-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/edit-cms-page-command.md rename to development/architecture/domain/references/cms-page/_partials/edit-cms-page-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/get-cms-category-id-for-redirection.md b/development/architecture/domain/references/cms-page/_partials/get-cms-category-id-for-redirection.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/get-cms-category-id-for-redirection.md rename to development/architecture/domain/references/cms-page/_partials/get-cms-category-id-for-redirection.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/get-cms-page-for-editing.md b/development/architecture/domain/references/cms-page/_partials/get-cms-page-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/get-cms-page-for-editing.md rename to development/architecture/domain/references/cms-page/_partials/get-cms-page-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/_partials/toggle-cms-page-status-command.md b/development/architecture/domain/references/cms-page/_partials/toggle-cms-page-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/_partials/toggle-cms-page-status-command.md rename to development/architecture/domain/references/cms-page/_partials/toggle-cms-page-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/cms-page/index.md b/development/architecture/domain/references/cms-page/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/cms-page/index.md rename to development/architecture/domain/references/cms-page/index.md diff --git a/src/content/1.7/development/architecture/domain/references/configuration/_partials/switch-debug-mode-command.md b/development/architecture/domain/references/configuration/_partials/switch-debug-mode-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/configuration/_partials/switch-debug-mode-command.md rename to development/architecture/domain/references/configuration/_partials/switch-debug-mode-command.md diff --git a/src/content/1.7/development/architecture/domain/references/configuration/index.md b/development/architecture/domain/references/configuration/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/configuration/index.md rename to development/architecture/domain/references/configuration/index.md diff --git a/src/content/1.7/development/architecture/domain/references/contact/_partials/add-contact-command.md b/development/architecture/domain/references/contact/_partials/add-contact-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/contact/_partials/add-contact-command.md rename to development/architecture/domain/references/contact/_partials/add-contact-command.md diff --git a/src/content/1.7/development/architecture/domain/references/contact/_partials/edit-contact-command.md b/development/architecture/domain/references/contact/_partials/edit-contact-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/contact/_partials/edit-contact-command.md rename to development/architecture/domain/references/contact/_partials/edit-contact-command.md diff --git a/src/content/1.7/development/architecture/domain/references/contact/_partials/get-contact-for-editing.md b/development/architecture/domain/references/contact/_partials/get-contact-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/contact/_partials/get-contact-for-editing.md rename to development/architecture/domain/references/contact/_partials/get-contact-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/contact/index.md b/development/architecture/domain/references/contact/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/contact/index.md rename to development/architecture/domain/references/contact/index.md diff --git a/src/content/1.7/development/architecture/domain/references/country/_partials/get-country-required-fields.md b/development/architecture/domain/references/country/_partials/get-country-required-fields.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/country/_partials/get-country-required-fields.md rename to development/architecture/domain/references/country/_partials/get-country-required-fields.md diff --git a/src/content/1.7/development/architecture/domain/references/country/index.md b/development/architecture/domain/references/country/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/country/index.md rename to development/architecture/domain/references/country/index.md diff --git a/src/content/1.7/development/architecture/domain/references/credit-slip/_partials/get-credit-slip-ids-by-date-range.md b/development/architecture/domain/references/credit-slip/_partials/get-credit-slip-ids-by-date-range.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/credit-slip/_partials/get-credit-slip-ids-by-date-range.md rename to development/architecture/domain/references/credit-slip/_partials/get-credit-slip-ids-by-date-range.md diff --git a/src/content/1.7/development/architecture/domain/references/credit-slip/index.md b/development/architecture/domain/references/credit-slip/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/credit-slip/index.md rename to development/architecture/domain/references/credit-slip/index.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/add-currency-command.md b/development/architecture/domain/references/currency/_partials/add-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/add-currency-command.md rename to development/architecture/domain/references/currency/_partials/add-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/add-unofficial-currency-command.md b/development/architecture/domain/references/currency/_partials/add-unofficial-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/add-unofficial-currency-command.md rename to development/architecture/domain/references/currency/_partials/add-unofficial-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/bulk-delete-currencies-command.md b/development/architecture/domain/references/currency/_partials/bulk-delete-currencies-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/bulk-delete-currencies-command.md rename to development/architecture/domain/references/currency/_partials/bulk-delete-currencies-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/bulk-toggle-currencies-status-command.md b/development/architecture/domain/references/currency/_partials/bulk-toggle-currencies-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/bulk-toggle-currencies-status-command.md rename to development/architecture/domain/references/currency/_partials/bulk-toggle-currencies-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/delete-currency-command.md b/development/architecture/domain/references/currency/_partials/delete-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/delete-currency-command.md rename to development/architecture/domain/references/currency/_partials/delete-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/edit-currency-command.md b/development/architecture/domain/references/currency/_partials/edit-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/edit-currency-command.md rename to development/architecture/domain/references/currency/_partials/edit-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/edit-unofficial-currency-command.md b/development/architecture/domain/references/currency/_partials/edit-unofficial-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/edit-unofficial-currency-command.md rename to development/architecture/domain/references/currency/_partials/edit-unofficial-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/get-currency-exchange-rate.md b/development/architecture/domain/references/currency/_partials/get-currency-exchange-rate.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/get-currency-exchange-rate.md rename to development/architecture/domain/references/currency/_partials/get-currency-exchange-rate.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/get-currency-for-editing.md b/development/architecture/domain/references/currency/_partials/get-currency-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/get-currency-for-editing.md rename to development/architecture/domain/references/currency/_partials/get-currency-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/get-reference-currency.md b/development/architecture/domain/references/currency/_partials/get-reference-currency.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/get-reference-currency.md rename to development/architecture/domain/references/currency/_partials/get-reference-currency.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/refresh-exchange-rates-command.md b/development/architecture/domain/references/currency/_partials/refresh-exchange-rates-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/refresh-exchange-rates-command.md rename to development/architecture/domain/references/currency/_partials/refresh-exchange-rates-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/toggle-currency-status-command.md b/development/architecture/domain/references/currency/_partials/toggle-currency-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/toggle-currency-status-command.md rename to development/architecture/domain/references/currency/_partials/toggle-currency-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md b/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md rename to development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md diff --git a/src/content/1.7/development/architecture/domain/references/currency/index.md b/development/architecture/domain/references/currency/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/currency/index.md rename to development/architecture/domain/references/currency/index.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-message/_partials/add-order-customer-message-command.md b/development/architecture/domain/references/customer-message/_partials/add-order-customer-message-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-message/_partials/add-order-customer-message-command.md rename to development/architecture/domain/references/customer-message/_partials/add-order-customer-message-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-message/index.md b/development/architecture/domain/references/customer-message/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-message/index.md rename to development/architecture/domain/references/customer-message/index.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-service/_partials/forward-customer-thread-command.md b/development/architecture/domain/references/customer-service/_partials/forward-customer-thread-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-service/_partials/forward-customer-thread-command.md rename to development/architecture/domain/references/customer-service/_partials/forward-customer-thread-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-service/_partials/get-customer-service-signature.md b/development/architecture/domain/references/customer-service/_partials/get-customer-service-signature.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-service/_partials/get-customer-service-signature.md rename to development/architecture/domain/references/customer-service/_partials/get-customer-service-signature.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md b/development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md rename to development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-service/_partials/reply-to-customer-thread-command.md b/development/architecture/domain/references/customer-service/_partials/reply-to-customer-thread-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-service/_partials/reply-to-customer-thread-command.md rename to development/architecture/domain/references/customer-service/_partials/reply-to-customer-thread-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-service/_partials/update-customer-thread-status-command.md b/development/architecture/domain/references/customer-service/_partials/update-customer-thread-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-service/_partials/update-customer-thread-status-command.md rename to development/architecture/domain/references/customer-service/_partials/update-customer-thread-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer-service/index.md b/development/architecture/domain/references/customer-service/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer-service/index.md rename to development/architecture/domain/references/customer-service/index.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/add-customer-command.md b/development/architecture/domain/references/customer/_partials/add-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/add-customer-command.md rename to development/architecture/domain/references/customer/_partials/add-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/bulk-delete-customer-command.md b/development/architecture/domain/references/customer/_partials/bulk-delete-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/bulk-delete-customer-command.md rename to development/architecture/domain/references/customer/_partials/bulk-delete-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/bulk-disable-customer-command.md b/development/architecture/domain/references/customer/_partials/bulk-disable-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/bulk-disable-customer-command.md rename to development/architecture/domain/references/customer/_partials/bulk-disable-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/bulk-enable-customer-command.md b/development/architecture/domain/references/customer/_partials/bulk-enable-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/bulk-enable-customer-command.md rename to development/architecture/domain/references/customer/_partials/bulk-enable-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/delete-customer-command.md b/development/architecture/domain/references/customer/_partials/delete-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/delete-customer-command.md rename to development/architecture/domain/references/customer/_partials/delete-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/edit-customer-command.md b/development/architecture/domain/references/customer/_partials/edit-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/edit-customer-command.md rename to development/architecture/domain/references/customer/_partials/edit-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-carts.md b/development/architecture/domain/references/customer/_partials/get-customer-carts.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-carts.md rename to development/architecture/domain/references/customer/_partials/get-customer-carts.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-for-address-creation.md b/development/architecture/domain/references/customer/_partials/get-customer-for-address-creation.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-for-address-creation.md rename to development/architecture/domain/references/customer/_partials/get-customer-for-address-creation.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-for-editing.md b/development/architecture/domain/references/customer/_partials/get-customer-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-for-editing.md rename to development/architecture/domain/references/customer/_partials/get-customer-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-for-viewing.md b/development/architecture/domain/references/customer/_partials/get-customer-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-for-viewing.md rename to development/architecture/domain/references/customer/_partials/get-customer-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-orders.md b/development/architecture/domain/references/customer/_partials/get-customer-orders.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/get-customer-orders.md rename to development/architecture/domain/references/customer/_partials/get-customer-orders.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/get-required-fields-for-customer.md b/development/architecture/domain/references/customer/_partials/get-required-fields-for-customer.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/get-required-fields-for-customer.md rename to development/architecture/domain/references/customer/_partials/get-required-fields-for-customer.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/search-customers.md b/development/architecture/domain/references/customer/_partials/search-customers.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/search-customers.md rename to development/architecture/domain/references/customer/_partials/search-customers.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/set-private-note-about-customer-command.md b/development/architecture/domain/references/customer/_partials/set-private-note-about-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/set-private-note-about-customer-command.md rename to development/architecture/domain/references/customer/_partials/set-private-note-about-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/set-required-fields-for-customer-command.md b/development/architecture/domain/references/customer/_partials/set-required-fields-for-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/set-required-fields-for-customer-command.md rename to development/architecture/domain/references/customer/_partials/set-required-fields-for-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/_partials/transform-guest-to-customer-command.md b/development/architecture/domain/references/customer/_partials/transform-guest-to-customer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/_partials/transform-guest-to-customer-command.md rename to development/architecture/domain/references/customer/_partials/transform-guest-to-customer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/customer/index.md b/development/architecture/domain/references/customer/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/customer/index.md rename to development/architecture/domain/references/customer/index.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/add-employee-command.md b/development/architecture/domain/references/employee/_partials/add-employee-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/add-employee-command.md rename to development/architecture/domain/references/employee/_partials/add-employee-command.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/bulk-delete-employee-command.md b/development/architecture/domain/references/employee/_partials/bulk-delete-employee-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/bulk-delete-employee-command.md rename to development/architecture/domain/references/employee/_partials/bulk-delete-employee-command.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/bulk-update-employee-status-command.md b/development/architecture/domain/references/employee/_partials/bulk-update-employee-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/bulk-update-employee-status-command.md rename to development/architecture/domain/references/employee/_partials/bulk-update-employee-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/delete-employee-command.md b/development/architecture/domain/references/employee/_partials/delete-employee-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/delete-employee-command.md rename to development/architecture/domain/references/employee/_partials/delete-employee-command.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/edit-employee-command.md b/development/architecture/domain/references/employee/_partials/edit-employee-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/edit-employee-command.md rename to development/architecture/domain/references/employee/_partials/edit-employee-command.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/get-employee-email-by-id.md b/development/architecture/domain/references/employee/_partials/get-employee-email-by-id.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/get-employee-email-by-id.md rename to development/architecture/domain/references/employee/_partials/get-employee-email-by-id.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/get-employee-for-editing.md b/development/architecture/domain/references/employee/_partials/get-employee-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/get-employee-for-editing.md rename to development/architecture/domain/references/employee/_partials/get-employee-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/_partials/toggle-employee-status-command.md b/development/architecture/domain/references/employee/_partials/toggle-employee-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/_partials/toggle-employee-status-command.md rename to development/architecture/domain/references/employee/_partials/toggle-employee-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/employee/index.md b/development/architecture/domain/references/employee/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/employee/index.md rename to development/architecture/domain/references/employee/index.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/_partials/add-feature-command.md b/development/architecture/domain/references/feature/_partials/add-feature-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/_partials/add-feature-command.md rename to development/architecture/domain/references/feature/_partials/add-feature-command.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/_partials/add-feature-value-command.md b/development/architecture/domain/references/feature/_partials/add-feature-value-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/_partials/add-feature-value-command.md rename to development/architecture/domain/references/feature/_partials/add-feature-value-command.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/_partials/edit-feature-command.md b/development/architecture/domain/references/feature/_partials/edit-feature-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/_partials/edit-feature-command.md rename to development/architecture/domain/references/feature/_partials/edit-feature-command.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/_partials/edit-feature-value-command.md b/development/architecture/domain/references/feature/_partials/edit-feature-value-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/_partials/edit-feature-value-command.md rename to development/architecture/domain/references/feature/_partials/edit-feature-value-command.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/_partials/get-feature-for-editing.md b/development/architecture/domain/references/feature/_partials/get-feature-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/_partials/get-feature-for-editing.md rename to development/architecture/domain/references/feature/_partials/get-feature-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/_partials/get-feature-value-for-editing.md b/development/architecture/domain/references/feature/_partials/get-feature-value-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/_partials/get-feature-value-for-editing.md rename to development/architecture/domain/references/feature/_partials/get-feature-value-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/feature/index.md b/development/architecture/domain/references/feature/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/feature/index.md rename to development/architecture/domain/references/feature/index.md diff --git a/src/content/1.7/development/architecture/domain/references/hook/_partials/get-hook-status.md b/development/architecture/domain/references/hook/_partials/get-hook-status.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/hook/_partials/get-hook-status.md rename to development/architecture/domain/references/hook/_partials/get-hook-status.md diff --git a/src/content/1.7/development/architecture/domain/references/hook/_partials/update-hook-status-command.md b/development/architecture/domain/references/hook/_partials/update-hook-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/hook/_partials/update-hook-status-command.md rename to development/architecture/domain/references/hook/_partials/update-hook-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/hook/index.md b/development/architecture/domain/references/hook/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/hook/index.md rename to development/architecture/domain/references/hook/index.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/add-language-command.md b/development/architecture/domain/references/language/_partials/add-language-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/add-language-command.md rename to development/architecture/domain/references/language/_partials/add-language-command.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/bulk-delete-languages-command.md b/development/architecture/domain/references/language/_partials/bulk-delete-languages-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/bulk-delete-languages-command.md rename to development/architecture/domain/references/language/_partials/bulk-delete-languages-command.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/bulk-toggle-languages-status-command.md b/development/architecture/domain/references/language/_partials/bulk-toggle-languages-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/bulk-toggle-languages-status-command.md rename to development/architecture/domain/references/language/_partials/bulk-toggle-languages-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/delete-language-command.md b/development/architecture/domain/references/language/_partials/delete-language-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/delete-language-command.md rename to development/architecture/domain/references/language/_partials/delete-language-command.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/edit-language-command.md b/development/architecture/domain/references/language/_partials/edit-language-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/edit-language-command.md rename to development/architecture/domain/references/language/_partials/edit-language-command.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/get-language-for-editing.md b/development/architecture/domain/references/language/_partials/get-language-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/get-language-for-editing.md rename to development/architecture/domain/references/language/_partials/get-language-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/language/_partials/toggle-language-status-command.md b/development/architecture/domain/references/language/_partials/toggle-language-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/_partials/toggle-language-status-command.md rename to development/architecture/domain/references/language/_partials/toggle-language-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/language/index.md b/development/architecture/domain/references/language/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/language/index.md rename to development/architecture/domain/references/language/index.md diff --git a/src/content/1.7/development/architecture/domain/references/mail-template/_partials/generate-theme-mail-templates-command.md b/development/architecture/domain/references/mail-template/_partials/generate-theme-mail-templates-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/mail-template/_partials/generate-theme-mail-templates-command.md rename to development/architecture/domain/references/mail-template/_partials/generate-theme-mail-templates-command.md diff --git a/src/content/1.7/development/architecture/domain/references/mail-template/index.md b/development/architecture/domain/references/mail-template/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/mail-template/index.md rename to development/architecture/domain/references/mail-template/index.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/add-manufacturer-command.md b/development/architecture/domain/references/manufacturer/_partials/add-manufacturer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/add-manufacturer-command.md rename to development/architecture/domain/references/manufacturer/_partials/add-manufacturer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/bulk-delete-manufacturer-command.md b/development/architecture/domain/references/manufacturer/_partials/bulk-delete-manufacturer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/bulk-delete-manufacturer-command.md rename to development/architecture/domain/references/manufacturer/_partials/bulk-delete-manufacturer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/bulk-toggle-manufacturer-status-command.md b/development/architecture/domain/references/manufacturer/_partials/bulk-toggle-manufacturer-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/bulk-toggle-manufacturer-status-command.md rename to development/architecture/domain/references/manufacturer/_partials/bulk-toggle-manufacturer-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/delete-manufacturer-command.md b/development/architecture/domain/references/manufacturer/_partials/delete-manufacturer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/delete-manufacturer-command.md rename to development/architecture/domain/references/manufacturer/_partials/delete-manufacturer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/edit-manufacturer-command.md b/development/architecture/domain/references/manufacturer/_partials/edit-manufacturer-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/edit-manufacturer-command.md rename to development/architecture/domain/references/manufacturer/_partials/edit-manufacturer-command.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-editing.md b/development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-editing.md rename to development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-viewing.md b/development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-viewing.md rename to development/architecture/domain/references/manufacturer/_partials/get-manufacturer-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/_partials/toggle-manufacturer-status-command.md b/development/architecture/domain/references/manufacturer/_partials/toggle-manufacturer-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/_partials/toggle-manufacturer-status-command.md rename to development/architecture/domain/references/manufacturer/_partials/toggle-manufacturer-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/manufacturer/index.md b/development/architecture/domain/references/manufacturer/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/manufacturer/index.md rename to development/architecture/domain/references/manufacturer/index.md diff --git a/src/content/1.7/development/architecture/domain/references/meta/_partials/add-meta-command.md b/development/architecture/domain/references/meta/_partials/add-meta-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/meta/_partials/add-meta-command.md rename to development/architecture/domain/references/meta/_partials/add-meta-command.md diff --git a/src/content/1.7/development/architecture/domain/references/meta/_partials/edit-meta-command.md b/development/architecture/domain/references/meta/_partials/edit-meta-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/meta/_partials/edit-meta-command.md rename to development/architecture/domain/references/meta/_partials/edit-meta-command.md diff --git a/src/content/1.7/development/architecture/domain/references/meta/_partials/get-meta-for-editing.md b/development/architecture/domain/references/meta/_partials/get-meta-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/meta/_partials/get-meta-for-editing.md rename to development/architecture/domain/references/meta/_partials/get-meta-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/meta/_partials/get-pages-for-layout-customization.md b/development/architecture/domain/references/meta/_partials/get-pages-for-layout-customization.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/meta/_partials/get-pages-for-layout-customization.md rename to development/architecture/domain/references/meta/_partials/get-pages-for-layout-customization.md diff --git a/src/content/1.7/development/architecture/domain/references/meta/index.md b/development/architecture/domain/references/meta/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/meta/index.md rename to development/architecture/domain/references/meta/index.md diff --git a/src/content/1.7/development/architecture/domain/references/notification/_partials/get-notification-last-elements.md b/development/architecture/domain/references/notification/_partials/get-notification-last-elements.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/notification/_partials/get-notification-last-elements.md rename to development/architecture/domain/references/notification/_partials/get-notification-last-elements.md diff --git a/src/content/1.7/development/architecture/domain/references/notification/_partials/update-employee-notification-last-element-command.md b/development/architecture/domain/references/notification/_partials/update-employee-notification-last-element-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/notification/_partials/update-employee-notification-last-element-command.md rename to development/architecture/domain/references/notification/_partials/update-employee-notification-last-element-command.md diff --git a/src/content/1.7/development/architecture/domain/references/notification/index.md b/development/architecture/domain/references/notification/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/notification/index.md rename to development/architecture/domain/references/notification/index.md diff --git a/src/content/1.7/development/architecture/domain/references/order-message/_partials/add-order-message-command.md b/development/architecture/domain/references/order-message/_partials/add-order-message-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-message/_partials/add-order-message-command.md rename to development/architecture/domain/references/order-message/_partials/add-order-message-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-message/_partials/bulk-delete-order-message-command.md b/development/architecture/domain/references/order-message/_partials/bulk-delete-order-message-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-message/_partials/bulk-delete-order-message-command.md rename to development/architecture/domain/references/order-message/_partials/bulk-delete-order-message-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-message/_partials/delete-order-message-command.md b/development/architecture/domain/references/order-message/_partials/delete-order-message-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-message/_partials/delete-order-message-command.md rename to development/architecture/domain/references/order-message/_partials/delete-order-message-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-message/_partials/edit-order-message-command.md b/development/architecture/domain/references/order-message/_partials/edit-order-message-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-message/_partials/edit-order-message-command.md rename to development/architecture/domain/references/order-message/_partials/edit-order-message-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-message/_partials/get-order-message-for-editing.md b/development/architecture/domain/references/order-message/_partials/get-order-message-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-message/_partials/get-order-message-for-editing.md rename to development/architecture/domain/references/order-message/_partials/get-order-message-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/order-message/index.md b/development/architecture/domain/references/order-message/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-message/index.md rename to development/architecture/domain/references/order-message/index.md diff --git a/src/content/1.7/development/architecture/domain/references/order-return-state/_partials/add-order-return-state-command.md b/development/architecture/domain/references/order-return-state/_partials/add-order-return-state-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-return-state/_partials/add-order-return-state-command.md rename to development/architecture/domain/references/order-return-state/_partials/add-order-return-state-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-return-state/_partials/edit-order-return-state-command.md b/development/architecture/domain/references/order-return-state/_partials/edit-order-return-state-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-return-state/_partials/edit-order-return-state-command.md rename to development/architecture/domain/references/order-return-state/_partials/edit-order-return-state-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-return-state/_partials/get-order-return-state-for-editing.md b/development/architecture/domain/references/order-return-state/_partials/get-order-return-state-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-return-state/_partials/get-order-return-state-for-editing.md rename to development/architecture/domain/references/order-return-state/_partials/get-order-return-state-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/order-return-state/index.md b/development/architecture/domain/references/order-return-state/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-return-state/index.md rename to development/architecture/domain/references/order-return-state/index.md diff --git a/src/content/1.7/development/architecture/domain/references/order-state/_partials/add-order-state-command.md b/development/architecture/domain/references/order-state/_partials/add-order-state-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-state/_partials/add-order-state-command.md rename to development/architecture/domain/references/order-state/_partials/add-order-state-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-state/_partials/edit-order-state-command.md b/development/architecture/domain/references/order-state/_partials/edit-order-state-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-state/_partials/edit-order-state-command.md rename to development/architecture/domain/references/order-state/_partials/edit-order-state-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order-state/_partials/get-order-state-for-editing.md b/development/architecture/domain/references/order-state/_partials/get-order-state-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-state/_partials/get-order-state-for-editing.md rename to development/architecture/domain/references/order-state/_partials/get-order-state-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/order-state/index.md b/development/architecture/domain/references/order-state/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order-state/index.md rename to development/architecture/domain/references/order-state/index.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/add-cart-rule-to-order-command.md b/development/architecture/domain/references/order/_partials/add-cart-rule-to-order-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/add-cart-rule-to-order-command.md rename to development/architecture/domain/references/order/_partials/add-cart-rule-to-order-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/add-order-from-back-office-command.md b/development/architecture/domain/references/order/_partials/add-order-from-back-office-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/add-order-from-back-office-command.md rename to development/architecture/domain/references/order/_partials/add-order-from-back-office-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/add-payment-command.md b/development/architecture/domain/references/order/_partials/add-payment-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/add-payment-command.md rename to development/architecture/domain/references/order/_partials/add-payment-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/add-product-to-order-command.md b/development/architecture/domain/references/order/_partials/add-product-to-order-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/add-product-to-order-command.md rename to development/architecture/domain/references/order/_partials/add-product-to-order-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/bulk-change-order-status-command.md b/development/architecture/domain/references/order/_partials/bulk-change-order-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/bulk-change-order-status-command.md rename to development/architecture/domain/references/order/_partials/bulk-change-order-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/cancel-order-product-command.md b/development/architecture/domain/references/order/_partials/cancel-order-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/cancel-order-product-command.md rename to development/architecture/domain/references/order/_partials/cancel-order-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/change-order-currency-command.md b/development/architecture/domain/references/order/_partials/change-order-currency-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/change-order-currency-command.md rename to development/architecture/domain/references/order/_partials/change-order-currency-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/change-order-delivery-address-command.md b/development/architecture/domain/references/order/_partials/change-order-delivery-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/change-order-delivery-address-command.md rename to development/architecture/domain/references/order/_partials/change-order-delivery-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/change-order-invoice-address-command.md b/development/architecture/domain/references/order/_partials/change-order-invoice-address-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/change-order-invoice-address-command.md rename to development/architecture/domain/references/order/_partials/change-order-invoice-address-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/delete-cart-rule-from-order-command.md b/development/architecture/domain/references/order/_partials/delete-cart-rule-from-order-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/delete-cart-rule-from-order-command.md rename to development/architecture/domain/references/order/_partials/delete-cart-rule-from-order-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/delete-product-from-order-command.md b/development/architecture/domain/references/order/_partials/delete-product-from-order-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/delete-product-from-order-command.md rename to development/architecture/domain/references/order/_partials/delete-product-from-order-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/duplicate-order-cart-command.md b/development/architecture/domain/references/order/_partials/duplicate-order-cart-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/duplicate-order-cart-command.md rename to development/architecture/domain/references/order/_partials/duplicate-order-cart-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/generate-invoice-command.md b/development/architecture/domain/references/order/_partials/generate-invoice-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/generate-invoice-command.md rename to development/architecture/domain/references/order/_partials/generate-invoice-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/get-order-for-viewing.md b/development/architecture/domain/references/order/_partials/get-order-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/get-order-for-viewing.md rename to development/architecture/domain/references/order/_partials/get-order-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/get-order-preview.md b/development/architecture/domain/references/order/_partials/get-order-preview.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/get-order-preview.md rename to development/architecture/domain/references/order/_partials/get-order-preview.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/get-order-products-for-viewing.md b/development/architecture/domain/references/order/_partials/get-order-products-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/get-order-products-for-viewing.md rename to development/architecture/domain/references/order/_partials/get-order-products-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/issue-partial-refund-command.md b/development/architecture/domain/references/order/_partials/issue-partial-refund-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/issue-partial-refund-command.md rename to development/architecture/domain/references/order/_partials/issue-partial-refund-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/issue-return-product-command.md b/development/architecture/domain/references/order/_partials/issue-return-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/issue-return-product-command.md rename to development/architecture/domain/references/order/_partials/issue-return-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/issue-standard-refund-command.md b/development/architecture/domain/references/order/_partials/issue-standard-refund-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/issue-standard-refund-command.md rename to development/architecture/domain/references/order/_partials/issue-standard-refund-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/resend-order-email-command.md b/development/architecture/domain/references/order/_partials/resend-order-email-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/resend-order-email-command.md rename to development/architecture/domain/references/order/_partials/resend-order-email-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/send-process-order-email-command.md b/development/architecture/domain/references/order/_partials/send-process-order-email-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/send-process-order-email-command.md rename to development/architecture/domain/references/order/_partials/send-process-order-email-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/set-internal-order-note-command.md b/development/architecture/domain/references/order/_partials/set-internal-order-note-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/set-internal-order-note-command.md rename to development/architecture/domain/references/order/_partials/set-internal-order-note-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/update-invoice-note-command.md b/development/architecture/domain/references/order/_partials/update-invoice-note-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/update-invoice-note-command.md rename to development/architecture/domain/references/order/_partials/update-invoice-note-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/update-order-shipping-details-command.md b/development/architecture/domain/references/order/_partials/update-order-shipping-details-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/update-order-shipping-details-command.md rename to development/architecture/domain/references/order/_partials/update-order-shipping-details-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/update-order-status-command.md b/development/architecture/domain/references/order/_partials/update-order-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/update-order-status-command.md rename to development/architecture/domain/references/order/_partials/update-order-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/_partials/update-product-in-order-command.md b/development/architecture/domain/references/order/_partials/update-product-in-order-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/_partials/update-product-in-order-command.md rename to development/architecture/domain/references/order/_partials/update-product-in-order-command.md diff --git a/src/content/1.7/development/architecture/domain/references/order/index.md b/development/architecture/domain/references/order/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/order/index.md rename to development/architecture/domain/references/order/index.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/add-product-command.md b/development/architecture/domain/references/product/_partials/add-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/add-product-command.md rename to development/architecture/domain/references/product/_partials/add-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/add-product-image-command.md b/development/architecture/domain/references/product/_partials/add-product-image-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/add-product-image-command.md rename to development/architecture/domain/references/product/_partials/add-product-image-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/add-product-specific-price-command.md b/development/architecture/domain/references/product/_partials/add-product-specific-price-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/add-product-specific-price-command.md rename to development/architecture/domain/references/product/_partials/add-product-specific-price-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/add-virtual-product-file-command.md b/development/architecture/domain/references/product/_partials/add-virtual-product-file-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/add-virtual-product-file-command.md rename to development/architecture/domain/references/product/_partials/add-virtual-product-file-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/assign-product-to-category-command.md b/development/architecture/domain/references/product/_partials/assign-product-to-category-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/assign-product-to-category-command.md rename to development/architecture/domain/references/product/_partials/assign-product-to-category-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/associate-product-attachment-command.md b/development/architecture/domain/references/product/_partials/associate-product-attachment-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/associate-product-attachment-command.md rename to development/architecture/domain/references/product/_partials/associate-product-attachment-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/bulk-delete-attribute-command.md b/development/architecture/domain/references/product/_partials/bulk-delete-attribute-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/bulk-delete-attribute-command.md rename to development/architecture/domain/references/product/_partials/bulk-delete-attribute-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/bulk-delete-attribute-group-command.md b/development/architecture/domain/references/product/_partials/bulk-delete-attribute-group-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/bulk-delete-attribute-group-command.md rename to development/architecture/domain/references/product/_partials/bulk-delete-attribute-group-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/bulk-delete-product-command.md b/development/architecture/domain/references/product/_partials/bulk-delete-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/bulk-delete-product-command.md rename to development/architecture/domain/references/product/_partials/bulk-delete-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/delete-attribute-command.md b/development/architecture/domain/references/product/_partials/delete-attribute-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/delete-attribute-command.md rename to development/architecture/domain/references/product/_partials/delete-attribute-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/delete-attribute-group-command.md b/development/architecture/domain/references/product/_partials/delete-attribute-group-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/delete-attribute-group-command.md rename to development/architecture/domain/references/product/_partials/delete-attribute-group-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/delete-product-command.md b/development/architecture/domain/references/product/_partials/delete-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/delete-product-command.md rename to development/architecture/domain/references/product/_partials/delete-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/delete-product-image-command.md b/development/architecture/domain/references/product/_partials/delete-product-image-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/delete-product-image-command.md rename to development/architecture/domain/references/product/_partials/delete-product-image-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/delete-virtual-product-file-command.md b/development/architecture/domain/references/product/_partials/delete-virtual-product-file-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/delete-virtual-product-file-command.md rename to development/architecture/domain/references/product/_partials/delete-virtual-product-file-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/duplicate-product-command.md b/development/architecture/domain/references/product/_partials/duplicate-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/duplicate-product-command.md rename to development/architecture/domain/references/product/_partials/duplicate-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/generate-product-combinations-command.md b/development/architecture/domain/references/product/_partials/generate-product-combinations-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/generate-product-combinations-command.md rename to development/architecture/domain/references/product/_partials/generate-product-combinations-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-attribute-group-list.md b/development/architecture/domain/references/product/_partials/get-attribute-group-list.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-attribute-group-list.md rename to development/architecture/domain/references/product/_partials/get-attribute-group-list.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-combination-for-editing.md b/development/architecture/domain/references/product/_partials/get-combination-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-combination-for-editing.md rename to development/architecture/domain/references/product/_partials/get-combination-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-combination-suppliers.md b/development/architecture/domain/references/product/_partials/get-combination-suppliers.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-combination-suppliers.md rename to development/architecture/domain/references/product/_partials/get-combination-suppliers.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-editable-combinations-list.md b/development/architecture/domain/references/product/_partials/get-editable-combinations-list.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-editable-combinations-list.md rename to development/architecture/domain/references/product/_partials/get-editable-combinations-list.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-editable-specific-prices-list.md b/development/architecture/domain/references/product/_partials/get-editable-specific-prices-list.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-editable-specific-prices-list.md rename to development/architecture/domain/references/product/_partials/get-editable-specific-prices-list.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-packed-products.md b/development/architecture/domain/references/product/_partials/get-packed-products.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-packed-products.md rename to development/architecture/domain/references/product/_partials/get-packed-products.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-attribute-groups.md b/development/architecture/domain/references/product/_partials/get-product-attribute-groups.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-attribute-groups.md rename to development/architecture/domain/references/product/_partials/get-product-attribute-groups.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-customization-fields.md b/development/architecture/domain/references/product/_partials/get-product-customization-fields.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-customization-fields.md rename to development/architecture/domain/references/product/_partials/get-product-customization-fields.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-feature-values.md b/development/architecture/domain/references/product/_partials/get-product-feature-values.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-feature-values.md rename to development/architecture/domain/references/product/_partials/get-product-feature-values.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-for-editing.md b/development/architecture/domain/references/product/_partials/get-product-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-for-editing.md rename to development/architecture/domain/references/product/_partials/get-product-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-image.md b/development/architecture/domain/references/product/_partials/get-product-image.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-image.md rename to development/architecture/domain/references/product/_partials/get-product-image.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-images.md b/development/architecture/domain/references/product/_partials/get-product-images.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-images.md rename to development/architecture/domain/references/product/_partials/get-product-images.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-is-enabled.md b/development/architecture/domain/references/product/_partials/get-product-is-enabled.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-is-enabled.md rename to development/architecture/domain/references/product/_partials/get-product-is-enabled.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-product-supplier-options.md b/development/architecture/domain/references/product/_partials/get-product-supplier-options.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-product-supplier-options.md rename to development/architecture/domain/references/product/_partials/get-product-supplier-options.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-related-products.md b/development/architecture/domain/references/product/_partials/get-related-products.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-related-products.md rename to development/architecture/domain/references/product/_partials/get-related-products.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/get-specific-price-for-editing.md b/development/architecture/domain/references/product/_partials/get-specific-price-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/get-specific-price-for-editing.md rename to development/architecture/domain/references/product/_partials/get-specific-price-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-combination-suppliers-command.md b/development/architecture/domain/references/product/_partials/remove-all-associated-combination-suppliers-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-combination-suppliers-command.md rename to development/architecture/domain/references/product/_partials/remove-all-associated-combination-suppliers-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-product-attachments-command.md b/development/architecture/domain/references/product/_partials/remove-all-associated-product-attachments-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-product-attachments-command.md rename to development/architecture/domain/references/product/_partials/remove-all-associated-product-attachments-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-product-categories-command.md b/development/architecture/domain/references/product/_partials/remove-all-associated-product-categories-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-product-categories-command.md rename to development/architecture/domain/references/product/_partials/remove-all-associated-product-categories-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-product-suppliers-command.md b/development/architecture/domain/references/product/_partials/remove-all-associated-product-suppliers-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-associated-product-suppliers-command.md rename to development/architecture/domain/references/product/_partials/remove-all-associated-product-suppliers-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-combination-images-command.md b/development/architecture/domain/references/product/_partials/remove-all-combination-images-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-combination-images-command.md rename to development/architecture/domain/references/product/_partials/remove-all-combination-images-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-customization-fields-from-product-command.md b/development/architecture/domain/references/product/_partials/remove-all-customization-fields-from-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-customization-fields-from-product-command.md rename to development/architecture/domain/references/product/_partials/remove-all-customization-fields-from-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-feature-values-from-product-command.md b/development/architecture/domain/references/product/_partials/remove-all-feature-values-from-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-feature-values-from-product-command.md rename to development/architecture/domain/references/product/_partials/remove-all-feature-values-from-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-product-tags-command.md b/development/architecture/domain/references/product/_partials/remove-all-product-tags-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-product-tags-command.md rename to development/architecture/domain/references/product/_partials/remove-all-product-tags-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-products-from-pack-command.md b/development/architecture/domain/references/product/_partials/remove-all-products-from-pack-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-products-from-pack-command.md rename to development/architecture/domain/references/product/_partials/remove-all-products-from-pack-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-related-products-command.md b/development/architecture/domain/references/product/_partials/remove-all-related-products-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-all-related-products-command.md rename to development/architecture/domain/references/product/_partials/remove-all-related-products-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/remove-combination-command.md b/development/architecture/domain/references/product/_partials/remove-combination-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/remove-combination-command.md rename to development/architecture/domain/references/product/_partials/remove-combination-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/search-products.md b/development/architecture/domain/references/product/_partials/search-products.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/search-products.md rename to development/architecture/domain/references/product/_partials/search-products.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-associated-product-attachments-command.md b/development/architecture/domain/references/product/_partials/set-associated-product-attachments-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-associated-product-attachments-command.md rename to development/architecture/domain/references/product/_partials/set-associated-product-attachments-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-associated-product-categories-command.md b/development/architecture/domain/references/product/_partials/set-associated-product-categories-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-associated-product-categories-command.md rename to development/architecture/domain/references/product/_partials/set-associated-product-categories-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-combination-default-supplier-command.md b/development/architecture/domain/references/product/_partials/set-combination-default-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-combination-default-supplier-command.md rename to development/architecture/domain/references/product/_partials/set-combination-default-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-combination-images-command.md b/development/architecture/domain/references/product/_partials/set-combination-images-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-combination-images-command.md rename to development/architecture/domain/references/product/_partials/set-combination-images-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-combination-suppliers-command.md b/development/architecture/domain/references/product/_partials/set-combination-suppliers-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-combination-suppliers-command.md rename to development/architecture/domain/references/product/_partials/set-combination-suppliers-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-global-specific-price-priority-command.md b/development/architecture/domain/references/product/_partials/set-global-specific-price-priority-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-global-specific-price-priority-command.md rename to development/architecture/domain/references/product/_partials/set-global-specific-price-priority-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-pack-products-command.md b/development/architecture/domain/references/product/_partials/set-pack-products-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-pack-products-command.md rename to development/architecture/domain/references/product/_partials/set-pack-products-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-product-customization-fields-command.md b/development/architecture/domain/references/product/_partials/set-product-customization-fields-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-product-customization-fields-command.md rename to development/architecture/domain/references/product/_partials/set-product-customization-fields-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-product-default-supplier-command.md b/development/architecture/domain/references/product/_partials/set-product-default-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-product-default-supplier-command.md rename to development/architecture/domain/references/product/_partials/set-product-default-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-product-feature-values-command.md b/development/architecture/domain/references/product/_partials/set-product-feature-values-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-product-feature-values-command.md rename to development/architecture/domain/references/product/_partials/set-product-feature-values-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-product-suppliers-command.md b/development/architecture/domain/references/product/_partials/set-product-suppliers-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-product-suppliers-command.md rename to development/architecture/domain/references/product/_partials/set-product-suppliers-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-product-tags-command.md b/development/architecture/domain/references/product/_partials/set-product-tags-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-product-tags-command.md rename to development/architecture/domain/references/product/_partials/set-product-tags-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-related-products-command.md b/development/architecture/domain/references/product/_partials/set-related-products-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-related-products-command.md rename to development/architecture/domain/references/product/_partials/set-related-products-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/set-specific-price-priority-for-product-command.md b/development/architecture/domain/references/product/_partials/set-specific-price-priority-for-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/set-specific-price-priority-for-product-command.md rename to development/architecture/domain/references/product/_partials/set-specific-price-priority-for-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-details-command.md b/development/architecture/domain/references/product/_partials/update-combination-details-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-details-command.md rename to development/architecture/domain/references/product/_partials/update-combination-details-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-from-listing-command.md b/development/architecture/domain/references/product/_partials/update-combination-from-listing-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-from-listing-command.md rename to development/architecture/domain/references/product/_partials/update-combination-from-listing-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-prices-command.md b/development/architecture/domain/references/product/_partials/update-combination-prices-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-prices-command.md rename to development/architecture/domain/references/product/_partials/update-combination-prices-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-stock-command.md b/development/architecture/domain/references/product/_partials/update-combination-stock-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-combination-stock-command.md rename to development/architecture/domain/references/product/_partials/update-combination-stock-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-basic-information-command.md b/development/architecture/domain/references/product/_partials/update-product-basic-information-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-basic-information-command.md rename to development/architecture/domain/references/product/_partials/update-product-basic-information-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-details-command.md b/development/architecture/domain/references/product/_partials/update-product-details-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-details-command.md rename to development/architecture/domain/references/product/_partials/update-product-details-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-image-command.md b/development/architecture/domain/references/product/_partials/update-product-image-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-image-command.md rename to development/architecture/domain/references/product/_partials/update-product-image-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-options-command.md b/development/architecture/domain/references/product/_partials/update-product-options-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-options-command.md rename to development/architecture/domain/references/product/_partials/update-product-options-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-prices-command.md b/development/architecture/domain/references/product/_partials/update-product-prices-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-prices-command.md rename to development/architecture/domain/references/product/_partials/update-product-prices-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-seo-command.md b/development/architecture/domain/references/product/_partials/update-product-seo-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-seo-command.md rename to development/architecture/domain/references/product/_partials/update-product-seo-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-shipping-command.md b/development/architecture/domain/references/product/_partials/update-product-shipping-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-shipping-command.md rename to development/architecture/domain/references/product/_partials/update-product-shipping-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-status-command.md b/development/architecture/domain/references/product/_partials/update-product-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-status-command.md rename to development/architecture/domain/references/product/_partials/update-product-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-stock-information-command.md b/development/architecture/domain/references/product/_partials/update-product-stock-information-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-stock-information-command.md rename to development/architecture/domain/references/product/_partials/update-product-stock-information-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-product-type-command.md b/development/architecture/domain/references/product/_partials/update-product-type-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-product-type-command.md rename to development/architecture/domain/references/product/_partials/update-product-type-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/_partials/update-virtual-product-file-command.md b/development/architecture/domain/references/product/_partials/update-virtual-product-file-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/_partials/update-virtual-product-file-command.md rename to development/architecture/domain/references/product/_partials/update-virtual-product-file-command.md diff --git a/src/content/1.7/development/architecture/domain/references/product/index.md b/development/architecture/domain/references/product/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/product/index.md rename to development/architecture/domain/references/product/index.md diff --git a/src/content/1.7/development/architecture/domain/references/profile/_partials/add-profile-command.md b/development/architecture/domain/references/profile/_partials/add-profile-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/profile/_partials/add-profile-command.md rename to development/architecture/domain/references/profile/_partials/add-profile-command.md diff --git a/src/content/1.7/development/architecture/domain/references/profile/_partials/bulk-delete-profile-command.md b/development/architecture/domain/references/profile/_partials/bulk-delete-profile-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/profile/_partials/bulk-delete-profile-command.md rename to development/architecture/domain/references/profile/_partials/bulk-delete-profile-command.md diff --git a/src/content/1.7/development/architecture/domain/references/profile/_partials/delete-profile-command.md b/development/architecture/domain/references/profile/_partials/delete-profile-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/profile/_partials/delete-profile-command.md rename to development/architecture/domain/references/profile/_partials/delete-profile-command.md diff --git a/src/content/1.7/development/architecture/domain/references/profile/_partials/edit-profile-command.md b/development/architecture/domain/references/profile/_partials/edit-profile-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/profile/_partials/edit-profile-command.md rename to development/architecture/domain/references/profile/_partials/edit-profile-command.md diff --git a/src/content/1.7/development/architecture/domain/references/profile/_partials/get-profile-for-editing.md b/development/architecture/domain/references/profile/_partials/get-profile-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/profile/_partials/get-profile-for-editing.md rename to development/architecture/domain/references/profile/_partials/get-profile-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/profile/index.md b/development/architecture/domain/references/profile/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/profile/index.md rename to development/architecture/domain/references/profile/index.md diff --git a/src/content/1.7/development/architecture/domain/references/shop/_partials/get-logos-paths.md b/development/architecture/domain/references/shop/_partials/get-logos-paths.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/shop/_partials/get-logos-paths.md rename to development/architecture/domain/references/shop/_partials/get-logos-paths.md diff --git a/src/content/1.7/development/architecture/domain/references/shop/_partials/search-shops.md b/development/architecture/domain/references/shop/_partials/search-shops.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/shop/_partials/search-shops.md rename to development/architecture/domain/references/shop/_partials/search-shops.md diff --git a/src/content/1.7/development/architecture/domain/references/shop/_partials/upload-logos-command.md b/development/architecture/domain/references/shop/_partials/upload-logos-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/shop/_partials/upload-logos-command.md rename to development/architecture/domain/references/shop/_partials/upload-logos-command.md diff --git a/src/content/1.7/development/architecture/domain/references/shop/index.md b/development/architecture/domain/references/shop/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/shop/index.md rename to development/architecture/domain/references/shop/index.md diff --git a/src/content/1.7/development/architecture/domain/references/showcase-card/_partials/close-showcase-card-command.md b/development/architecture/domain/references/showcase-card/_partials/close-showcase-card-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/showcase-card/_partials/close-showcase-card-command.md rename to development/architecture/domain/references/showcase-card/_partials/close-showcase-card-command.md diff --git a/src/content/1.7/development/architecture/domain/references/showcase-card/_partials/get-showcase-card-is-closed.md b/development/architecture/domain/references/showcase-card/_partials/get-showcase-card-is-closed.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/showcase-card/_partials/get-showcase-card-is-closed.md rename to development/architecture/domain/references/showcase-card/_partials/get-showcase-card-is-closed.md diff --git a/src/content/1.7/development/architecture/domain/references/showcase-card/index.md b/development/architecture/domain/references/showcase-card/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/showcase-card/index.md rename to development/architecture/domain/references/showcase-card/index.md diff --git a/src/content/1.7/development/architecture/domain/references/specific-price/_partials/add-specific-price-command.md b/development/architecture/domain/references/specific-price/_partials/add-specific-price-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/specific-price/_partials/add-specific-price-command.md rename to development/architecture/domain/references/specific-price/_partials/add-specific-price-command.md diff --git a/src/content/1.7/development/architecture/domain/references/specific-price/_partials/delete-specific-price-by-cart-product-command.md b/development/architecture/domain/references/specific-price/_partials/delete-specific-price-by-cart-product-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/specific-price/_partials/delete-specific-price-by-cart-product-command.md rename to development/architecture/domain/references/specific-price/_partials/delete-specific-price-by-cart-product-command.md diff --git a/src/content/1.7/development/architecture/domain/references/specific-price/index.md b/development/architecture/domain/references/specific-price/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/specific-price/index.md rename to development/architecture/domain/references/specific-price/index.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/add-sql-request-command.md b/development/architecture/domain/references/sql-management/_partials/add-sql-request-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/add-sql-request-command.md rename to development/architecture/domain/references/sql-management/_partials/add-sql-request-command.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/bulk-delete-sql-request-command.md b/development/architecture/domain/references/sql-management/_partials/bulk-delete-sql-request-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/bulk-delete-sql-request-command.md rename to development/architecture/domain/references/sql-management/_partials/bulk-delete-sql-request-command.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/delete-sql-request-command.md b/development/architecture/domain/references/sql-management/_partials/delete-sql-request-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/delete-sql-request-command.md rename to development/architecture/domain/references/sql-management/_partials/delete-sql-request-command.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/edit-sql-request-command.md b/development/architecture/domain/references/sql-management/_partials/edit-sql-request-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/edit-sql-request-command.md rename to development/architecture/domain/references/sql-management/_partials/edit-sql-request-command.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-database-table-fields-list.md b/development/architecture/domain/references/sql-management/_partials/get-database-table-fields-list.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-database-table-fields-list.md rename to development/architecture/domain/references/sql-management/_partials/get-database-table-fields-list.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-database-tables-list.md b/development/architecture/domain/references/sql-management/_partials/get-database-tables-list.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-database-tables-list.md rename to development/architecture/domain/references/sql-management/_partials/get-database-tables-list.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-sql-request-execution-result.md b/development/architecture/domain/references/sql-management/_partials/get-sql-request-execution-result.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-sql-request-execution-result.md rename to development/architecture/domain/references/sql-management/_partials/get-sql-request-execution-result.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-sql-request-for-editing.md b/development/architecture/domain/references/sql-management/_partials/get-sql-request-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-sql-request-for-editing.md rename to development/architecture/domain/references/sql-management/_partials/get-sql-request-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-sql-request-settings.md b/development/architecture/domain/references/sql-management/_partials/get-sql-request-settings.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/get-sql-request-settings.md rename to development/architecture/domain/references/sql-management/_partials/get-sql-request-settings.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/_partials/save-sql-request-settings-command.md b/development/architecture/domain/references/sql-management/_partials/save-sql-request-settings-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/_partials/save-sql-request-settings-command.md rename to development/architecture/domain/references/sql-management/_partials/save-sql-request-settings-command.md diff --git a/src/content/1.7/development/architecture/domain/references/sql-management/index.md b/development/architecture/domain/references/sql-management/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/sql-management/index.md rename to development/architecture/domain/references/sql-management/index.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/add-supplier-command.md b/development/architecture/domain/references/supplier/_partials/add-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/add-supplier-command.md rename to development/architecture/domain/references/supplier/_partials/add-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/bulk-delete-supplier-command.md b/development/architecture/domain/references/supplier/_partials/bulk-delete-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/bulk-delete-supplier-command.md rename to development/architecture/domain/references/supplier/_partials/bulk-delete-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/bulk-disable-supplier-command.md b/development/architecture/domain/references/supplier/_partials/bulk-disable-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/bulk-disable-supplier-command.md rename to development/architecture/domain/references/supplier/_partials/bulk-disable-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/bulk-enable-supplier-command.md b/development/architecture/domain/references/supplier/_partials/bulk-enable-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/bulk-enable-supplier-command.md rename to development/architecture/domain/references/supplier/_partials/bulk-enable-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/delete-supplier-command.md b/development/architecture/domain/references/supplier/_partials/delete-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/delete-supplier-command.md rename to development/architecture/domain/references/supplier/_partials/delete-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/edit-supplier-command.md b/development/architecture/domain/references/supplier/_partials/edit-supplier-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/edit-supplier-command.md rename to development/architecture/domain/references/supplier/_partials/edit-supplier-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/get-supplier-for-editing.md b/development/architecture/domain/references/supplier/_partials/get-supplier-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/get-supplier-for-editing.md rename to development/architecture/domain/references/supplier/_partials/get-supplier-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/get-supplier-for-viewing.md b/development/architecture/domain/references/supplier/_partials/get-supplier-for-viewing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/get-supplier-for-viewing.md rename to development/architecture/domain/references/supplier/_partials/get-supplier-for-viewing.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/_partials/toggle-supplier-status-command.md b/development/architecture/domain/references/supplier/_partials/toggle-supplier-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/_partials/toggle-supplier-status-command.md rename to development/architecture/domain/references/supplier/_partials/toggle-supplier-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/supplier/index.md b/development/architecture/domain/references/supplier/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/supplier/index.md rename to development/architecture/domain/references/supplier/index.md diff --git a/src/content/1.7/development/architecture/domain/references/tab/_partials/update-tab-status-by-class-name-command.md b/development/architecture/domain/references/tab/_partials/update-tab-status-by-class-name-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tab/_partials/update-tab-status-by-class-name-command.md rename to development/architecture/domain/references/tab/_partials/update-tab-status-by-class-name-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tab/index.md b/development/architecture/domain/references/tab/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tab/index.md rename to development/architecture/domain/references/tab/index.md diff --git a/src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/bulk-delete-tax-rules-group-command.md b/development/architecture/domain/references/tax-rules-group/_partials/bulk-delete-tax-rules-group-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/bulk-delete-tax-rules-group-command.md rename to development/architecture/domain/references/tax-rules-group/_partials/bulk-delete-tax-rules-group-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/bulk-set-tax-rules-group-status-command.md b/development/architecture/domain/references/tax-rules-group/_partials/bulk-set-tax-rules-group-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/bulk-set-tax-rules-group-status-command.md rename to development/architecture/domain/references/tax-rules-group/_partials/bulk-set-tax-rules-group-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/delete-tax-rules-group-command.md b/development/architecture/domain/references/tax-rules-group/_partials/delete-tax-rules-group-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/delete-tax-rules-group-command.md rename to development/architecture/domain/references/tax-rules-group/_partials/delete-tax-rules-group-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/get-tax-rules-group-for-editing.md b/development/architecture/domain/references/tax-rules-group/_partials/get-tax-rules-group-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/get-tax-rules-group-for-editing.md rename to development/architecture/domain/references/tax-rules-group/_partials/get-tax-rules-group-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/set-tax-rules-group-status-command.md b/development/architecture/domain/references/tax-rules-group/_partials/set-tax-rules-group-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax-rules-group/_partials/set-tax-rules-group-status-command.md rename to development/architecture/domain/references/tax-rules-group/_partials/set-tax-rules-group-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax-rules-group/index.md b/development/architecture/domain/references/tax-rules-group/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax-rules-group/index.md rename to development/architecture/domain/references/tax-rules-group/index.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/add-tax-command.md b/development/architecture/domain/references/tax/_partials/add-tax-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/add-tax-command.md rename to development/architecture/domain/references/tax/_partials/add-tax-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/bulk-delete-tax-command.md b/development/architecture/domain/references/tax/_partials/bulk-delete-tax-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/bulk-delete-tax-command.md rename to development/architecture/domain/references/tax/_partials/bulk-delete-tax-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/bulk-toggle-tax-status-command.md b/development/architecture/domain/references/tax/_partials/bulk-toggle-tax-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/bulk-toggle-tax-status-command.md rename to development/architecture/domain/references/tax/_partials/bulk-toggle-tax-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/delete-tax-command.md b/development/architecture/domain/references/tax/_partials/delete-tax-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/delete-tax-command.md rename to development/architecture/domain/references/tax/_partials/delete-tax-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/edit-tax-command.md b/development/architecture/domain/references/tax/_partials/edit-tax-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/edit-tax-command.md rename to development/architecture/domain/references/tax/_partials/edit-tax-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/get-tax-for-editing.md b/development/architecture/domain/references/tax/_partials/get-tax-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/get-tax-for-editing.md rename to development/architecture/domain/references/tax/_partials/get-tax-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/_partials/toggle-tax-status-command.md b/development/architecture/domain/references/tax/_partials/toggle-tax-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/_partials/toggle-tax-status-command.md rename to development/architecture/domain/references/tax/_partials/toggle-tax-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/tax/index.md b/development/architecture/domain/references/tax/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/tax/index.md rename to development/architecture/domain/references/tax/index.md diff --git a/src/content/1.7/development/architecture/domain/references/theme/_partials/adapt-theme-to-rtllanguages-command.md b/development/architecture/domain/references/theme/_partials/adapt-theme-to-rtllanguages-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/theme/_partials/adapt-theme-to-rtllanguages-command.md rename to development/architecture/domain/references/theme/_partials/adapt-theme-to-rtllanguages-command.md diff --git a/src/content/1.7/development/architecture/domain/references/theme/_partials/delete-theme-command.md b/development/architecture/domain/references/theme/_partials/delete-theme-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/theme/_partials/delete-theme-command.md rename to development/architecture/domain/references/theme/_partials/delete-theme-command.md diff --git a/src/content/1.7/development/architecture/domain/references/theme/_partials/enable-theme-command.md b/development/architecture/domain/references/theme/_partials/enable-theme-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/theme/_partials/enable-theme-command.md rename to development/architecture/domain/references/theme/_partials/enable-theme-command.md diff --git a/src/content/1.7/development/architecture/domain/references/theme/_partials/import-theme-command.md b/development/architecture/domain/references/theme/_partials/import-theme-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/theme/_partials/import-theme-command.md rename to development/architecture/domain/references/theme/_partials/import-theme-command.md diff --git a/src/content/1.7/development/architecture/domain/references/theme/_partials/reset-theme-layouts-command.md b/development/architecture/domain/references/theme/_partials/reset-theme-layouts-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/theme/_partials/reset-theme-layouts-command.md rename to development/architecture/domain/references/theme/_partials/reset-theme-layouts-command.md diff --git a/src/content/1.7/development/architecture/domain/references/theme/index.md b/development/architecture/domain/references/theme/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/theme/index.md rename to development/architecture/domain/references/theme/index.md diff --git a/src/content/1.7/development/architecture/domain/references/webservice/_partials/add-webservice-key-command.md b/development/architecture/domain/references/webservice/_partials/add-webservice-key-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/webservice/_partials/add-webservice-key-command.md rename to development/architecture/domain/references/webservice/_partials/add-webservice-key-command.md diff --git a/src/content/1.7/development/architecture/domain/references/webservice/_partials/edit-webservice-key-command.md b/development/architecture/domain/references/webservice/_partials/edit-webservice-key-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/webservice/_partials/edit-webservice-key-command.md rename to development/architecture/domain/references/webservice/_partials/edit-webservice-key-command.md diff --git a/src/content/1.7/development/architecture/domain/references/webservice/_partials/get-webservice-key-for-editing.md b/development/architecture/domain/references/webservice/_partials/get-webservice-key-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/webservice/_partials/get-webservice-key-for-editing.md rename to development/architecture/domain/references/webservice/_partials/get-webservice-key-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/webservice/index.md b/development/architecture/domain/references/webservice/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/webservice/index.md rename to development/architecture/domain/references/webservice/index.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/add-zone-command.md b/development/architecture/domain/references/zone/_partials/add-zone-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/add-zone-command.md rename to development/architecture/domain/references/zone/_partials/add-zone-command.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/bulk-delete-zone-command.md b/development/architecture/domain/references/zone/_partials/bulk-delete-zone-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/bulk-delete-zone-command.md rename to development/architecture/domain/references/zone/_partials/bulk-delete-zone-command.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/bulk-toggle-zone-status-command.md b/development/architecture/domain/references/zone/_partials/bulk-toggle-zone-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/bulk-toggle-zone-status-command.md rename to development/architecture/domain/references/zone/_partials/bulk-toggle-zone-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/delete-zone-command.md b/development/architecture/domain/references/zone/_partials/delete-zone-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/delete-zone-command.md rename to development/architecture/domain/references/zone/_partials/delete-zone-command.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/edit-zone-command.md b/development/architecture/domain/references/zone/_partials/edit-zone-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/edit-zone-command.md rename to development/architecture/domain/references/zone/_partials/edit-zone-command.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/get-zone-for-editing.md b/development/architecture/domain/references/zone/_partials/get-zone-for-editing.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/get-zone-for-editing.md rename to development/architecture/domain/references/zone/_partials/get-zone-for-editing.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/_partials/toggle-zone-status-command.md b/development/architecture/domain/references/zone/_partials/toggle-zone-status-command.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/_partials/toggle-zone-status-command.md rename to development/architecture/domain/references/zone/_partials/toggle-zone-status-command.md diff --git a/src/content/1.7/development/architecture/domain/references/zone/index.md b/development/architecture/domain/references/zone/index.md similarity index 100% rename from src/content/1.7/development/architecture/domain/references/zone/index.md rename to development/architecture/domain/references/zone/index.md diff --git a/src/content/1.7/development/architecture/domain/value_objects.md b/development/architecture/domain/value_objects.md similarity index 100% rename from src/content/1.7/development/architecture/domain/value_objects.md rename to development/architecture/domain/value_objects.md diff --git a/src/content/1.7/development/architecture/file-structure/_index.md b/development/architecture/file-structure/_index.md similarity index 100% rename from src/content/1.7/development/architecture/file-structure/_index.md rename to development/architecture/file-structure/_index.md diff --git a/src/content/1.7/development/architecture/file-structure/understanding-src-folder.md b/development/architecture/file-structure/understanding-src-folder.md similarity index 100% rename from src/content/1.7/development/architecture/file-structure/understanding-src-folder.md rename to development/architecture/file-structure/understanding-src-folder.md diff --git a/src/content/1.7/development/architecture/img/architecture-comprehensive-overview-current.png b/development/architecture/img/architecture-comprehensive-overview-current.png similarity index 100% rename from src/content/1.7/development/architecture/img/architecture-comprehensive-overview-current.png rename to development/architecture/img/architecture-comprehensive-overview-current.png diff --git a/src/content/1.7/development/architecture/img/architecture-overview-future.jpg b/development/architecture/img/architecture-overview-future.jpg similarity index 100% rename from src/content/1.7/development/architecture/img/architecture-overview-future.jpg rename to development/architecture/img/architecture-overview-future.jpg diff --git a/src/content/1.7/development/architecture/img/architecture-overview.png b/development/architecture/img/architecture-overview.png similarity index 100% rename from src/content/1.7/development/architecture/img/architecture-overview.png rename to development/architecture/img/architecture-overview.png diff --git a/src/content/1.7/development/architecture/img/controllers.png b/development/architecture/img/controllers.png similarity index 100% rename from src/content/1.7/development/architecture/img/controllers.png rename to development/architecture/img/controllers.png diff --git a/src/content/1.7/development/architecture/img/core-stack.png b/development/architecture/img/core-stack.png similarity index 100% rename from src/content/1.7/development/architecture/img/core-stack.png rename to development/architecture/img/core-stack.png diff --git a/src/content/1.7/development/architecture/introduction.md b/development/architecture/introduction.md similarity index 100% rename from src/content/1.7/development/architecture/introduction.md rename to development/architecture/introduction.md diff --git a/src/content/1.7/development/architecture/legacy/_index.md b/development/architecture/legacy/_index.md similarity index 100% rename from src/content/1.7/development/architecture/legacy/_index.md rename to development/architecture/legacy/_index.md diff --git a/src/content/1.7/development/architecture/legacy/img/legacy-controller-flow.png b/development/architecture/legacy/img/legacy-controller-flow.png similarity index 100% rename from src/content/1.7/development/architecture/legacy/img/legacy-controller-flow.png rename to development/architecture/legacy/img/legacy-controller-flow.png diff --git a/src/content/1.7/development/architecture/legacy/legacy-controllers.md b/development/architecture/legacy/legacy-controllers.md similarity index 100% rename from src/content/1.7/development/architecture/legacy/legacy-controllers.md rename to development/architecture/legacy/legacy-controllers.md diff --git a/src/content/1.7/development/architecture/migration-guide/_index.md b/development/architecture/migration-guide/_index.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/_index.md rename to development/architecture/migration-guide/_index.md diff --git a/src/content/1.7/development/architecture/migration-guide/clean-up.md b/development/architecture/migration-guide/clean-up.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/clean-up.md rename to development/architecture/migration-guide/clean-up.md diff --git a/src/content/1.7/development/architecture/migration-guide/controller-routing.md b/development/architecture/migration-guide/controller-routing.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/controller-routing.md rename to development/architecture/migration-guide/controller-routing.md diff --git a/src/content/1.7/development/architecture/migration-guide/forms/CQRS-usage-in-forms.md b/development/architecture/migration-guide/forms/CQRS-usage-in-forms.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/CQRS-usage-in-forms.md rename to development/architecture/migration-guide/forms/CQRS-usage-in-forms.md diff --git a/src/content/1.7/development/architecture/migration-guide/forms/CRUD-forms.md b/development/architecture/migration-guide/forms/CRUD-forms.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/CRUD-forms.md rename to development/architecture/migration-guide/forms/CRUD-forms.md diff --git a/src/content/1.7/development/architecture/migration-guide/forms/_index.md b/development/architecture/migration-guide/forms/_index.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/_index.md rename to development/architecture/migration-guide/forms/_index.md diff --git a/src/content/1.7/development/architecture/migration-guide/forms/img/contact-form-rendered.png b/development/architecture/migration-guide/forms/img/contact-form-rendered.png similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/img/contact-form-rendered.png rename to development/architecture/migration-guide/forms/img/contact-form-rendered.png diff --git a/src/content/1.7/development/architecture/migration-guide/forms/img/form-display.svg b/development/architecture/migration-guide/forms/img/form-display.svg similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/img/form-display.svg rename to development/architecture/migration-guide/forms/img/form-display.svg diff --git a/src/content/1.7/development/architecture/migration-guide/forms/img/form-submit.svg b/development/architecture/migration-guide/forms/img/form-submit.svg similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/img/form-submit.svg rename to development/architecture/migration-guide/forms/img/form-submit.svg diff --git a/src/content/1.7/development/architecture/migration-guide/forms/img/identifiable-object-schema-with-cqrs-domain-tier.png b/development/architecture/migration-guide/forms/img/identifiable-object-schema-with-cqrs-domain-tier.png similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/img/identifiable-object-schema-with-cqrs-domain-tier.png rename to development/architecture/migration-guide/forms/img/identifiable-object-schema-with-cqrs-domain-tier.png diff --git a/src/content/1.7/development/architecture/migration-guide/forms/settings-forms.md b/development/architecture/migration-guide/forms/settings-forms.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/forms/settings-forms.md rename to development/architecture/migration-guide/forms/settings-forms.md diff --git a/src/content/1.7/development/architecture/migration-guide/grid-crud-page.md b/development/architecture/migration-guide/grid-crud-page.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/grid-crud-page.md rename to development/architecture/migration-guide/grid-crud-page.md diff --git a/src/content/1.7/development/architecture/migration-guide/hooks.md b/development/architecture/migration-guide/hooks.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/hooks.md rename to development/architecture/migration-guide/hooks.md diff --git a/src/content/1.7/development/architecture/migration-guide/img/legacy-rendered-form.png b/development/architecture/migration-guide/img/legacy-rendered-form.png similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/img/legacy-rendered-form.png rename to development/architecture/migration-guide/img/legacy-rendered-form.png diff --git a/src/content/1.7/development/architecture/migration-guide/img/logs-page-after.png b/development/architecture/migration-guide/img/logs-page-after.png similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/img/logs-page-after.png rename to development/architecture/migration-guide/img/logs-page-after.png diff --git a/src/content/1.7/development/architecture/migration-guide/img/logs-page-before.png b/development/architecture/migration-guide/img/logs-page-before.png similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/img/logs-page-before.png rename to development/architecture/migration-guide/img/logs-page-before.png diff --git a/src/content/1.7/development/architecture/migration-guide/strategy.md b/development/architecture/migration-guide/strategy.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/strategy.md rename to development/architecture/migration-guide/strategy.md diff --git a/src/content/1.7/development/architecture/migration-guide/templating-with-twig.md b/development/architecture/migration-guide/templating-with-twig.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/templating-with-twig.md rename to development/architecture/migration-guide/templating-with-twig.md diff --git a/src/content/1.7/development/architecture/migration-guide/testing/_index.md b/development/architecture/migration-guide/testing/_index.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/testing/_index.md rename to development/architecture/migration-guide/testing/_index.md diff --git a/src/content/1.7/development/architecture/migration-guide/testing/behat.md b/development/architecture/migration-guide/testing/behat.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/testing/behat.md rename to development/architecture/migration-guide/testing/behat.md diff --git a/src/content/1.7/development/architecture/migration-guide/testing/unit.md b/development/architecture/migration-guide/testing/unit.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/testing/unit.md rename to development/architecture/migration-guide/testing/unit.md diff --git a/src/content/1.7/development/architecture/migration-guide/validation.md b/development/architecture/migration-guide/validation.md similarity index 100% rename from src/content/1.7/development/architecture/migration-guide/validation.md rename to development/architecture/migration-guide/validation.md diff --git a/src/content/1.7/development/architecture/modern/_index.md b/development/architecture/modern/_index.md similarity index 100% rename from src/content/1.7/development/architecture/modern/_index.md rename to development/architecture/modern/_index.md diff --git a/src/content/1.7/development/architecture/modern/controller-routing.md b/development/architecture/modern/controller-routing.md similarity index 100% rename from src/content/1.7/development/architecture/modern/controller-routing.md rename to development/architecture/modern/controller-routing.md diff --git a/src/content/1.7/development/coding-standards/_index.md b/development/coding-standards/_index.md similarity index 100% rename from src/content/1.7/development/coding-standards/_index.md rename to development/coding-standards/_index.md diff --git a/src/content/1.7/development/compile-assets.md b/development/compile-assets.md similarity index 100% rename from src/content/1.7/development/compile-assets.md rename to development/compile-assets.md diff --git a/src/content/1.7/development/components/_index.md b/development/components/_index.md similarity index 100% rename from src/content/1.7/development/components/_index.md rename to development/components/_index.md diff --git a/src/content/1.7/development/components/back-office-help-sidebar.md b/development/components/back-office-help-sidebar.md similarity index 100% rename from src/content/1.7/development/components/back-office-help-sidebar.md rename to development/components/back-office-help-sidebar.md diff --git a/src/content/1.7/development/components/configuration/_index.md b/development/components/configuration/_index.md similarity index 100% rename from src/content/1.7/development/components/configuration/_index.md rename to development/components/configuration/_index.md diff --git a/src/content/1.7/development/components/configuration/backward-compatibility.md b/development/components/configuration/backward-compatibility.md similarity index 100% rename from src/content/1.7/development/components/configuration/backward-compatibility.md rename to development/components/configuration/backward-compatibility.md diff --git a/src/content/1.7/development/components/console/_index.md b/development/components/console/_index.md similarity index 100% rename from src/content/1.7/development/components/console/_index.md rename to development/components/console/_index.md diff --git a/src/content/1.7/development/components/console/context-helper.md b/development/components/console/context-helper.md similarity index 100% rename from src/content/1.7/development/components/console/context-helper.md rename to development/components/console/context-helper.md diff --git a/src/content/1.7/development/components/console/prestashop-licenses-update.md b/development/components/console/prestashop-licenses-update.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-licenses-update.md rename to development/components/console/prestashop-licenses-update.md diff --git a/src/content/1.7/development/components/console/prestashop-linter-legacy-link.md b/development/components/console/prestashop-linter-legacy-link.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-linter-legacy-link.md rename to development/components/console/prestashop-linter-legacy-link.md diff --git a/src/content/1.7/development/components/console/prestashop-linter-naming-convention.md b/development/components/console/prestashop-linter-naming-convention.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-linter-naming-convention.md rename to development/components/console/prestashop-linter-naming-convention.md diff --git a/src/content/1.7/development/components/console/prestashop-linter-security-annotation.md b/development/components/console/prestashop-linter-security-annotation.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-linter-security-annotation.md rename to development/components/console/prestashop-linter-security-annotation.md diff --git a/src/content/1.7/development/components/console/prestashop-list-commands-and-queries.md b/development/components/console/prestashop-list-commands-and-queries.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-list-commands-and-queries.md rename to development/components/console/prestashop-list-commands-and-queries.md diff --git a/src/content/1.7/development/components/console/prestashop-mail-generate.md b/development/components/console/prestashop-mail-generate.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-mail-generate.md rename to development/components/console/prestashop-mail-generate.md diff --git a/src/content/1.7/development/components/console/prestashop-module.md b/development/components/console/prestashop-module.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-module.md rename to development/components/console/prestashop-module.md diff --git a/src/content/1.7/development/components/console/prestashop-schema-update-without-foreign.md b/development/components/console/prestashop-schema-update-without-foreign.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-schema-update-without-foreign.md rename to development/components/console/prestashop-schema-update-without-foreign.md diff --git a/src/content/1.7/development/components/console/prestashop-taxes-update-eu-tax-rule-groups.md b/development/components/console/prestashop-taxes-update-eu-tax-rule-groups.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-taxes-update-eu-tax-rule-groups.md rename to development/components/console/prestashop-taxes-update-eu-tax-rule-groups.md diff --git a/src/content/1.7/development/components/console/prestashop-theme-enable.md b/development/components/console/prestashop-theme-enable.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-theme-enable.md rename to development/components/console/prestashop-theme-enable.md diff --git a/src/content/1.7/development/components/console/prestashop-theme-export.md b/development/components/console/prestashop-theme-export.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-theme-export.md rename to development/components/console/prestashop-theme-export.md diff --git a/src/content/1.7/development/components/console/prestashop-translation-find-duplicates.md b/development/components/console/prestashop-translation-find-duplicates.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-translation-find-duplicates.md rename to development/components/console/prestashop-translation-find-duplicates.md diff --git a/src/content/1.7/development/components/console/prestashop-update-configuration-file-hooks-listing.md b/development/components/console/prestashop-update-configuration-file-hooks-listing.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-update-configuration-file-hooks-listing.md rename to development/components/console/prestashop-update-configuration-file-hooks-listing.md diff --git a/src/content/1.7/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md b/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md similarity index 100% rename from src/content/1.7/development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md rename to development/components/console/prestashop-update-sql-upgrade-file-hooks-listing.md diff --git a/src/content/1.7/development/components/context.md b/development/components/context.md similarity index 100% rename from src/content/1.7/development/components/context.md rename to development/components/context.md diff --git a/src/content/1.7/development/components/database/_index.md b/development/components/database/_index.md similarity index 100% rename from src/content/1.7/development/components/database/_index.md rename to development/components/database/_index.md diff --git a/src/content/1.7/development/components/database/db.md b/development/components/database/db.md similarity index 100% rename from src/content/1.7/development/components/database/db.md rename to development/components/database/db.md diff --git a/src/content/1.7/development/components/database/dbquery.md b/development/components/database/dbquery.md similarity index 100% rename from src/content/1.7/development/components/database/dbquery.md rename to development/components/database/dbquery.md diff --git a/src/content/1.7/development/components/database/objectmodel.md b/development/components/database/objectmodel.md similarity index 100% rename from src/content/1.7/development/components/database/objectmodel.md rename to development/components/database/objectmodel.md diff --git a/src/content/1.7/development/components/faceted-search.md b/development/components/faceted-search.md similarity index 100% rename from src/content/1.7/development/components/faceted-search.md rename to development/components/faceted-search.md diff --git a/src/content/1.7/development/components/form/_index.md b/development/components/form/_index.md similarity index 100% rename from src/content/1.7/development/components/form/_index.md rename to development/components/form/_index.md diff --git a/src/content/1.7/development/components/form/types-reference/_index.md b/development/components/form/types-reference/_index.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/_index.md rename to development/components/form/types-reference/_index.md diff --git a/src/content/1.7/development/components/form/types-reference/category-choice-tree.md b/development/components/form/types-reference/category-choice-tree.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/category-choice-tree.md rename to development/components/form/types-reference/category-choice-tree.md diff --git a/src/content/1.7/development/components/form/types-reference/change-password.md b/development/components/form/types-reference/change-password.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/change-password.md rename to development/components/form/types-reference/change-password.md diff --git a/src/content/1.7/development/components/form/types-reference/country-choice.md b/development/components/form/types-reference/country-choice.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/country-choice.md rename to development/components/form/types-reference/country-choice.md diff --git a/src/content/1.7/development/components/form/types-reference/date-picker.md b/development/components/form/types-reference/date-picker.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/date-picker.md rename to development/components/form/types-reference/date-picker.md diff --git a/src/content/1.7/development/components/form/types-reference/date-range.md b/development/components/form/types-reference/date-range.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/date-range.md rename to development/components/form/types-reference/date-range.md diff --git a/src/content/1.7/development/components/form/types-reference/formatted-textarea.md b/development/components/form/types-reference/formatted-textarea.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/formatted-textarea.md rename to development/components/form/types-reference/formatted-textarea.md diff --git a/src/content/1.7/development/components/form/types-reference/generatable-text.md b/development/components/form/types-reference/generatable-text.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/generatable-text.md rename to development/components/form/types-reference/generatable-text.md diff --git a/src/content/1.7/development/components/form/types-reference/img/category_choice_tree.png b/development/components/form/types-reference/img/category_choice_tree.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/category_choice_tree.png rename to development/components/form/types-reference/img/category_choice_tree.png diff --git a/src/content/1.7/development/components/form/types-reference/img/change_password_closed.png b/development/components/form/types-reference/img/change_password_closed.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/change_password_closed.png rename to development/components/form/types-reference/img/change_password_closed.png diff --git a/src/content/1.7/development/components/form/types-reference/img/change_password_opened.png b/development/components/form/types-reference/img/change_password_opened.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/change_password_opened.png rename to development/components/form/types-reference/img/change_password_opened.png diff --git a/src/content/1.7/development/components/form/types-reference/img/country_choice.png b/development/components/form/types-reference/img/country_choice.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/country_choice.png rename to development/components/form/types-reference/img/country_choice.png diff --git a/src/content/1.7/development/components/form/types-reference/img/date-range.png b/development/components/form/types-reference/img/date-range.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/date-range.png rename to development/components/form/types-reference/img/date-range.png diff --git a/src/content/1.7/development/components/form/types-reference/img/date_picker.png b/development/components/form/types-reference/img/date_picker.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/date_picker.png rename to development/components/form/types-reference/img/date_picker.png diff --git a/src/content/1.7/development/components/form/types-reference/img/formatted_textarea.png b/development/components/form/types-reference/img/formatted_textarea.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/formatted_textarea.png rename to development/components/form/types-reference/img/formatted_textarea.png diff --git a/src/content/1.7/development/components/form/types-reference/img/generatable_text.png b/development/components/form/types-reference/img/generatable_text.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/generatable_text.png rename to development/components/form/types-reference/img/generatable_text.png diff --git a/src/content/1.7/development/components/form/types-reference/img/ip_address.png b/development/components/form/types-reference/img/ip_address.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/ip_address.png rename to development/components/form/types-reference/img/ip_address.png diff --git a/src/content/1.7/development/components/form/types-reference/img/material_choice_table.png b/development/components/form/types-reference/img/material_choice_table.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/material_choice_table.png rename to development/components/form/types-reference/img/material_choice_table.png diff --git a/src/content/1.7/development/components/form/types-reference/img/material_choice_tree.png b/development/components/form/types-reference/img/material_choice_tree.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/material_choice_tree.png rename to development/components/form/types-reference/img/material_choice_tree.png diff --git a/src/content/1.7/development/components/form/types-reference/img/material_multiple_choice_table.png b/development/components/form/types-reference/img/material_multiple_choice_table.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/material_multiple_choice_table.png rename to development/components/form/types-reference/img/material_multiple_choice_table.png diff --git a/src/content/1.7/development/components/form/types-reference/img/min_max_inputs.png b/development/components/form/types-reference/img/min_max_inputs.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/min_max_inputs.png rename to development/components/form/types-reference/img/min_max_inputs.png diff --git a/src/content/1.7/development/components/form/types-reference/img/money_with_suffix.png b/development/components/form/types-reference/img/money_with_suffix.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/money_with_suffix.png rename to development/components/form/types-reference/img/money_with_suffix.png diff --git a/src/content/1.7/development/components/form/types-reference/img/shop_choice_tree.png b/development/components/form/types-reference/img/shop_choice_tree.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/shop_choice_tree.png rename to development/components/form/types-reference/img/shop_choice_tree.png diff --git a/src/content/1.7/development/components/form/types-reference/img/switch.png b/development/components/form/types-reference/img/switch.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/switch.png rename to development/components/form/types-reference/img/switch.png diff --git a/src/content/1.7/development/components/form/types-reference/img/text_with_length_counter.png b/development/components/form/types-reference/img/text_with_length_counter.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/text_with_length_counter.png rename to development/components/form/types-reference/img/text_with_length_counter.png diff --git a/src/content/1.7/development/components/form/types-reference/img/text_with_unit.png b/development/components/form/types-reference/img/text_with_unit.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/text_with_unit.png rename to development/components/form/types-reference/img/text_with_unit.png diff --git a/src/content/1.7/development/components/form/types-reference/img/translatable.png b/development/components/form/types-reference/img/translatable.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/translatable.png rename to development/components/form/types-reference/img/translatable.png diff --git a/src/content/1.7/development/components/form/types-reference/img/yes_and_no_choice.png b/development/components/form/types-reference/img/yes_and_no_choice.png similarity index 100% rename from src/content/1.7/development/components/form/types-reference/img/yes_and_no_choice.png rename to development/components/form/types-reference/img/yes_and_no_choice.png diff --git a/src/content/1.7/development/components/form/types-reference/integer-min-max-filter.md b/development/components/form/types-reference/integer-min-max-filter.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/integer-min-max-filter.md rename to development/components/form/types-reference/integer-min-max-filter.md diff --git a/src/content/1.7/development/components/form/types-reference/ip-address.md b/development/components/form/types-reference/ip-address.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/ip-address.md rename to development/components/form/types-reference/ip-address.md diff --git a/src/content/1.7/development/components/form/types-reference/material-choice-table.md b/development/components/form/types-reference/material-choice-table.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/material-choice-table.md rename to development/components/form/types-reference/material-choice-table.md diff --git a/src/content/1.7/development/components/form/types-reference/material-choice-tree.md b/development/components/form/types-reference/material-choice-tree.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/material-choice-tree.md rename to development/components/form/types-reference/material-choice-tree.md diff --git a/src/content/1.7/development/components/form/types-reference/material-multiple-choice-table.md b/development/components/form/types-reference/material-multiple-choice-table.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/material-multiple-choice-table.md rename to development/components/form/types-reference/material-multiple-choice-table.md diff --git a/src/content/1.7/development/components/form/types-reference/money-with-suffix.md b/development/components/form/types-reference/money-with-suffix.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/money-with-suffix.md rename to development/components/form/types-reference/money-with-suffix.md diff --git a/src/content/1.7/development/components/form/types-reference/number-min-max-filter.md b/development/components/form/types-reference/number-min-max-filter.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/number-min-max-filter.md rename to development/components/form/types-reference/number-min-max-filter.md diff --git a/src/content/1.7/development/components/form/types-reference/shop-choice-tree.md b/development/components/form/types-reference/shop-choice-tree.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/shop-choice-tree.md rename to development/components/form/types-reference/shop-choice-tree.md diff --git a/src/content/1.7/development/components/form/types-reference/switch.md b/development/components/form/types-reference/switch.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/switch.md rename to development/components/form/types-reference/switch.md diff --git a/src/content/1.7/development/components/form/types-reference/text-with-length-counter.md b/development/components/form/types-reference/text-with-length-counter.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/text-with-length-counter.md rename to development/components/form/types-reference/text-with-length-counter.md diff --git a/src/content/1.7/development/components/form/types-reference/text-with-unit.md b/development/components/form/types-reference/text-with-unit.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/text-with-unit.md rename to development/components/form/types-reference/text-with-unit.md diff --git a/src/content/1.7/development/components/form/types-reference/translatable.md b/development/components/form/types-reference/translatable.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/translatable.md rename to development/components/form/types-reference/translatable.md diff --git a/src/content/1.7/development/components/form/types-reference/yes-and-no-choice.md b/development/components/form/types-reference/yes-and-no-choice.md similarity index 100% rename from src/content/1.7/development/components/form/types-reference/yes-and-no-choice.md rename to development/components/form/types-reference/yes-and-no-choice.md diff --git a/src/content/1.7/development/components/global-components.md b/development/components/global-components.md similarity index 100% rename from src/content/1.7/development/components/global-components.md rename to development/components/global-components.md diff --git a/src/content/1.7/development/components/grid/_index.md b/development/components/grid/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/_index.md rename to development/components/grid/_index.md diff --git a/src/content/1.7/development/components/grid/actions-reference/_index.md b/development/components/grid/actions-reference/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/actions-reference/_index.md rename to development/components/grid/actions-reference/_index.md diff --git a/src/content/1.7/development/components/grid/bulk-actions-reference/_index.md b/development/components/grid/bulk-actions-reference/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/bulk-actions-reference/_index.md rename to development/components/grid/bulk-actions-reference/_index.md diff --git a/src/content/1.7/development/components/grid/columns-reference/_index.md b/development/components/grid/columns-reference/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/_index.md rename to development/components/grid/columns-reference/_index.md diff --git a/src/content/1.7/development/components/grid/columns-reference/action.md b/development/components/grid/columns-reference/action.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/action.md rename to development/components/grid/columns-reference/action.md diff --git a/src/content/1.7/development/components/grid/columns-reference/badge.md b/development/components/grid/columns-reference/badge.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/badge.md rename to development/components/grid/columns-reference/badge.md diff --git a/src/content/1.7/development/components/grid/columns-reference/bulk-action.md b/development/components/grid/columns-reference/bulk-action.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/bulk-action.md rename to development/components/grid/columns-reference/bulk-action.md diff --git a/src/content/1.7/development/components/grid/columns-reference/data.md b/development/components/grid/columns-reference/data.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/data.md rename to development/components/grid/columns-reference/data.md diff --git a/src/content/1.7/development/components/grid/columns-reference/datetime.md b/development/components/grid/columns-reference/datetime.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/datetime.md rename to development/components/grid/columns-reference/datetime.md diff --git a/src/content/1.7/development/components/grid/columns-reference/employee-name-with-avatar.md b/development/components/grid/columns-reference/employee-name-with-avatar.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/employee-name-with-avatar.md rename to development/components/grid/columns-reference/employee-name-with-avatar.md diff --git a/src/content/1.7/development/components/grid/columns-reference/html.md b/development/components/grid/columns-reference/html.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/html.md rename to development/components/grid/columns-reference/html.md diff --git a/src/content/1.7/development/components/grid/columns-reference/image.md b/development/components/grid/columns-reference/image.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/image.md rename to development/components/grid/columns-reference/image.md diff --git a/src/content/1.7/development/components/grid/columns-reference/img/employee-name.png b/development/components/grid/columns-reference/img/employee-name.png similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/img/employee-name.png rename to development/components/grid/columns-reference/img/employee-name.png diff --git a/src/content/1.7/development/components/grid/columns-reference/link.md b/development/components/grid/columns-reference/link.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/link.md rename to development/components/grid/columns-reference/link.md diff --git a/src/content/1.7/development/components/grid/columns-reference/position.md b/development/components/grid/columns-reference/position.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/position.md rename to development/components/grid/columns-reference/position.md diff --git a/src/content/1.7/development/components/grid/columns-reference/severity-level.md b/development/components/grid/columns-reference/severity-level.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/severity-level.md rename to development/components/grid/columns-reference/severity-level.md diff --git a/src/content/1.7/development/components/grid/columns-reference/toggle.md b/development/components/grid/columns-reference/toggle.md similarity index 100% rename from src/content/1.7/development/components/grid/columns-reference/toggle.md rename to development/components/grid/columns-reference/toggle.md diff --git a/src/content/1.7/development/components/grid/filter-types-reference/_index.md b/development/components/grid/filter-types-reference/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/filter-types-reference/_index.md rename to development/components/grid/filter-types-reference/_index.md diff --git a/src/content/1.7/development/components/grid/img/empty_grid.png b/development/components/grid/img/empty_grid.png similarity index 100% rename from src/content/1.7/development/components/grid/img/empty_grid.png rename to development/components/grid/img/empty_grid.png diff --git a/src/content/1.7/development/components/grid/img/empty_state.png b/development/components/grid/img/empty_state.png similarity index 100% rename from src/content/1.7/development/components/grid/img/empty_state.png rename to development/components/grid/img/empty_state.png diff --git a/src/content/1.7/development/components/grid/img/logs_grid.png b/development/components/grid/img/logs_grid.png similarity index 100% rename from src/content/1.7/development/components/grid/img/logs_grid.png rename to development/components/grid/img/logs_grid.png diff --git a/src/content/1.7/development/components/grid/img/taxes_grid.png b/development/components/grid/img/taxes_grid.png similarity index 100% rename from src/content/1.7/development/components/grid/img/taxes_grid.png rename to development/components/grid/img/taxes_grid.png diff --git a/src/content/1.7/development/components/grid/tutorials/_index.md b/development/components/grid/tutorials/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/_index.md rename to development/components/grid/tutorials/_index.md diff --git a/src/content/1.7/development/components/grid/tutorials/create-custom-column-type.md b/development/components/grid/tutorials/create-custom-column-type.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/create-custom-column-type.md rename to development/components/grid/tutorials/create-custom-column-type.md diff --git a/src/content/1.7/development/components/grid/tutorials/create-custom-grid-action.md b/development/components/grid/tutorials/create-custom-grid-action.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/create-custom-grid-action.md rename to development/components/grid/tutorials/create-custom-grid-action.md diff --git a/src/content/1.7/development/components/grid/tutorials/create-empty-state.md b/development/components/grid/tutorials/create-empty-state.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/create-empty-state.md rename to development/components/grid/tutorials/create-empty-state.md diff --git a/src/content/1.7/development/components/grid/tutorials/customize-templates.md b/development/components/grid/tutorials/customize-templates.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/customize-templates.md rename to development/components/grid/tutorials/customize-templates.md diff --git a/src/content/1.7/development/components/grid/tutorials/extend-grid-with-javascript.md b/development/components/grid/tutorials/extend-grid-with-javascript.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/extend-grid-with-javascript.md rename to development/components/grid/tutorials/extend-grid-with-javascript.md diff --git a/src/content/1.7/development/components/grid/tutorials/modify-grid-in-module.md b/development/components/grid/tutorials/modify-grid-in-module.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/modify-grid-in-module.md rename to development/components/grid/tutorials/modify-grid-in-module.md diff --git a/src/content/1.7/development/components/grid/tutorials/work-with-bulk-actions.md b/development/components/grid/tutorials/work-with-bulk-actions.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/work-with-bulk-actions.md rename to development/components/grid/tutorials/work-with-bulk-actions.md diff --git a/src/content/1.7/development/components/grid/tutorials/work-with-grid-actions.md b/development/components/grid/tutorials/work-with-grid-actions.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/work-with-grid-actions.md rename to development/components/grid/tutorials/work-with-grid-actions.md diff --git a/src/content/1.7/development/components/grid/tutorials/work-with-row-actions.md b/development/components/grid/tutorials/work-with-row-actions.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/work-with-row-actions.md rename to development/components/grid/tutorials/work-with-row-actions.md diff --git a/src/content/1.7/development/components/grid/tutorials/work-with-search-form/_index.md b/development/components/grid/tutorials/work-with-search-form/_index.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/work-with-search-form/_index.md rename to development/components/grid/tutorials/work-with-search-form/_index.md diff --git a/src/content/1.7/development/components/grid/tutorials/work-with-search-form/custom-form-factory.md b/development/components/grid/tutorials/work-with-search-form/custom-form-factory.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/work-with-search-form/custom-form-factory.md rename to development/components/grid/tutorials/work-with-search-form/custom-form-factory.md diff --git a/src/content/1.7/development/components/grid/tutorials/work-with-search-form/in-1-7-5.md b/development/components/grid/tutorials/work-with-search-form/in-1-7-5.md similarity index 100% rename from src/content/1.7/development/components/grid/tutorials/work-with-search-form/in-1-7-5.md rename to development/components/grid/tutorials/work-with-search-form/in-1-7-5.md diff --git a/src/content/1.7/development/components/helpers/_index.md b/development/components/helpers/_index.md similarity index 100% rename from src/content/1.7/development/components/helpers/_index.md rename to development/components/helpers/_index.md diff --git a/src/content/1.7/development/components/helpers/helperform.md b/development/components/helpers/helperform.md similarity index 100% rename from src/content/1.7/development/components/helpers/helperform.md rename to development/components/helpers/helperform.md diff --git a/src/content/1.7/development/components/helpers/helperlist.md b/development/components/helpers/helperlist.md similarity index 100% rename from src/content/1.7/development/components/helpers/helperlist.md rename to development/components/helpers/helperlist.md diff --git a/src/content/1.7/development/components/helpers/helperoptions.md b/development/components/helpers/helperoptions.md similarity index 100% rename from src/content/1.7/development/components/helpers/helperoptions.md rename to development/components/helpers/helperoptions.md diff --git a/src/content/1.7/development/components/helpers/img/helperlist-sample01.png b/development/components/helpers/img/helperlist-sample01.png similarity index 100% rename from src/content/1.7/development/components/helpers/img/helperlist-sample01.png rename to development/components/helpers/img/helperlist-sample01.png diff --git a/src/content/1.7/development/components/helpers/img/helperlist-sample02-sort.png b/development/components/helpers/img/helperlist-sample02-sort.png similarity index 100% rename from src/content/1.7/development/components/helpers/img/helperlist-sample02-sort.png rename to development/components/helpers/img/helperlist-sample02-sort.png diff --git a/src/content/1.7/development/components/hook/_index.md b/development/components/hook/_index.md similarity index 100% rename from src/content/1.7/development/components/hook/_index.md rename to development/components/hook/_index.md diff --git a/src/content/1.7/development/components/hook/register-new-hook.md b/development/components/hook/register-new-hook.md similarity index 100% rename from src/content/1.7/development/components/hook/register-new-hook.md rename to development/components/hook/register-new-hook.md diff --git a/src/content/1.7/development/components/hook/symfony-bridge.md b/development/components/hook/symfony-bridge.md similarity index 100% rename from src/content/1.7/development/components/hook/symfony-bridge.md rename to development/components/hook/symfony-bridge.md diff --git a/src/content/1.7/development/components/img/configuration_sql_structure.png b/development/components/img/configuration_sql_structure.png similarity index 100% rename from src/content/1.7/development/components/img/configuration_sql_structure.png rename to development/components/img/configuration_sql_structure.png diff --git a/src/content/1.7/development/components/img/grid_workflow.svg b/development/components/img/grid_workflow.svg similarity index 100% rename from src/content/1.7/development/components/img/grid_workflow.svg rename to development/components/img/grid_workflow.svg diff --git a/src/content/1.7/development/components/img/grid_workflow_hooks.svg b/development/components/img/grid_workflow_hooks.svg similarity index 100% rename from src/content/1.7/development/components/img/grid_workflow_hooks.svg rename to development/components/img/grid_workflow_hooks.svg diff --git a/src/content/1.7/development/components/import/_index.md b/development/components/import/_index.md similarity index 100% rename from src/content/1.7/development/components/import/_index.md rename to development/components/import/_index.md diff --git a/src/content/1.7/development/components/import/img/import_match_configuration.png b/development/components/import/img/import_match_configuration.png similarity index 100% rename from src/content/1.7/development/components/import/img/import_match_configuration.png rename to development/components/import/img/import_match_configuration.png diff --git a/src/content/1.7/development/components/import/img/import_modal.png b/development/components/import/img/import_modal.png similarity index 100% rename from src/content/1.7/development/components/import/img/import_modal.png rename to development/components/import/img/import_modal.png diff --git a/src/content/1.7/development/components/import/img/import_step_1.png b/development/components/import/img/import_step_1.png similarity index 100% rename from src/content/1.7/development/components/import/img/import_step_1.png rename to development/components/import/img/import_step_1.png diff --git a/src/content/1.7/development/components/import/img/import_step_2.png b/development/components/import/img/import_step_2.png similarity index 100% rename from src/content/1.7/development/components/import/img/import_step_2.png rename to development/components/import/img/import_step_2.png diff --git a/src/content/1.7/development/components/import/img/import_step_2_pagination.png b/development/components/import/img/import_step_2_pagination.png similarity index 100% rename from src/content/1.7/development/components/import/img/import_step_2_pagination.png rename to development/components/import/img/import_step_2_pagination.png diff --git a/src/content/1.7/development/components/import/img/import_step_2_validation.png b/development/components/import/img/import_step_2_validation.png similarity index 100% rename from src/content/1.7/development/components/import/img/import_step_2_validation.png rename to development/components/import/img/import_step_2_validation.png diff --git a/src/content/1.7/development/components/mail-templates/_index.md b/development/components/mail-templates/_index.md similarity index 100% rename from src/content/1.7/development/components/mail-templates/_index.md rename to development/components/mail-templates/_index.md diff --git a/src/content/1.7/development/components/mail-templates/img/email_generation_workflow.svg b/development/components/mail-templates/img/email_generation_workflow.svg similarity index 100% rename from src/content/1.7/development/components/mail-templates/img/email_generation_workflow.svg rename to development/components/mail-templates/img/email_generation_workflow.svg diff --git a/src/content/1.7/development/components/mail-templates/img/mordern_custom_template.png b/development/components/mail-templates/img/mordern_custom_template.png similarity index 100% rename from src/content/1.7/development/components/mail-templates/img/mordern_custom_template.png rename to development/components/mail-templates/img/mordern_custom_template.png diff --git a/src/content/1.7/development/components/mail-templates/img/overwrite_templates.png b/development/components/mail-templates/img/overwrite_templates.png similarity index 100% rename from src/content/1.7/development/components/mail-templates/img/overwrite_templates.png rename to development/components/mail-templates/img/overwrite_templates.png diff --git a/src/content/1.7/development/components/mail-templates/img/select_shop_theme.png b/development/components/mail-templates/img/select_shop_theme.png similarity index 100% rename from src/content/1.7/development/components/mail-templates/img/select_shop_theme.png rename to development/components/mail-templates/img/select_shop_theme.png diff --git a/src/content/1.7/development/components/position-updater/_index.md b/development/components/position-updater/_index.md similarity index 100% rename from src/content/1.7/development/components/position-updater/_index.md rename to development/components/position-updater/_index.md diff --git a/src/content/1.7/development/components/router-dispatcher.md b/development/components/router-dispatcher.md similarity index 100% rename from src/content/1.7/development/components/router-dispatcher.md rename to development/components/router-dispatcher.md diff --git a/src/content/1.7/development/components/smarty-extensions/_index.md b/development/components/smarty-extensions/_index.md similarity index 100% rename from src/content/1.7/development/components/smarty-extensions/_index.md rename to development/components/smarty-extensions/_index.md diff --git a/src/content/1.7/development/components/tinymce.md b/development/components/tinymce.md similarity index 100% rename from src/content/1.7/development/components/tinymce.md rename to development/components/tinymce.md diff --git a/src/content/1.7/development/components/users.md b/development/components/users.md similarity index 100% rename from src/content/1.7/development/components/users.md rename to development/components/users.md diff --git a/src/content/1.7/development/database/_index.md b/development/database/_index.md similarity index 100% rename from src/content/1.7/development/database/_index.md rename to development/database/_index.md diff --git a/src/content/1.7/development/database/structure.md b/development/database/structure.md similarity index 100% rename from src/content/1.7/development/database/structure.md rename to development/database/structure.md diff --git a/src/content/1.7/development/img/multistore-dropdown.png b/development/img/multistore-dropdown.png similarity index 100% rename from src/content/1.7/development/img/multistore-dropdown.png rename to development/img/multistore-dropdown.png diff --git a/src/content/1.7/development/img/multistore-field-dropdown.png b/development/img/multistore-field-dropdown.png similarity index 100% rename from src/content/1.7/development/img/multistore-field-dropdown.png rename to development/img/multistore-field-dropdown.png diff --git a/src/content/1.7/development/img/object-model-lifecycle.png b/development/img/object-model-lifecycle.png similarity index 100% rename from src/content/1.7/development/img/object-model-lifecycle.png rename to development/img/object-model-lifecycle.png diff --git a/src/content/1.7/development/internationalization/_index.md b/development/internationalization/_index.md similarity index 100% rename from src/content/1.7/development/internationalization/_index.md rename to development/internationalization/_index.md diff --git a/src/content/1.7/development/internationalization/img/rtl-edit-language.png b/development/internationalization/img/rtl-edit-language.png similarity index 100% rename from src/content/1.7/development/internationalization/img/rtl-edit-language.png rename to development/internationalization/img/rtl-edit-language.png diff --git a/src/content/1.7/development/internationalization/localization-packs.md b/development/internationalization/localization-packs.md similarity index 100% rename from src/content/1.7/development/internationalization/localization-packs.md rename to development/internationalization/localization-packs.md diff --git a/src/content/1.7/development/internationalization/rtl.md b/development/internationalization/rtl.md similarity index 100% rename from src/content/1.7/development/internationalization/rtl.md rename to development/internationalization/rtl.md diff --git a/src/content/1.7/development/internationalization/translation/_index.md b/development/internationalization/translation/_index.md similarity index 100% rename from src/content/1.7/development/internationalization/translation/_index.md rename to development/internationalization/translation/_index.md diff --git a/src/content/1.7/development/internationalization/translation/img/domains-modules.png b/development/internationalization/translation/img/domains-modules.png similarity index 100% rename from src/content/1.7/development/internationalization/translation/img/domains-modules.png rename to development/internationalization/translation/img/domains-modules.png diff --git a/src/content/1.7/development/internationalization/translation/img/translation-concept.png b/development/internationalization/translation/img/translation-concept.png similarity index 100% rename from src/content/1.7/development/internationalization/translation/img/translation-concept.png rename to development/internationalization/translation/img/translation-concept.png diff --git a/src/content/1.7/development/internationalization/translation/img/translation-flow.png b/development/internationalization/translation/img/translation-flow.png similarity index 100% rename from src/content/1.7/development/internationalization/translation/img/translation-flow.png rename to development/internationalization/translation/img/translation-flow.png diff --git a/src/content/1.7/development/internationalization/translation/introduction.md b/development/internationalization/translation/introduction.md similarity index 100% rename from src/content/1.7/development/internationalization/translation/introduction.md rename to development/internationalization/translation/introduction.md diff --git a/src/content/1.7/development/internationalization/translation/native-module-translation.md b/development/internationalization/translation/native-module-translation.md similarity index 100% rename from src/content/1.7/development/internationalization/translation/native-module-translation.md rename to development/internationalization/translation/native-module-translation.md diff --git a/src/content/1.7/development/internationalization/translation/translation-domains.md b/development/internationalization/translation/translation-domains.md similarity index 100% rename from src/content/1.7/development/internationalization/translation/translation-domains.md rename to development/internationalization/translation/translation-domains.md diff --git a/src/content/1.7/development/internationalization/translation/translation-tips.md b/development/internationalization/translation/translation-tips.md similarity index 100% rename from src/content/1.7/development/internationalization/translation/translation-tips.md rename to development/internationalization/translation/translation-tips.md diff --git a/src/content/1.7/development/internationalization/translation/using-the-translator.md b/development/internationalization/translation/using-the-translator.md similarity index 100% rename from src/content/1.7/development/internationalization/translation/using-the-translator.md rename to development/internationalization/translation/using-the-translator.md diff --git a/src/content/1.7/development/mail.md b/development/mail.md similarity index 100% rename from src/content/1.7/development/mail.md rename to development/mail.md diff --git a/src/content/1.7/development/multistore/_index.md b/development/multistore/_index.md similarity index 100% rename from src/content/1.7/development/multistore/_index.md rename to development/multistore/_index.md diff --git a/src/content/1.7/development/multistore/configuration-forms/_index.md b/development/multistore/configuration-forms/_index.md similarity index 100% rename from src/content/1.7/development/multistore/configuration-forms/_index.md rename to development/multistore/configuration-forms/_index.md diff --git a/src/content/1.7/development/multistore/getting-started/_index.md b/development/multistore/getting-started/_index.md similarity index 100% rename from src/content/1.7/development/multistore/getting-started/_index.md rename to development/multistore/getting-started/_index.md diff --git a/src/content/1.7/development/multistore/shop-context/_index.md b/development/multistore/shop-context/_index.md similarity index 100% rename from src/content/1.7/development/multistore/shop-context/_index.md rename to development/multistore/shop-context/_index.md diff --git a/src/content/1.7/development/multistore/shops-configuration/_index.md b/development/multistore/shops-configuration/_index.md similarity index 100% rename from src/content/1.7/development/multistore/shops-configuration/_index.md rename to development/multistore/shops-configuration/_index.md diff --git a/src/content/1.7/development/naming-conventions/_index.md b/development/naming-conventions/_index.md similarity index 100% rename from src/content/1.7/development/naming-conventions/_index.md rename to development/naming-conventions/_index.md diff --git a/src/content/1.7/development/native-modules/_index.md b/development/native-modules/_index.md similarity index 100% rename from src/content/1.7/development/native-modules/_index.md rename to development/native-modules/_index.md diff --git a/src/content/1.7/development/orders-lifecycle/_index.md b/development/orders-lifecycle/_index.md similarity index 100% rename from src/content/1.7/development/orders-lifecycle/_index.md rename to development/orders-lifecycle/_index.md diff --git a/src/content/1.7/development/page-reference/_index.md b/development/page-reference/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/_index.md rename to development/page-reference/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/_index.md b/development/page-reference/back-office/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/_index.md rename to development/page-reference/back-office/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/order/_index.md b/development/page-reference/back-office/order/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/_index.md rename to development/page-reference/back-office/order/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/_index.md b/development/page-reference/back-office/order/add-new-order/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/_index.md rename to development/page-reference/back-office/order/add-new-order/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/cart-block.png b/development/page-reference/back-office/order/add-new-order/img/cart-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/cart-block.png rename to development/page-reference/back-office/order/add-new-order/img/cart-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/cart-rule-block.png b/development/page-reference/back-office/order/add-new-order/img/cart-rule-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/cart-rule-block.png rename to development/page-reference/back-office/order/add-new-order/img/cart-rule-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-addresses-block.png b/development/page-reference/back-office/order/add-new-order/img/customer-addresses-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-addresses-block.png rename to development/page-reference/back-office/order/add-new-order/img/customer-addresses-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-carts-block.png b/development/page-reference/back-office/order/add-new-order/img/customer-carts-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-carts-block.png rename to development/page-reference/back-office/order/add-new-order/img/customer-carts-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-orders-block.png b/development/page-reference/back-office/order/add-new-order/img/customer-orders-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-orders-block.png rename to development/page-reference/back-office/order/add-new-order/img/customer-orders-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-search-block.png b/development/page-reference/back-office/order/add-new-order/img/customer-search-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/customer-search-block.png rename to development/page-reference/back-office/order/add-new-order/img/customer-search-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/products-list.png b/development/page-reference/back-office/order/add-new-order/img/products-list.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/products-list.png rename to development/page-reference/back-office/order/add-new-order/img/products-list.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/shipping-block.png b/development/page-reference/back-office/order/add-new-order/img/shipping-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/shipping-block.png rename to development/page-reference/back-office/order/add-new-order/img/shipping-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/add-new-order/img/summary-block.png b/development/page-reference/back-office/order/add-new-order/img/summary-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/add-new-order/img/summary-block.png rename to development/page-reference/back-office/order/add-new-order/img/summary-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/_index.md b/development/page-reference/back-office/order/view-order/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/_index.md rename to development/page-reference/back-office/order/view-order/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/actions-block.png b/development/page-reference/back-office/order/view-order/img/actions-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/actions-block.png rename to development/page-reference/back-office/order/view-order/img/actions-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/customer-block.png b/development/page-reference/back-office/order/view-order/img/customer-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/customer-block.png rename to development/page-reference/back-office/order/view-order/img/customer-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/history-block.png b/development/page-reference/back-office/order/view-order/img/history-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/history-block.png rename to development/page-reference/back-office/order/view-order/img/history-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/order-invoice-select.png b/development/page-reference/back-office/order/view-order/img/order-invoice-select.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/order-invoice-select.png rename to development/page-reference/back-office/order/view-order/img/order-invoice-select.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/order-messages-bo.png b/development/page-reference/back-office/order/view-order/img/order-messages-bo.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/order-messages-bo.png rename to development/page-reference/back-office/order/view-order/img/order-messages-bo.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/order-messages-fo.png b/development/page-reference/back-office/order/view-order/img/order-messages-fo.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/order-messages-fo.png rename to development/page-reference/back-office/order/view-order/img/order-messages-fo.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/payment-diff-warning.png b/development/page-reference/back-office/order/view-order/img/payment-diff-warning.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/payment-diff-warning.png rename to development/page-reference/back-office/order/view-order/img/payment-diff-warning.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/payments-block.png b/development/page-reference/back-office/order/view-order/img/payments-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/payments-block.png rename to development/page-reference/back-office/order/view-order/img/payments-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/img/products-block.png b/development/page-reference/back-office/order/view-order/img/products-block.png similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/img/products-block.png rename to development/page-reference/back-office/order/view-order/img/products-block.png diff --git a/src/content/1.7/development/page-reference/back-office/order/view-order/refunds/_index.md b/development/page-reference/back-office/order/view-order/refunds/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/order/view-order/refunds/_index.md rename to development/page-reference/back-office/order/view-order/refunds/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/product/_index.md b/development/page-reference/back-office/product/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/product/_index.md rename to development/page-reference/back-office/product/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/product/form/_index.md b/development/page-reference/back-office/product/form/_index.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/product/form/_index.md rename to development/page-reference/back-office/product/form/_index.md diff --git a/src/content/1.7/development/page-reference/back-office/product/form/product-form-before-1-7-8.md b/development/page-reference/back-office/product/form/product-form-before-1-7-8.md similarity index 100% rename from src/content/1.7/development/page-reference/back-office/product/form/product-form-before-1-7-8.md rename to development/page-reference/back-office/product/form/product-form-before-1-7-8.md diff --git a/src/content/1.7/development/uikit.md b/development/uikit.md similarity index 100% rename from src/content/1.7/development/uikit.md rename to development/uikit.md diff --git a/src/content/1.7/development/upgrade-module/_index.md b/development/upgrade-module/_index.md similarity index 100% rename from src/content/1.7/development/upgrade-module/_index.md rename to development/upgrade-module/_index.md diff --git a/src/content/1.7/development/upgrade-module/channels.md b/development/upgrade-module/channels.md similarity index 100% rename from src/content/1.7/development/upgrade-module/channels.md rename to development/upgrade-module/channels.md diff --git a/src/content/1.7/development/upgrade-module/img/upgrade-process.png b/development/upgrade-module/img/upgrade-process.png similarity index 100% rename from src/content/1.7/development/upgrade-module/img/upgrade-process.png rename to development/upgrade-module/img/upgrade-process.png diff --git a/src/content/1.7/development/upgrade-module/upgrade-cli.md b/development/upgrade-module/upgrade-cli.md similarity index 100% rename from src/content/1.7/development/upgrade-module/upgrade-cli.md rename to development/upgrade-module/upgrade-cli.md diff --git a/src/content/1.7/development/upgrade-module/upgrade-module-internal-behavior.md b/development/upgrade-module/upgrade-module-internal-behavior.md similarity index 100% rename from src/content/1.7/development/upgrade-module/upgrade-module-internal-behavior.md rename to development/upgrade-module/upgrade-module-internal-behavior.md diff --git a/src/content/1.7/development/upgrade-module/upgrade-process-steps.md b/development/upgrade-module/upgrade-process-steps.md similarity index 100% rename from src/content/1.7/development/upgrade-module/upgrade-process-steps.md rename to development/upgrade-module/upgrade-process-steps.md diff --git a/src/content/1.7/faq/_index.md b/faq/_index.md similarity index 100% rename from src/content/1.7/faq/_index.md rename to faq/_index.md diff --git a/src/content/1.7/faq/i-need-help.md b/faq/i-need-help.md similarity index 100% rename from src/content/1.7/faq/i-need-help.md rename to faq/i-need-help.md diff --git a/src/content/1.7/faq/image.md b/faq/image.md similarity index 100% rename from src/content/1.7/faq/image.md rename to faq/image.md diff --git a/src/content/1.7/faq/open-source-project.md b/faq/open-source-project.md similarity index 100% rename from src/content/1.7/faq/open-source-project.md rename to faq/open-source-project.md diff --git a/src/content/1.7/faq/pricing.md b/faq/pricing.md similarity index 100% rename from src/content/1.7/faq/pricing.md rename to faq/pricing.md diff --git a/src/content/1.7/faq/product.md b/faq/product.md similarity index 100% rename from src/content/1.7/faq/product.md rename to faq/product.md diff --git a/src/content/1.7/faq/shipping.md b/faq/shipping.md similarity index 100% rename from src/content/1.7/faq/shipping.md rename to faq/shipping.md diff --git a/src/content/1.7/faq/stock.md b/faq/stock.md similarity index 100% rename from src/content/1.7/faq/stock.md rename to faq/stock.md diff --git a/src/content/1.7/faq/tips-and-tricks/_index.md b/faq/tips-and-tricks/_index.md similarity index 100% rename from src/content/1.7/faq/tips-and-tricks/_index.md rename to faq/tips-and-tricks/_index.md diff --git a/src/content/1.7/faq/tips-and-tricks/hook-tips.md b/faq/tips-and-tricks/hook-tips.md similarity index 100% rename from src/content/1.7/faq/tips-and-tricks/hook-tips.md rename to faq/tips-and-tricks/hook-tips.md diff --git a/src/content/1.7/faq/upgrade.md b/faq/upgrade.md similarity index 100% rename from src/content/1.7/faq/upgrade.md rename to faq/upgrade.md diff --git a/src/content/1.7/modules/_index.md b/modules/_index.md similarity index 100% rename from src/content/1.7/modules/_index.md rename to modules/_index.md diff --git a/src/content/1.7/modules/carrier/_index.md b/modules/carrier/_index.md similarity index 100% rename from src/content/1.7/modules/carrier/_index.md rename to modules/carrier/_index.md diff --git a/src/content/1.7/modules/concepts/_index.md b/modules/concepts/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/_index.md rename to modules/concepts/_index.md diff --git a/src/content/1.7/modules/concepts/commands.md b/modules/concepts/commands.md similarity index 100% rename from src/content/1.7/modules/concepts/commands.md rename to modules/concepts/commands.md diff --git a/src/content/1.7/modules/concepts/composer.md b/modules/concepts/composer.md similarity index 100% rename from src/content/1.7/modules/concepts/composer.md rename to modules/concepts/composer.md diff --git a/src/content/1.7/modules/concepts/controllers/_index.md b/modules/concepts/controllers/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/_index.md rename to modules/concepts/controllers/_index.md diff --git a/src/content/1.7/modules/concepts/controllers/admin-controllers/_index.md b/modules/concepts/controllers/admin-controllers/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/admin-controllers/_index.md rename to modules/concepts/controllers/admin-controllers/_index.md diff --git a/src/content/1.7/modules/concepts/controllers/admin-controllers/override-decorate-controller.md b/modules/concepts/controllers/admin-controllers/override-decorate-controller.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/admin-controllers/override-decorate-controller.md rename to modules/concepts/controllers/admin-controllers/override-decorate-controller.md diff --git a/src/content/1.7/modules/concepts/controllers/admin-controllers/route-generation.md b/modules/concepts/controllers/admin-controllers/route-generation.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/admin-controllers/route-generation.md rename to modules/concepts/controllers/admin-controllers/route-generation.md diff --git a/src/content/1.7/modules/concepts/controllers/admin-controllers/tabs.md b/modules/concepts/controllers/admin-controllers/tabs.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/admin-controllers/tabs.md rename to modules/concepts/controllers/admin-controllers/tabs.md diff --git a/src/content/1.7/modules/concepts/controllers/front-controllers.md b/modules/concepts/controllers/front-controllers.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/front-controllers.md rename to modules/concepts/controllers/front-controllers.md diff --git a/src/content/1.7/modules/concepts/controllers/img/kpi-block.png b/modules/concepts/controllers/img/kpi-block.png similarity index 100% rename from src/content/1.7/modules/concepts/controllers/img/kpi-block.png rename to modules/concepts/controllers/img/kpi-block.png diff --git a/src/content/1.7/modules/concepts/controllers/kpi-blocks.md b/modules/concepts/controllers/kpi-blocks.md similarity index 100% rename from src/content/1.7/modules/concepts/controllers/kpi-blocks.md rename to modules/concepts/controllers/kpi-blocks.md diff --git a/src/content/1.7/modules/concepts/doctrine/_index.md b/modules/concepts/doctrine/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/doctrine/_index.md rename to modules/concepts/doctrine/_index.md diff --git a/src/content/1.7/modules/concepts/doctrine/how-to-handle-multi-lang-doctrine-entity.md b/modules/concepts/doctrine/how-to-handle-multi-lang-doctrine-entity.md similarity index 100% rename from src/content/1.7/modules/concepts/doctrine/how-to-handle-multi-lang-doctrine-entity.md rename to modules/concepts/doctrine/how-to-handle-multi-lang-doctrine-entity.md diff --git a/src/content/1.7/modules/concepts/forms/_index.md b/modules/concepts/forms/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/forms/_index.md rename to modules/concepts/forms/_index.md diff --git a/src/content/1.7/modules/concepts/forms/admin-forms.md b/modules/concepts/forms/admin-forms.md similarity index 100% rename from src/content/1.7/modules/concepts/forms/admin-forms.md rename to modules/concepts/forms/admin-forms.md diff --git a/src/content/1.7/modules/concepts/forms/img/form-field.png b/modules/concepts/forms/img/form-field.png similarity index 100% rename from src/content/1.7/modules/concepts/forms/img/form-field.png rename to modules/concepts/forms/img/form-field.png diff --git a/src/content/1.7/modules/concepts/hooks/_index.md b/modules/concepts/hooks/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/hooks/_index.md rename to modules/concepts/hooks/_index.md diff --git a/src/content/1.7/modules/concepts/hooks/list-of-hooks.md b/modules/concepts/hooks/list-of-hooks.md similarity index 100% rename from src/content/1.7/modules/concepts/hooks/list-of-hooks.md rename to modules/concepts/hooks/list-of-hooks.md diff --git a/src/content/1.7/modules/concepts/hooks/use-hooks-on-modern-pages.md b/modules/concepts/hooks/use-hooks-on-modern-pages.md similarity index 100% rename from src/content/1.7/modules/concepts/hooks/use-hooks-on-modern-pages.md rename to modules/concepts/hooks/use-hooks-on-modern-pages.md diff --git a/src/content/1.7/modules/concepts/img/invoice-note.png b/modules/concepts/img/invoice-note.png similarity index 100% rename from src/content/1.7/modules/concepts/img/invoice-note.png rename to modules/concepts/img/invoice-note.png diff --git a/src/content/1.7/modules/concepts/img/invoice-style.png b/modules/concepts/img/invoice-style.png similarity index 100% rename from src/content/1.7/modules/concepts/img/invoice-style.png rename to modules/concepts/img/invoice-style.png diff --git a/src/content/1.7/modules/concepts/mail-templates/_index.md b/modules/concepts/mail-templates/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/_index.md rename to modules/concepts/mail-templates/_index.md diff --git a/src/content/1.7/modules/concepts/mail-templates/add-a-layout-from-module.md b/modules/concepts/mail-templates/add-a-layout-from-module.md similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/add-a-layout-from-module.md rename to modules/concepts/mail-templates/add-a-layout-from-module.md diff --git a/src/content/1.7/modules/concepts/mail-templates/add-a-theme-from-module.md b/modules/concepts/mail-templates/add-a-theme-from-module.md similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/add-a-theme-from-module.md rename to modules/concepts/mail-templates/add-a-theme-from-module.md diff --git a/src/content/1.7/modules/concepts/mail-templates/add-layout-variables-from-module.md b/modules/concepts/mail-templates/add-layout-variables-from-module.md similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/add-layout-variables-from-module.md rename to modules/concepts/mail-templates/add-layout-variables-from-module.md diff --git a/src/content/1.7/modules/concepts/mail-templates/apply-transformation-from-module.md b/modules/concepts/mail-templates/apply-transformation-from-module.md similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/apply-transformation-from-module.md rename to modules/concepts/mail-templates/apply-transformation-from-module.md diff --git a/src/content/1.7/modules/concepts/mail-templates/extend-a-layout-from-module.md b/modules/concepts/mail-templates/extend-a-layout-from-module.md similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/extend-a-layout-from-module.md rename to modules/concepts/mail-templates/extend-a-layout-from-module.md diff --git a/src/content/1.7/modules/concepts/mail-templates/img/custom_template_list.png b/modules/concepts/mail-templates/img/custom_template_list.png similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/img/custom_template_list.png rename to modules/concepts/mail-templates/img/custom_template_list.png diff --git a/src/content/1.7/modules/concepts/mail-templates/img/dark_modern_theme.png b/modules/concepts/mail-templates/img/dark_modern_theme.png similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/img/dark_modern_theme.png rename to modules/concepts/mail-templates/img/dark_modern_theme.png diff --git a/src/content/1.7/modules/concepts/mail-templates/img/extended_order_conf_layout.png b/modules/concepts/mail-templates/img/extended_order_conf_layout.png similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/img/extended_order_conf_layout.png rename to modules/concepts/mail-templates/img/extended_order_conf_layout.png diff --git a/src/content/1.7/modules/concepts/mail-templates/img/modern_customizable_template.png b/modules/concepts/mail-templates/img/modern_customizable_template.png similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/img/modern_customizable_template.png rename to modules/concepts/mail-templates/img/modern_customizable_template.png diff --git a/src/content/1.7/modules/concepts/mail-templates/img/modern_transformed_template.png b/modules/concepts/mail-templates/img/modern_transformed_template.png similarity index 100% rename from src/content/1.7/modules/concepts/mail-templates/img/modern_transformed_template.png rename to modules/concepts/mail-templates/img/modern_transformed_template.png diff --git a/src/content/1.7/modules/concepts/module-class/_index.md b/modules/concepts/module-class/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/module-class/_index.md rename to modules/concepts/module-class/_index.md diff --git a/src/content/1.7/modules/concepts/multistore.md b/modules/concepts/multistore.md similarity index 100% rename from src/content/1.7/modules/concepts/multistore.md rename to modules/concepts/multistore.md diff --git a/src/content/1.7/modules/concepts/overrides.md b/modules/concepts/overrides.md similarity index 100% rename from src/content/1.7/modules/concepts/overrides.md rename to modules/concepts/overrides.md diff --git a/src/content/1.7/modules/concepts/pdf.md b/modules/concepts/pdf.md similarity index 100% rename from src/content/1.7/modules/concepts/pdf.md rename to modules/concepts/pdf.md diff --git a/src/content/1.7/modules/concepts/services/_index.md b/modules/concepts/services/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/services/_index.md rename to modules/concepts/services/_index.md diff --git a/src/content/1.7/modules/concepts/symfony.md b/modules/concepts/symfony.md similarity index 100% rename from src/content/1.7/modules/concepts/symfony.md rename to modules/concepts/symfony.md diff --git a/src/content/1.7/modules/concepts/templating/_index.md b/modules/concepts/templating/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/templating/_index.md rename to modules/concepts/templating/_index.md diff --git a/src/content/1.7/modules/concepts/templating/admin-views.md b/modules/concepts/templating/admin-views.md similarity index 100% rename from src/content/1.7/modules/concepts/templating/admin-views.md rename to modules/concepts/templating/admin-views.md diff --git a/src/content/1.7/modules/concepts/templating/img/bo-override-1.png b/modules/concepts/templating/img/bo-override-1.png similarity index 100% rename from src/content/1.7/modules/concepts/templating/img/bo-override-1.png rename to modules/concepts/templating/img/bo-override-1.png diff --git a/src/content/1.7/modules/concepts/templating/img/bo-override-2.png b/modules/concepts/templating/img/bo-override-2.png similarity index 100% rename from src/content/1.7/modules/concepts/templating/img/bo-override-2.png rename to modules/concepts/templating/img/bo-override-2.png diff --git a/src/content/1.7/modules/concepts/templating/img/bo-override-3.png b/modules/concepts/templating/img/bo-override-3.png similarity index 100% rename from src/content/1.7/modules/concepts/templating/img/bo-override-3.png rename to modules/concepts/templating/img/bo-override-3.png diff --git a/src/content/1.7/modules/concepts/templating/img/bo-with-vuejs.png b/modules/concepts/templating/img/bo-with-vuejs.png similarity index 100% rename from src/content/1.7/modules/concepts/templating/img/bo-with-vuejs.png rename to modules/concepts/templating/img/bo-with-vuejs.png diff --git a/src/content/1.7/modules/concepts/templating/import-js.md b/modules/concepts/templating/import-js.md similarity index 100% rename from src/content/1.7/modules/concepts/templating/import-js.md rename to modules/concepts/templating/import-js.md diff --git a/src/content/1.7/modules/concepts/templating/vuejs/_index.md b/modules/concepts/templating/vuejs/_index.md similarity index 100% rename from src/content/1.7/modules/concepts/templating/vuejs/_index.md rename to modules/concepts/templating/vuejs/_index.md diff --git a/src/content/1.7/modules/concepts/templating/vuejs/faq.md b/modules/concepts/templating/vuejs/faq.md similarity index 100% rename from src/content/1.7/modules/concepts/templating/vuejs/faq.md rename to modules/concepts/templating/vuejs/faq.md diff --git a/src/content/1.7/modules/concepts/widgets.md b/modules/concepts/widgets.md similarity index 100% rename from src/content/1.7/modules/concepts/widgets.md rename to modules/concepts/widgets.md diff --git a/src/content/1.7/modules/core-updates/1.6-1.7.md b/modules/core-updates/1.6-1.7.md similarity index 100% rename from src/content/1.7/modules/core-updates/1.6-1.7.md rename to modules/core-updates/1.6-1.7.md diff --git a/src/content/1.7/modules/core-updates/1.6.md b/modules/core-updates/1.6.md similarity index 100% rename from src/content/1.7/modules/core-updates/1.6.md rename to modules/core-updates/1.6.md diff --git a/src/content/1.7/modules/core-updates/1.7.5.md b/modules/core-updates/1.7.5.md similarity index 100% rename from src/content/1.7/modules/core-updates/1.7.5.md rename to modules/core-updates/1.7.5.md diff --git a/src/content/1.7/modules/core-updates/1.7.6.md b/modules/core-updates/1.7.6.md similarity index 100% rename from src/content/1.7/modules/core-updates/1.7.6.md rename to modules/core-updates/1.7.6.md diff --git a/src/content/1.7/modules/core-updates/1.7.7.md b/modules/core-updates/1.7.7.md similarity index 100% rename from src/content/1.7/modules/core-updates/1.7.7.md rename to modules/core-updates/1.7.7.md diff --git a/src/content/1.7/modules/core-updates/1.7.8.md b/modules/core-updates/1.7.8.md similarity index 100% rename from src/content/1.7/modules/core-updates/1.7.8.md rename to modules/core-updates/1.7.8.md diff --git a/src/content/1.7/modules/core-updates/_index.md b/modules/core-updates/_index.md similarity index 100% rename from src/content/1.7/modules/core-updates/_index.md rename to modules/core-updates/_index.md diff --git a/src/content/1.7/modules/core-updates/img/order-view-page-hooks.jpg b/modules/core-updates/img/order-view-page-hooks.jpg similarity index 100% rename from src/content/1.7/modules/core-updates/img/order-view-page-hooks.jpg rename to modules/core-updates/img/order-view-page-hooks.jpg diff --git a/src/content/1.7/modules/creation/_index.md b/modules/creation/_index.md similarity index 100% rename from src/content/1.7/modules/creation/_index.md rename to modules/creation/_index.md diff --git a/src/content/1.7/modules/creation/adding-configuration-page.md b/modules/creation/adding-configuration-page.md similarity index 100% rename from src/content/1.7/modules/creation/adding-configuration-page.md rename to modules/creation/adding-configuration-page.md diff --git a/src/content/1.7/modules/creation/displaying-content-in-front-office.md b/modules/creation/displaying-content-in-front-office.md similarity index 100% rename from src/content/1.7/modules/creation/displaying-content-in-front-office.md rename to modules/creation/displaying-content-in-front-office.md diff --git a/src/content/1.7/modules/creation/enabling-auto-update.md b/modules/creation/enabling-auto-update.md similarity index 100% rename from src/content/1.7/modules/creation/enabling-auto-update.md rename to modules/creation/enabling-auto-update.md diff --git a/src/content/1.7/modules/creation/external-services.md b/modules/creation/external-services.md similarity index 100% rename from src/content/1.7/modules/creation/external-services.md rename to modules/creation/external-services.md diff --git a/src/content/1.7/modules/creation/good-practices.md b/modules/creation/good-practices.md similarity index 100% rename from src/content/1.7/modules/creation/good-practices.md rename to modules/creation/good-practices.md diff --git a/src/content/1.7/modules/creation/img/configuration-form.png b/modules/creation/img/configuration-form.png similarity index 100% rename from src/content/1.7/modules/creation/img/configuration-form.png rename to modules/creation/img/configuration-form.png diff --git a/src/content/1.7/modules/creation/module-file-structure.md b/modules/creation/module-file-structure.md similarity index 100% rename from src/content/1.7/modules/creation/module-file-structure.md rename to modules/creation/module-file-structure.md diff --git a/src/content/1.7/modules/creation/module-translation/_index.md b/modules/creation/module-translation/_index.md similarity index 100% rename from src/content/1.7/modules/creation/module-translation/_index.md rename to modules/creation/module-translation/_index.md diff --git a/src/content/1.7/modules/creation/module-translation/classic-system.md b/modules/creation/module-translation/classic-system.md similarity index 100% rename from src/content/1.7/modules/creation/module-translation/classic-system.md rename to modules/creation/module-translation/classic-system.md diff --git a/src/content/1.7/modules/creation/module-translation/comparison.md b/modules/creation/module-translation/comparison.md similarity index 100% rename from src/content/1.7/modules/creation/module-translation/comparison.md rename to modules/creation/module-translation/comparison.md diff --git a/src/content/1.7/modules/creation/module-translation/img/classic-translation-system.jpg b/modules/creation/module-translation/img/classic-translation-system.jpg similarity index 100% rename from src/content/1.7/modules/creation/module-translation/img/classic-translation-system.jpg rename to modules/creation/module-translation/img/classic-translation-system.jpg diff --git a/src/content/1.7/modules/creation/module-translation/img/classic-translation-workflow.jpg b/modules/creation/module-translation/img/classic-translation-workflow.jpg similarity index 100% rename from src/content/1.7/modules/creation/module-translation/img/classic-translation-workflow.jpg rename to modules/creation/module-translation/img/classic-translation-workflow.jpg diff --git a/src/content/1.7/modules/creation/module-translation/img/new-translation-system.png b/modules/creation/module-translation/img/new-translation-system.png similarity index 100% rename from src/content/1.7/modules/creation/module-translation/img/new-translation-system.png rename to modules/creation/module-translation/img/new-translation-system.png diff --git a/src/content/1.7/modules/creation/module-translation/img/new-translation-workflow.png b/modules/creation/module-translation/img/new-translation-workflow.png similarity index 100% rename from src/content/1.7/modules/creation/module-translation/img/new-translation-workflow.png rename to modules/creation/module-translation/img/new-translation-workflow.png diff --git a/src/content/1.7/modules/creation/module-translation/new-system.md b/modules/creation/module-translation/new-system.md similarity index 100% rename from src/content/1.7/modules/creation/module-translation/new-system.md rename to modules/creation/module-translation/new-system.md diff --git a/src/content/1.7/modules/creation/tutorial.md b/modules/creation/tutorial.md similarity index 100% rename from src/content/1.7/modules/creation/tutorial.md rename to modules/creation/tutorial.md diff --git a/src/content/1.7/modules/introduction.md b/modules/introduction.md similarity index 100% rename from src/content/1.7/modules/introduction.md rename to modules/introduction.md diff --git a/src/content/1.7/modules/payment/_index.md b/modules/payment/_index.md similarity index 100% rename from src/content/1.7/modules/payment/_index.md rename to modules/payment/_index.md diff --git a/src/content/1.7/modules/sample-modules/_index.md b/modules/sample-modules/_index.md similarity index 100% rename from src/content/1.7/modules/sample-modules/_index.md rename to modules/sample-modules/_index.md diff --git a/src/content/1.7/modules/sample-modules/extending-sf-form-with-upload-image-field.md b/modules/sample-modules/extending-sf-form-with-upload-image-field.md similarity index 100% rename from src/content/1.7/modules/sample-modules/extending-sf-form-with-upload-image-field.md rename to modules/sample-modules/extending-sf-form-with-upload-image-field.md diff --git a/src/content/1.7/modules/sample-modules/grid-and-identifiable-object-form-hooks-usage.md b/modules/sample-modules/grid-and-identifiable-object-form-hooks-usage.md similarity index 100% rename from src/content/1.7/modules/sample-modules/grid-and-identifiable-object-form-hooks-usage.md rename to modules/sample-modules/grid-and-identifiable-object-form-hooks-usage.md diff --git a/src/content/1.7/modules/sample-modules/img/allow_for_review_switch.png b/modules/sample-modules/img/allow_for_review_switch.png similarity index 100% rename from src/content/1.7/modules/sample-modules/img/allow_for_review_switch.png rename to modules/sample-modules/img/allow_for_review_switch.png diff --git a/src/content/1.7/modules/sample-modules/img/extended_customers_grid.png b/modules/sample-modules/img/extended_customers_grid.png similarity index 100% rename from src/content/1.7/modules/sample-modules/img/extended_customers_grid.png rename to modules/sample-modules/img/extended_customers_grid.png diff --git a/src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/additional_action_buttons.png b/modules/sample-modules/img/view-order-hooks-demo/additional_action_buttons.png similarity index 100% rename from src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/additional_action_buttons.png rename to modules/sample-modules/img/view-order-hooks-demo/additional_action_buttons.png diff --git a/src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/john_doe.png b/modules/sample-modules/img/view-order-hooks-demo/john_doe.png similarity index 100% rename from src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/john_doe.png rename to modules/sample-modules/img/view-order-hooks-demo/john_doe.png diff --git a/src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/ps-listing-order-page-hook.png b/modules/sample-modules/img/view-order-hooks-demo/ps-listing-order-page-hook.png similarity index 100% rename from src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/ps-listing-order-page-hook.png rename to modules/sample-modules/img/view-order-hooks-demo/ps-listing-order-page-hook.png diff --git a/src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/ps-view-order-page-hooks.jpg b/modules/sample-modules/img/view-order-hooks-demo/ps-view-order-page-hooks.jpg similarity index 100% rename from src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/ps-view-order-page-hooks.jpg rename to modules/sample-modules/img/view-order-hooks-demo/ps-view-order-page-hooks.jpg diff --git a/src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/view-order-demo-result.png b/modules/sample-modules/img/view-order-hooks-demo/view-order-demo-result.png similarity index 100% rename from src/content/1.7/modules/sample-modules/img/view-order-hooks-demo/view-order-demo-result.png rename to modules/sample-modules/img/view-order-hooks-demo/view-order-demo-result.png diff --git a/src/content/1.7/modules/sample-modules/order-pages-new-hooks/_index.md b/modules/sample-modules/order-pages-new-hooks/_index.md similarity index 100% rename from src/content/1.7/modules/sample-modules/order-pages-new-hooks/_index.md rename to modules/sample-modules/order-pages-new-hooks/_index.md diff --git a/src/content/1.7/modules/sample-modules/order-pages-new-hooks/additional-action-buttons.md b/modules/sample-modules/order-pages-new-hooks/additional-action-buttons.md similarity index 100% rename from src/content/1.7/modules/sample-modules/order-pages-new-hooks/additional-action-buttons.md rename to modules/sample-modules/order-pages-new-hooks/additional-action-buttons.md diff --git a/src/content/1.7/modules/sample-modules/order-pages-new-hooks/module-base.md b/modules/sample-modules/order-pages-new-hooks/module-base.md similarity index 100% rename from src/content/1.7/modules/sample-modules/order-pages-new-hooks/module-base.md rename to modules/sample-modules/order-pages-new-hooks/module-base.md diff --git a/src/content/1.7/modules/sample-modules/order-pages-new-hooks/signature-widget.md b/modules/sample-modules/order-pages-new-hooks/signature-widget.md similarity index 100% rename from src/content/1.7/modules/sample-modules/order-pages-new-hooks/signature-widget.md rename to modules/sample-modules/order-pages-new-hooks/signature-widget.md diff --git a/src/content/1.7/modules/sell/_index.md b/modules/sell/_index.md similarity index 100% rename from src/content/1.7/modules/sell/_index.md rename to modules/sell/_index.md diff --git a/src/content/1.7/modules/sell/technical-tools.md b/modules/sell/technical-tools.md similarity index 100% rename from src/content/1.7/modules/sell/technical-tools.md rename to modules/sell/technical-tools.md diff --git a/src/content/1.7/modules/sell/techvalidation-checklist.md b/modules/sell/techvalidation-checklist.md similarity index 100% rename from src/content/1.7/modules/sell/techvalidation-checklist.md rename to modules/sell/techvalidation-checklist.md diff --git a/src/content/1.7/modules/sell/techvalidation-keysteps.md b/modules/sell/techvalidation-keysteps.md similarity index 100% rename from src/content/1.7/modules/sell/techvalidation-keysteps.md rename to modules/sell/techvalidation-keysteps.md diff --git a/src/content/1.7/modules/testing/_index.md b/modules/testing/_index.md similarity index 100% rename from src/content/1.7/modules/testing/_index.md rename to modules/testing/_index.md diff --git a/src/content/1.7/modules/testing/advanced-checks.md b/modules/testing/advanced-checks.md similarity index 100% rename from src/content/1.7/modules/testing/advanced-checks.md rename to modules/testing/advanced-checks.md diff --git a/src/content/1.7/modules/testing/basic-checks.md b/modules/testing/basic-checks.md similarity index 100% rename from src/content/1.7/modules/testing/basic-checks.md rename to modules/testing/basic-checks.md diff --git a/src/content/1.7/modules/testing/ci-cd.md b/modules/testing/ci-cd.md similarity index 100% rename from src/content/1.7/modules/testing/ci-cd.md rename to modules/testing/ci-cd.md diff --git a/src/content/1.7/modules/testing/resources.md b/modules/testing/resources.md similarity index 100% rename from src/content/1.7/modules/testing/resources.md rename to modules/testing/resources.md diff --git a/src/content/1.7/project/_index.md b/project/_index.md similarity index 100% rename from src/content/1.7/project/_index.md rename to project/_index.md diff --git a/src/content/1.7/project/code-of-conduct.md b/project/code-of-conduct.md similarity index 100% rename from src/content/1.7/project/code-of-conduct.md rename to project/code-of-conduct.md diff --git a/src/content/1.7/project/img/security-process.png b/project/img/security-process.png similarity index 100% rename from src/content/1.7/project/img/security-process.png rename to project/img/security-process.png diff --git a/src/content/1.7/project/maintainers-guide/_index.md b/project/maintainers-guide/_index.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/_index.md rename to project/maintainers-guide/_index.md diff --git a/src/content/1.7/project/maintainers-guide/how-to-become-a-maintainer.md b/project/maintainers-guide/how-to-become-a-maintainer.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/how-to-become-a-maintainer.md rename to project/maintainers-guide/how-to-become-a-maintainer.md diff --git a/src/content/1.7/project/maintainers-guide/license.md b/project/maintainers-guide/license.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/license.md rename to project/maintainers-guide/license.md diff --git a/src/content/1.7/project/maintainers-guide/processes.md b/project/maintainers-guide/processes.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/processes.md rename to project/maintainers-guide/processes.md diff --git a/src/content/1.7/project/maintainers-guide/release-a-native-PS-module.md b/project/maintainers-guide/release-a-native-PS-module.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/release-a-native-PS-module.md rename to project/maintainers-guide/release-a-native-PS-module.md diff --git a/src/content/1.7/project/maintainers-guide/releasing-prestashop/_index.md b/project/maintainers-guide/releasing-prestashop/_index.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/releasing-prestashop/_index.md rename to project/maintainers-guide/releasing-prestashop/_index.md diff --git a/src/content/1.7/project/maintainers-guide/releasing-prestashop/create-build.md b/project/maintainers-guide/releasing-prestashop/create-build.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/releasing-prestashop/create-build.md rename to project/maintainers-guide/releasing-prestashop/create-build.md diff --git a/src/content/1.7/project/maintainers-guide/releasing-prestashop/final-steps.md b/project/maintainers-guide/releasing-prestashop/final-steps.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/releasing-prestashop/final-steps.md rename to project/maintainers-guide/releasing-prestashop/final-steps.md diff --git a/src/content/1.7/project/maintainers-guide/releasing-prestashop/preliminary-tasks.md b/project/maintainers-guide/releasing-prestashop/preliminary-tasks.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/releasing-prestashop/preliminary-tasks.md rename to project/maintainers-guide/releasing-prestashop/preliminary-tasks.md diff --git a/src/content/1.7/project/maintainers-guide/releasing-prestashop/release-publicly.md b/project/maintainers-guide/releasing-prestashop/release-publicly.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/releasing-prestashop/release-publicly.md rename to project/maintainers-guide/releasing-prestashop/release-publicly.md diff --git a/src/content/1.7/project/maintainers-guide/reviewing-pull-requests.md b/project/maintainers-guide/reviewing-pull-requests.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/reviewing-pull-requests.md rename to project/maintainers-guide/reviewing-pull-requests.md diff --git a/src/content/1.7/project/maintainers-guide/summary-github-lifecycle.md b/project/maintainers-guide/summary-github-lifecycle.md similarity index 100% rename from src/content/1.7/project/maintainers-guide/summary-github-lifecycle.md rename to project/maintainers-guide/summary-github-lifecycle.md diff --git a/src/content/1.7/project/release/_index.md b/project/release/_index.md similarity index 100% rename from src/content/1.7/project/release/_index.md rename to project/release/_index.md diff --git a/src/content/1.7/project/release/minor-release-lifecycle.md b/project/release/minor-release-lifecycle.md similarity index 100% rename from src/content/1.7/project/release/minor-release-lifecycle.md rename to project/release/minor-release-lifecycle.md diff --git a/src/content/1.7/project/release/patch-release-lifecycle.md b/project/release/patch-release-lifecycle.md similarity index 100% rename from src/content/1.7/project/release/patch-release-lifecycle.md rename to project/release/patch-release-lifecycle.md diff --git a/src/content/1.7/project/security-policy.md b/project/security-policy.md similarity index 100% rename from src/content/1.7/project/security-policy.md rename to project/security-policy.md diff --git a/src/content/1.7/scale/_index.md b/scale/_index.md similarity index 100% rename from src/content/1.7/scale/_index.md rename to scale/_index.md diff --git a/src/content/1.7/scale/benchmark/_index.md b/scale/benchmark/_index.md similarity index 100% rename from src/content/1.7/scale/benchmark/_index.md rename to scale/benchmark/_index.md diff --git a/src/content/1.7/scale/benchmark/back-office.md b/scale/benchmark/back-office.md similarity index 100% rename from src/content/1.7/scale/benchmark/back-office.md rename to scale/benchmark/back-office.md diff --git a/src/content/1.7/scale/benchmark/front-office.md b/scale/benchmark/front-office.md similarity index 100% rename from src/content/1.7/scale/benchmark/front-office.md rename to scale/benchmark/front-office.md diff --git a/src/content/1.7/scale/benchmark/parcoursbackoffice.scala b/scale/benchmark/parcoursbackoffice.scala similarity index 100% rename from src/content/1.7/scale/benchmark/parcoursbackoffice.scala rename to scale/benchmark/parcoursbackoffice.scala diff --git a/src/content/1.7/scale/img/architecture.png b/scale/img/architecture.png similarity index 100% rename from src/content/1.7/scale/img/architecture.png rename to scale/img/architecture.png diff --git a/src/content/1.7/scale/optimizations.md b/scale/optimizations.md similarity index 100% rename from src/content/1.7/scale/optimizations.md rename to scale/optimizations.md diff --git a/src/content/1.7/scale/webservers/_index.md b/scale/webservers/_index.md similarity index 100% rename from src/content/1.7/scale/webservers/_index.md rename to scale/webservers/_index.md diff --git a/src/content/1.7/scale/webservers/httpd.md b/scale/webservers/httpd.md similarity index 100% rename from src/content/1.7/scale/webservers/httpd.md rename to scale/webservers/httpd.md diff --git a/src/content/1.7/scale/webservers/nginx.md b/scale/webservers/nginx.md similarity index 100% rename from src/content/1.7/scale/webservers/nginx.md rename to scale/webservers/nginx.md diff --git a/src/content/_index.md b/src/content/_index.md deleted file mode 100644 index bee585fe1c..0000000000 --- a/src/content/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Home ---- - -# PrestaShop Developer Documentation - -PrestaShop is a free and Open Source e-commerce web platform, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), and more! [Learn more about PrestaShop](https://www.prestashop.com/). - -This site covers the technical aspects of PrestaShop and it's tailored for theme, module and core developers. diff --git a/src/content/1.7/testing/_index.md b/testing/_index.md similarity index 100% rename from src/content/1.7/testing/_index.md rename to testing/_index.md diff --git a/src/content/1.7/testing/how-to-create-your-own-behat-tests.md b/testing/how-to-create-your-own-behat-tests.md similarity index 100% rename from src/content/1.7/testing/how-to-create-your-own-behat-tests.md rename to testing/how-to-create-your-own-behat-tests.md diff --git a/src/content/1.7/testing/how-to-create-your-own-symfony-controller-tests.md b/testing/how-to-create-your-own-symfony-controller-tests.md similarity index 100% rename from src/content/1.7/testing/how-to-create-your-own-symfony-controller-tests.md rename to testing/how-to-create-your-own-symfony-controller-tests.md diff --git a/src/content/1.7/testing/how-to-create-your-own-unit-tests.md b/testing/how-to-create-your-own-unit-tests.md similarity index 100% rename from src/content/1.7/testing/how-to-create-your-own-unit-tests.md rename to testing/how-to-create-your-own-unit-tests.md diff --git a/src/content/1.7/testing/how-to-launch-tests.md b/testing/how-to-launch-tests.md similarity index 100% rename from src/content/1.7/testing/how-to-launch-tests.md rename to testing/how-to-launch-tests.md diff --git a/src/content/1.7/testing/introduction.md b/testing/introduction.md similarity index 100% rename from src/content/1.7/testing/introduction.md rename to testing/introduction.md diff --git a/src/content/1.7/testing/ui-tests/_index.md b/testing/ui-tests/_index.md similarity index 100% rename from src/content/1.7/testing/ui-tests/_index.md rename to testing/ui-tests/_index.md diff --git a/src/content/1.7/testing/ui-tests/how-to-contribute-and-create-ui-tests.md b/testing/ui-tests/how-to-contribute-and-create-ui-tests.md similarity index 100% rename from src/content/1.7/testing/ui-tests/how-to-contribute-and-create-ui-tests.md rename to testing/ui-tests/how-to-contribute-and-create-ui-tests.md diff --git a/src/content/1.7/themes/_index.md b/themes/_index.md similarity index 100% rename from src/content/1.7/themes/_index.md rename to themes/_index.md diff --git a/src/content/1.7/themes/distribution/_index.md b/themes/distribution/_index.md similarity index 100% rename from src/content/1.7/themes/distribution/_index.md rename to themes/distribution/_index.md diff --git a/src/content/1.7/themes/distribution/exporting.md b/themes/distribution/exporting.md similarity index 100% rename from src/content/1.7/themes/distribution/exporting.md rename to themes/distribution/exporting.md diff --git a/src/content/1.7/themes/distribution/img/export-current-theme.png b/themes/distribution/img/export-current-theme.png similarity index 100% rename from src/content/1.7/themes/distribution/img/export-current-theme.png rename to themes/distribution/img/export-current-theme.png diff --git a/src/content/1.7/themes/distribution/testing.md b/themes/distribution/testing.md similarity index 100% rename from src/content/1.7/themes/distribution/testing.md rename to themes/distribution/testing.md diff --git a/src/content/1.7/themes/getting-started/_index.md b/themes/getting-started/_index.md similarity index 100% rename from src/content/1.7/themes/getting-started/_index.md rename to themes/getting-started/_index.md diff --git a/src/content/1.7/themes/getting-started/asset-management/_index.md b/themes/getting-started/asset-management/_index.md similarity index 100% rename from src/content/1.7/themes/getting-started/asset-management/_index.md rename to themes/getting-started/asset-management/_index.md diff --git a/src/content/1.7/themes/getting-started/asset-management/img/webpack.png b/themes/getting-started/asset-management/img/webpack.png similarity index 100% rename from src/content/1.7/themes/getting-started/asset-management/img/webpack.png rename to themes/getting-started/asset-management/img/webpack.png diff --git a/src/content/1.7/themes/getting-started/asset-management/webpack.md b/themes/getting-started/asset-management/webpack.md similarity index 100% rename from src/content/1.7/themes/getting-started/asset-management/webpack.md rename to themes/getting-started/asset-management/webpack.md diff --git a/src/content/1.7/themes/getting-started/guidelines.md b/themes/getting-started/guidelines.md similarity index 100% rename from src/content/1.7/themes/getting-started/guidelines.md rename to themes/getting-started/guidelines.md diff --git a/src/content/1.7/themes/getting-started/setting-up-your-local-environment.md b/themes/getting-started/setting-up-your-local-environment.md similarity index 100% rename from src/content/1.7/themes/getting-started/setting-up-your-local-environment.md rename to themes/getting-started/setting-up-your-local-environment.md diff --git a/src/content/1.7/themes/getting-started/theme-organization.md b/themes/getting-started/theme-organization.md similarity index 100% rename from src/content/1.7/themes/getting-started/theme-organization.md rename to themes/getting-started/theme-organization.md diff --git a/src/content/1.7/themes/getting-started/theme-yml.md b/themes/getting-started/theme-yml.md similarity index 100% rename from src/content/1.7/themes/getting-started/theme-yml.md rename to themes/getting-started/theme-yml.md diff --git a/src/content/1.7/themes/getting-started/tools-for-theme-designers.md b/themes/getting-started/tools-for-theme-designers.md similarity index 100% rename from src/content/1.7/themes/getting-started/tools-for-theme-designers.md rename to themes/getting-started/tools-for-theme-designers.md diff --git a/src/content/1.7/themes/reference/_index.md b/themes/reference/_index.md similarity index 100% rename from src/content/1.7/themes/reference/_index.md rename to themes/reference/_index.md diff --git a/src/content/1.7/themes/reference/hooks/_index.md b/themes/reference/hooks/_index.md similarity index 100% rename from src/content/1.7/themes/reference/hooks/_index.md rename to themes/reference/hooks/_index.md diff --git a/src/content/1.7/themes/reference/img/translations-add-update-language.png b/themes/reference/img/translations-add-update-language.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-add-update-language.png rename to themes/reference/img/translations-add-update-language.png diff --git a/src/content/1.7/themes/reference/img/translations-export-current-theme.png b/themes/reference/img/translations-export-current-theme.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-export-current-theme.png rename to themes/reference/img/translations-export-current-theme.png diff --git a/src/content/1.7/themes/reference/img/translations-export-language.png b/themes/reference/img/translations-export-language.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-export-language.png rename to themes/reference/img/translations-export-language.png diff --git a/src/content/1.7/themes/reference/img/translations-form.png b/themes/reference/img/translations-form.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-form.png rename to themes/reference/img/translations-form.png diff --git a/src/content/1.7/themes/reference/img/translations-menu.png b/themes/reference/img/translations-menu.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-menu.png rename to themes/reference/img/translations-menu.png diff --git a/src/content/1.7/themes/reference/img/translations-modify.png b/themes/reference/img/translations-modify.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-modify.png rename to themes/reference/img/translations-modify.png diff --git a/src/content/1.7/themes/reference/img/translations-theme-and-logo.png b/themes/reference/img/translations-theme-and-logo.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-theme-and-logo.png rename to themes/reference/img/translations-theme-and-logo.png diff --git a/src/content/1.7/themes/reference/img/translations-tree.png b/themes/reference/img/translations-tree.png similarity index 100% rename from src/content/1.7/themes/reference/img/translations-tree.png rename to themes/reference/img/translations-tree.png diff --git a/src/content/1.7/themes/reference/javascript-events/_index.md b/themes/reference/javascript-events/_index.md similarity index 100% rename from src/content/1.7/themes/reference/javascript-events/_index.md rename to themes/reference/javascript-events/_index.md diff --git a/src/content/1.7/themes/reference/migration-from-16.md b/themes/reference/migration-from-16.md similarity index 100% rename from src/content/1.7/themes/reference/migration-from-16.md rename to themes/reference/migration-from-16.md diff --git a/src/content/1.7/themes/reference/overriding-modules.md b/themes/reference/overriding-modules.md similarity index 100% rename from src/content/1.7/themes/reference/overriding-modules.md rename to themes/reference/overriding-modules.md diff --git a/src/content/1.7/themes/reference/overriding-selectors.md b/themes/reference/overriding-selectors.md similarity index 100% rename from src/content/1.7/themes/reference/overriding-selectors.md rename to themes/reference/overriding-selectors.md diff --git a/src/content/1.7/themes/reference/rtl.md b/themes/reference/rtl.md similarity index 100% rename from src/content/1.7/themes/reference/rtl.md rename to themes/reference/rtl.md diff --git a/src/content/1.7/themes/reference/smarty-helpers.md b/themes/reference/smarty-helpers.md similarity index 100% rename from src/content/1.7/themes/reference/smarty-helpers.md rename to themes/reference/smarty-helpers.md diff --git a/src/content/1.7/themes/reference/template-inheritance/_index.md b/themes/reference/template-inheritance/_index.md similarity index 100% rename from src/content/1.7/themes/reference/template-inheritance/_index.md rename to themes/reference/template-inheritance/_index.md diff --git a/src/content/1.7/themes/reference/template-inheritance/img/template-inheritance.png b/themes/reference/template-inheritance/img/template-inheritance.png similarity index 100% rename from src/content/1.7/themes/reference/template-inheritance/img/template-inheritance.png rename to themes/reference/template-inheritance/img/template-inheritance.png diff --git a/src/content/1.7/themes/reference/template-inheritance/parent-child-feature.md b/themes/reference/template-inheritance/parent-child-feature.md similarity index 100% rename from src/content/1.7/themes/reference/template-inheritance/parent-child-feature.md rename to themes/reference/template-inheritance/parent-child-feature.md diff --git a/src/content/1.7/themes/reference/templates/_index.md b/themes/reference/templates/_index.md similarity index 100% rename from src/content/1.7/themes/reference/templates/_index.md rename to themes/reference/templates/_index.md diff --git a/src/content/1.7/themes/reference/templates/head.md b/themes/reference/templates/head.md similarity index 100% rename from src/content/1.7/themes/reference/templates/head.md rename to themes/reference/templates/head.md diff --git a/src/content/1.7/themes/reference/templates/img/configure-layout.png b/themes/reference/templates/img/configure-layout.png similarity index 100% rename from src/content/1.7/themes/reference/templates/img/configure-layout.png rename to themes/reference/templates/img/configure-layout.png diff --git a/src/content/1.7/themes/reference/templates/listing.md b/themes/reference/templates/listing.md similarity index 100% rename from src/content/1.7/themes/reference/templates/listing.md rename to themes/reference/templates/listing.md diff --git a/src/content/1.7/themes/reference/templates/notifications.md b/themes/reference/templates/notifications.md similarity index 100% rename from src/content/1.7/themes/reference/templates/notifications.md rename to themes/reference/templates/notifications.md diff --git a/src/content/1.7/themes/reference/templates/templates-layouts.md b/themes/reference/templates/templates-layouts.md similarity index 100% rename from src/content/1.7/themes/reference/templates/templates-layouts.md rename to themes/reference/templates/templates-layouts.md diff --git a/src/content/1.7/themes/reference/theme-translation.md b/themes/reference/theme-translation.md similarity index 100% rename from src/content/1.7/themes/reference/theme-translation.md rename to themes/reference/theme-translation.md diff --git a/src/content/1.7/webservice/_index.md b/webservice/_index.md similarity index 100% rename from src/content/1.7/webservice/_index.md rename to webservice/_index.md diff --git a/src/content/1.7/webservice/cheat-sheet.md b/webservice/cheat-sheet.md similarity index 100% rename from src/content/1.7/webservice/cheat-sheet.md rename to webservice/cheat-sheet.md diff --git a/src/content/1.7/webservice/getting-started.md b/webservice/getting-started.md similarity index 100% rename from src/content/1.7/webservice/getting-started.md rename to webservice/getting-started.md diff --git a/src/content/1.7/webservice/img/create-resource.svg b/webservice/img/create-resource.svg similarity index 100% rename from src/content/1.7/webservice/img/create-resource.svg rename to webservice/img/create-resource.svg diff --git a/src/content/1.7/webservice/img/create_access_key.png b/webservice/img/create_access_key.png similarity index 100% rename from src/content/1.7/webservice/img/create_access_key.png rename to webservice/img/create_access_key.png diff --git a/src/content/1.7/webservice/img/enable_webservice.png b/webservice/img/enable_webservice.png similarity index 100% rename from src/content/1.7/webservice/img/enable_webservice.png rename to webservice/img/enable_webservice.png diff --git a/src/content/1.7/webservice/img/update-resource.svg b/webservice/img/update-resource.svg similarity index 100% rename from src/content/1.7/webservice/img/update-resource.svg rename to webservice/img/update-resource.svg diff --git a/src/content/1.7/webservice/reference.md b/webservice/reference.md similarity index 100% rename from src/content/1.7/webservice/reference.md rename to webservice/reference.md diff --git a/src/content/1.7/webservice/resources/_index.md b/webservice/resources/_index.md similarity index 100% rename from src/content/1.7/webservice/resources/_index.md rename to webservice/resources/_index.md diff --git a/src/content/1.7/webservice/resources/addresses.md b/webservice/resources/addresses.md similarity index 100% rename from src/content/1.7/webservice/resources/addresses.md rename to webservice/resources/addresses.md diff --git a/src/content/1.7/webservice/resources/attachments.md b/webservice/resources/attachments.md similarity index 100% rename from src/content/1.7/webservice/resources/attachments.md rename to webservice/resources/attachments.md diff --git a/src/content/1.7/webservice/resources/carriers.md b/webservice/resources/carriers.md similarity index 100% rename from src/content/1.7/webservice/resources/carriers.md rename to webservice/resources/carriers.md diff --git a/src/content/1.7/webservice/resources/cart_rules.md b/webservice/resources/cart_rules.md similarity index 100% rename from src/content/1.7/webservice/resources/cart_rules.md rename to webservice/resources/cart_rules.md diff --git a/src/content/1.7/webservice/resources/carts.md b/webservice/resources/carts.md similarity index 100% rename from src/content/1.7/webservice/resources/carts.md rename to webservice/resources/carts.md diff --git a/src/content/1.7/webservice/resources/categories.md b/webservice/resources/categories.md similarity index 100% rename from src/content/1.7/webservice/resources/categories.md rename to webservice/resources/categories.md diff --git a/src/content/1.7/webservice/resources/combinations.md b/webservice/resources/combinations.md similarity index 100% rename from src/content/1.7/webservice/resources/combinations.md rename to webservice/resources/combinations.md diff --git a/src/content/1.7/webservice/resources/configurations.md b/webservice/resources/configurations.md similarity index 100% rename from src/content/1.7/webservice/resources/configurations.md rename to webservice/resources/configurations.md diff --git a/src/content/1.7/webservice/resources/contacts.md b/webservice/resources/contacts.md similarity index 100% rename from src/content/1.7/webservice/resources/contacts.md rename to webservice/resources/contacts.md diff --git a/src/content/1.7/webservice/resources/content_management_system.md b/webservice/resources/content_management_system.md similarity index 100% rename from src/content/1.7/webservice/resources/content_management_system.md rename to webservice/resources/content_management_system.md diff --git a/src/content/1.7/webservice/resources/countries.md b/webservice/resources/countries.md similarity index 100% rename from src/content/1.7/webservice/resources/countries.md rename to webservice/resources/countries.md diff --git a/src/content/1.7/webservice/resources/currencies.md b/webservice/resources/currencies.md similarity index 100% rename from src/content/1.7/webservice/resources/currencies.md rename to webservice/resources/currencies.md diff --git a/src/content/1.7/webservice/resources/customer_messages.md b/webservice/resources/customer_messages.md similarity index 100% rename from src/content/1.7/webservice/resources/customer_messages.md rename to webservice/resources/customer_messages.md diff --git a/src/content/1.7/webservice/resources/customer_threads.md b/webservice/resources/customer_threads.md similarity index 100% rename from src/content/1.7/webservice/resources/customer_threads.md rename to webservice/resources/customer_threads.md diff --git a/src/content/1.7/webservice/resources/customers.md b/webservice/resources/customers.md similarity index 100% rename from src/content/1.7/webservice/resources/customers.md rename to webservice/resources/customers.md diff --git a/src/content/1.7/webservice/resources/customizations.md b/webservice/resources/customizations.md similarity index 100% rename from src/content/1.7/webservice/resources/customizations.md rename to webservice/resources/customizations.md diff --git a/src/content/1.7/webservice/resources/deliveries.md b/webservice/resources/deliveries.md similarity index 100% rename from src/content/1.7/webservice/resources/deliveries.md rename to webservice/resources/deliveries.md diff --git a/src/content/1.7/webservice/resources/employees.md b/webservice/resources/employees.md similarity index 100% rename from src/content/1.7/webservice/resources/employees.md rename to webservice/resources/employees.md diff --git a/src/content/1.7/webservice/resources/groups.md b/webservice/resources/groups.md similarity index 100% rename from src/content/1.7/webservice/resources/groups.md rename to webservice/resources/groups.md diff --git a/src/content/1.7/webservice/resources/guests.md b/webservice/resources/guests.md similarity index 100% rename from src/content/1.7/webservice/resources/guests.md rename to webservice/resources/guests.md diff --git a/src/content/1.7/webservice/resources/image_types.md b/webservice/resources/image_types.md similarity index 100% rename from src/content/1.7/webservice/resources/image_types.md rename to webservice/resources/image_types.md diff --git a/src/content/1.7/webservice/resources/images.md b/webservice/resources/images.md similarity index 100% rename from src/content/1.7/webservice/resources/images.md rename to webservice/resources/images.md diff --git a/src/content/1.7/webservice/resources/languages.md b/webservice/resources/languages.md similarity index 100% rename from src/content/1.7/webservice/resources/languages.md rename to webservice/resources/languages.md diff --git a/src/content/1.7/webservice/resources/manufacturers.md b/webservice/resources/manufacturers.md similarity index 100% rename from src/content/1.7/webservice/resources/manufacturers.md rename to webservice/resources/manufacturers.md diff --git a/src/content/1.7/webservice/resources/messages.md b/webservice/resources/messages.md similarity index 100% rename from src/content/1.7/webservice/resources/messages.md rename to webservice/resources/messages.md diff --git a/src/content/1.7/webservice/resources/order_carriers.md b/webservice/resources/order_carriers.md similarity index 100% rename from src/content/1.7/webservice/resources/order_carriers.md rename to webservice/resources/order_carriers.md diff --git a/src/content/1.7/webservice/resources/order_cart_rules.md b/webservice/resources/order_cart_rules.md similarity index 100% rename from src/content/1.7/webservice/resources/order_cart_rules.md rename to webservice/resources/order_cart_rules.md diff --git a/src/content/1.7/webservice/resources/order_details.md b/webservice/resources/order_details.md similarity index 100% rename from src/content/1.7/webservice/resources/order_details.md rename to webservice/resources/order_details.md diff --git a/src/content/1.7/webservice/resources/order_histories.md b/webservice/resources/order_histories.md similarity index 100% rename from src/content/1.7/webservice/resources/order_histories.md rename to webservice/resources/order_histories.md diff --git a/src/content/1.7/webservice/resources/order_invoices.md b/webservice/resources/order_invoices.md similarity index 100% rename from src/content/1.7/webservice/resources/order_invoices.md rename to webservice/resources/order_invoices.md diff --git a/src/content/1.7/webservice/resources/order_payments.md b/webservice/resources/order_payments.md similarity index 100% rename from src/content/1.7/webservice/resources/order_payments.md rename to webservice/resources/order_payments.md diff --git a/src/content/1.7/webservice/resources/order_slip.md b/webservice/resources/order_slip.md similarity index 100% rename from src/content/1.7/webservice/resources/order_slip.md rename to webservice/resources/order_slip.md diff --git a/src/content/1.7/webservice/resources/order_states.md b/webservice/resources/order_states.md similarity index 100% rename from src/content/1.7/webservice/resources/order_states.md rename to webservice/resources/order_states.md diff --git a/src/content/1.7/webservice/resources/orders.md b/webservice/resources/orders.md similarity index 100% rename from src/content/1.7/webservice/resources/orders.md rename to webservice/resources/orders.md diff --git a/src/content/1.7/webservice/resources/price_ranges.md b/webservice/resources/price_ranges.md similarity index 100% rename from src/content/1.7/webservice/resources/price_ranges.md rename to webservice/resources/price_ranges.md diff --git a/src/content/1.7/webservice/resources/product_customization_fields.md b/webservice/resources/product_customization_fields.md similarity index 100% rename from src/content/1.7/webservice/resources/product_customization_fields.md rename to webservice/resources/product_customization_fields.md diff --git a/src/content/1.7/webservice/resources/product_feature_values.md b/webservice/resources/product_feature_values.md similarity index 100% rename from src/content/1.7/webservice/resources/product_feature_values.md rename to webservice/resources/product_feature_values.md diff --git a/src/content/1.7/webservice/resources/product_features.md b/webservice/resources/product_features.md similarity index 100% rename from src/content/1.7/webservice/resources/product_features.md rename to webservice/resources/product_features.md diff --git a/src/content/1.7/webservice/resources/product_option_values.md b/webservice/resources/product_option_values.md similarity index 100% rename from src/content/1.7/webservice/resources/product_option_values.md rename to webservice/resources/product_option_values.md diff --git a/src/content/1.7/webservice/resources/product_options.md b/webservice/resources/product_options.md similarity index 100% rename from src/content/1.7/webservice/resources/product_options.md rename to webservice/resources/product_options.md diff --git a/src/content/1.7/webservice/resources/product_suppliers.md b/webservice/resources/product_suppliers.md similarity index 100% rename from src/content/1.7/webservice/resources/product_suppliers.md rename to webservice/resources/product_suppliers.md diff --git a/src/content/1.7/webservice/resources/products.md b/webservice/resources/products.md similarity index 100% rename from src/content/1.7/webservice/resources/products.md rename to webservice/resources/products.md diff --git a/src/content/1.7/webservice/resources/search.md b/webservice/resources/search.md similarity index 100% rename from src/content/1.7/webservice/resources/search.md rename to webservice/resources/search.md diff --git a/src/content/1.7/webservice/resources/shop_groups.md b/webservice/resources/shop_groups.md similarity index 100% rename from src/content/1.7/webservice/resources/shop_groups.md rename to webservice/resources/shop_groups.md diff --git a/src/content/1.7/webservice/resources/shop_urls.md b/webservice/resources/shop_urls.md similarity index 100% rename from src/content/1.7/webservice/resources/shop_urls.md rename to webservice/resources/shop_urls.md diff --git a/src/content/1.7/webservice/resources/shops.md b/webservice/resources/shops.md similarity index 100% rename from src/content/1.7/webservice/resources/shops.md rename to webservice/resources/shops.md diff --git a/src/content/1.7/webservice/resources/specific_price_rules.md b/webservice/resources/specific_price_rules.md similarity index 100% rename from src/content/1.7/webservice/resources/specific_price_rules.md rename to webservice/resources/specific_price_rules.md diff --git a/src/content/1.7/webservice/resources/specific_prices.md b/webservice/resources/specific_prices.md similarity index 100% rename from src/content/1.7/webservice/resources/specific_prices.md rename to webservice/resources/specific_prices.md diff --git a/src/content/1.7/webservice/resources/states.md b/webservice/resources/states.md similarity index 100% rename from src/content/1.7/webservice/resources/states.md rename to webservice/resources/states.md diff --git a/src/content/1.7/webservice/resources/stock_availables.md b/webservice/resources/stock_availables.md similarity index 100% rename from src/content/1.7/webservice/resources/stock_availables.md rename to webservice/resources/stock_availables.md diff --git a/src/content/1.7/webservice/resources/stock_movement_reasons.md b/webservice/resources/stock_movement_reasons.md similarity index 100% rename from src/content/1.7/webservice/resources/stock_movement_reasons.md rename to webservice/resources/stock_movement_reasons.md diff --git a/src/content/1.7/webservice/resources/stock_movements.md b/webservice/resources/stock_movements.md similarity index 100% rename from src/content/1.7/webservice/resources/stock_movements.md rename to webservice/resources/stock_movements.md diff --git a/src/content/1.7/webservice/resources/stocks.md b/webservice/resources/stocks.md similarity index 100% rename from src/content/1.7/webservice/resources/stocks.md rename to webservice/resources/stocks.md diff --git a/src/content/1.7/webservice/resources/stores.md b/webservice/resources/stores.md similarity index 100% rename from src/content/1.7/webservice/resources/stores.md rename to webservice/resources/stores.md diff --git a/src/content/1.7/webservice/resources/suppliers.md b/webservice/resources/suppliers.md similarity index 100% rename from src/content/1.7/webservice/resources/suppliers.md rename to webservice/resources/suppliers.md diff --git a/src/content/1.7/webservice/resources/supply_order_details.md b/webservice/resources/supply_order_details.md similarity index 100% rename from src/content/1.7/webservice/resources/supply_order_details.md rename to webservice/resources/supply_order_details.md diff --git a/src/content/1.7/webservice/resources/supply_order_histories.md b/webservice/resources/supply_order_histories.md similarity index 100% rename from src/content/1.7/webservice/resources/supply_order_histories.md rename to webservice/resources/supply_order_histories.md diff --git a/src/content/1.7/webservice/resources/supply_order_receipt_histories.md b/webservice/resources/supply_order_receipt_histories.md similarity index 100% rename from src/content/1.7/webservice/resources/supply_order_receipt_histories.md rename to webservice/resources/supply_order_receipt_histories.md diff --git a/src/content/1.7/webservice/resources/supply_order_states.md b/webservice/resources/supply_order_states.md similarity index 100% rename from src/content/1.7/webservice/resources/supply_order_states.md rename to webservice/resources/supply_order_states.md diff --git a/src/content/1.7/webservice/resources/supply_orders.md b/webservice/resources/supply_orders.md similarity index 100% rename from src/content/1.7/webservice/resources/supply_orders.md rename to webservice/resources/supply_orders.md diff --git a/src/content/1.7/webservice/resources/tags.md b/webservice/resources/tags.md similarity index 100% rename from src/content/1.7/webservice/resources/tags.md rename to webservice/resources/tags.md diff --git a/src/content/1.7/webservice/resources/tax_rule_groups.md b/webservice/resources/tax_rule_groups.md similarity index 100% rename from src/content/1.7/webservice/resources/tax_rule_groups.md rename to webservice/resources/tax_rule_groups.md diff --git a/src/content/1.7/webservice/resources/tax_rules.md b/webservice/resources/tax_rules.md similarity index 100% rename from src/content/1.7/webservice/resources/tax_rules.md rename to webservice/resources/tax_rules.md diff --git a/src/content/1.7/webservice/resources/taxes.md b/webservice/resources/taxes.md similarity index 100% rename from src/content/1.7/webservice/resources/taxes.md rename to webservice/resources/taxes.md diff --git a/src/content/1.7/webservice/resources/translated_configurations.md b/webservice/resources/translated_configurations.md similarity index 100% rename from src/content/1.7/webservice/resources/translated_configurations.md rename to webservice/resources/translated_configurations.md diff --git a/src/content/1.7/webservice/resources/warehouse_product_locations.md b/webservice/resources/warehouse_product_locations.md similarity index 100% rename from src/content/1.7/webservice/resources/warehouse_product_locations.md rename to webservice/resources/warehouse_product_locations.md diff --git a/src/content/1.7/webservice/resources/warehouses.md b/webservice/resources/warehouses.md similarity index 100% rename from src/content/1.7/webservice/resources/warehouses.md rename to webservice/resources/warehouses.md diff --git a/src/content/1.7/webservice/resources/weight_ranges.md b/webservice/resources/weight_ranges.md similarity index 100% rename from src/content/1.7/webservice/resources/weight_ranges.md rename to webservice/resources/weight_ranges.md diff --git a/src/content/1.7/webservice/resources/zones.md b/webservice/resources/zones.md similarity index 100% rename from src/content/1.7/webservice/resources/zones.md rename to webservice/resources/zones.md diff --git a/src/content/1.7/webservice/tutorials/_index.md b/webservice/tutorials/_index.md similarity index 100% rename from src/content/1.7/webservice/tutorials/_index.md rename to webservice/tutorials/_index.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/_index.md b/webservice/tutorials/advanced-use/_index.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/_index.md rename to webservice/tutorials/advanced-use/_index.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/additional-list-parameters.md b/webservice/tutorials/advanced-use/additional-list-parameters.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/additional-list-parameters.md rename to webservice/tutorials/advanced-use/additional-list-parameters.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/image-management.md b/webservice/tutorials/advanced-use/image-management.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/image-management.md rename to webservice/tutorials/advanced-use/image-management.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/manage-configuration.md b/webservice/tutorials/advanced-use/manage-configuration.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/manage-configuration.md rename to webservice/tutorials/advanced-use/manage-configuration.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/manage-multishop.md b/webservice/tutorials/advanced-use/manage-multishop.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/manage-multishop.md rename to webservice/tutorials/advanced-use/manage-multishop.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/multilang-fields.md b/webservice/tutorials/advanced-use/multilang-fields.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/multilang-fields.md rename to webservice/tutorials/advanced-use/multilang-fields.md diff --git a/src/content/1.7/webservice/tutorials/advanced-use/specific-price.md b/webservice/tutorials/advanced-use/specific-price.md similarity index 100% rename from src/content/1.7/webservice/tutorials/advanced-use/specific-price.md rename to webservice/tutorials/advanced-use/specific-price.md diff --git a/src/content/1.7/webservice/tutorials/creating-access.md b/webservice/tutorials/creating-access.md similarity index 100% rename from src/content/1.7/webservice/tutorials/creating-access.md rename to webservice/tutorials/creating-access.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/_index.md b/webservice/tutorials/prestashop-webservice-lib/_index.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/_index.md rename to webservice/tutorials/prestashop-webservice-lib/_index.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/create-resource.md b/webservice/tutorials/prestashop-webservice-lib/create-resource.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/create-resource.md rename to webservice/tutorials/prestashop-webservice-lib/create-resource.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/delete-resource.md b/webservice/tutorials/prestashop-webservice-lib/delete-resource.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/delete-resource.md rename to webservice/tutorials/prestashop-webservice-lib/delete-resource.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/listing-resources.md b/webservice/tutorials/prestashop-webservice-lib/listing-resources.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/listing-resources.md rename to webservice/tutorials/prestashop-webservice-lib/listing-resources.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/retrieve-resource.md b/webservice/tutorials/prestashop-webservice-lib/retrieve-resource.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/retrieve-resource.md rename to webservice/tutorials/prestashop-webservice-lib/retrieve-resource.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/setup-library.md b/webservice/tutorials/prestashop-webservice-lib/setup-library.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/setup-library.md rename to webservice/tutorials/prestashop-webservice-lib/setup-library.md diff --git a/src/content/1.7/webservice/tutorials/prestashop-webservice-lib/update-resource.md b/webservice/tutorials/prestashop-webservice-lib/update-resource.md similarity index 100% rename from src/content/1.7/webservice/tutorials/prestashop-webservice-lib/update-resource.md rename to webservice/tutorials/prestashop-webservice-lib/update-resource.md diff --git a/src/content/1.7/webservice/tutorials/testing-access.md b/webservice/tutorials/testing-access.md similarity index 100% rename from src/content/1.7/webservice/tutorials/testing-access.md rename to webservice/tutorials/testing-access.md