Skip to content

Commit cefec3e

Browse files
Merge pull request magento#346 from magento-devdocs/COMDOX-115-migration-metadata
COMDOX-115: Migrate Cloud Guide from magento/devdocs
2 parents 1058815 + bec72be commit cefec3e

File tree

139 files changed

+289
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+289
-19
lines changed

src/_data/main-nav.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
- label: Cloud basics
55
children:
66
- label: Cloud Guide
7-
url: /cloud/bk-cloud.html
7+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/overview.html
88
versionless: true
99

1010
- label: Cloud Architecture
11-
url: /cloud/architecture/cloud-architecture.html
11+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/cloud-architecture.html
1212
versionless: true
1313

1414
- label: Project Structure
15-
url: /cloud/project/project-start.html
15+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/project/file-structure.html
1616
versionless: true
1717

1818
- label: Upgrades and Patches
19-
url: /cloud/project/project-upgrade-parent.html
19+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/upgrade/best-practices.html
2020
versionless: true
2121

2222
- label: Release Notes
23-
url: /cloud/release-notes/cloud-tools.html
23+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/release-notes/cloud-tools-suite.html
2424
versionless: true
2525

2626
- label: Cloud development
@@ -38,11 +38,11 @@
3838
versionless: true
3939

4040
- label: Configure Application
41-
url: /cloud/project/magento-app.html
41+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/app/configure-app-yaml.html
4242
versionless: true
4343

4444
- label: Configure Environments
45-
url: /cloud/env/environments.html
45+
url: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/env/configure-env-yaml.html
4646
versionless: true
4747

4848
- label: Functional Testing

src/cloud/architecture/cloud-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ functional_areas:
55
- Cloud
66
redirect_from:
77
- /cloud/basic-information/cloud-plans.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/cloud-architecture.html
9+
layout: migrated
810
---
911

1012
{{site.data.var.ece}} has a Starter and a Pro plan. Each plan has a unique architecture to drive your {{site.data.var.ee}} development and deployment process. Both the Starter plan and the Pro plan architecture deploy databases, web server, and caching servers across multiple environments for end-to-end testing while supporting continuous integration.

src/cloud/architecture/pro-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ redirect_from:
77
- /cloud/architecture/pro-architecture-legacy.html
88
functional_areas:
99
- Cloud
10+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/pro-architecture.html
11+
layout: migrated
1012
---
1113

1214
Your {{site.data.var.ece}} Pro architecture supports multiple environments that you can use to develop, test, and launch your store.

src/cloud/architecture/pro-develop-deploy-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ redirect_from:
77
- /cloud/trouble/pro-env-management.html
88
functional_areas:
99
- Cloud
10+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/pro-develop-deploy-workflow.html
11+
layout: migrated
1012
---
1113

1214
The {{site.data.var.ece}} Pro plan includes a single Git repository with a Global Master and three main environments: the **Integration** environment for development and testing, the **Staging** environment for testing with all services, and the **Production** environment for launching and maintaining your live site. See [Pro architecture]({{ site.baseurl }}/cloud/architecture/pro-architecture.html) for an overview.

src/cloud/architecture/scaled-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ group: cloud-guide
33
title: Scaled architecture
44
functional_areas:
55
- Cloud
6+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/scaled-architecture.html
7+
layout: migrated
68
---
79

810
The Cloud infrastructure scales according to your resource needs to achieve greater efficiency. The {{site.data.var.ece}} monitors your applications and can adjust capacity to maintain steady, predictable performance. Converting to this architecture helps to mitigate problems, such as latency or large spikes in traffic.

src/cloud/architecture/starter-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ functional_areas:
55
- Cloud
66
redirect_from:
77
- /cloud/basic-information/starter-architecture.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/starter-architecture.html
9+
layout: migrated
810
---
911

1012
Your {{site.data.var.ece}} Starter architecture supports up to **four** environments, including a Master environment that contains the initial project code, the Staging environment, and up to two Integration environments.

src/cloud/architecture/starter-develop-deploy-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ functional_areas:
55
- Cloud
66
redirect_from:
77
- /cloud/basic-information/starter-develop-deploy-workflow.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/architecture/starter-develop-deploy-workflow.html
9+
layout: migrated
810
---
911

1012
The {{site.data.var.ece}} includes a single Git repository with a master branch for the Production environment that can be branched to create Staging and Integration environments for testing and development work. You can have up to four active environments, including a `master` environment for your production server. See [Starter architecture]({{ site.baseurl }}/cloud/architecture/starter-architecture.html) for an overview.

src/cloud/before/before-setup-env-2_clone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ redirect_from:
66
functional_areas:
77
- Cloud
88
- Setup
9+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/cli-branches.html
10+
layout: migrated
911
---
1012

1113
{:.ref-header}

src/cloud/before/before-setup-env-install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ functional_areas:
88
- Install
99
- Setup
1010
- Configuration
11+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/overview.html
12+
layout: migrated
1113
---
1214

1315
{:.ref-header}

src/cloud/before/before-workspace-file-sys-owner.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Set up the file system owner
44
functional_areas:
55
- Cloud
66
- Setup
7+
migrated_to: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/dev-tools/cloud-cli.html
8+
layout: migrated
79
---
810

911
{:.ref-header}

0 commit comments

Comments
 (0)