Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d93a56b

Browse files
Merge pull request magento-commerce/devdocs#2610 from magento-devdocs/tshoot-cloud
Redirect troubleshooting topics from the Cloud Guide
2 parents 3ba327f + 8167d5f commit d93a56b

16 files changed

+12
-107
lines changed

src/_data/toc/cloud-guide.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -570,46 +570,14 @@ pages:
570570
versionless: true
571571
children:
572572

573-
- label: Troubleshoot deployment
574-
url: /cloud/trouble/troubleshoot-deployment.html
575-
versionless: true
576-
577-
- label: Incorrect credentials
578-
url: /cloud/trouble/trouble_ce-creds.html
579-
versionless: true
580-
581-
- label: Resolve issues with a new project
582-
url: /cloud/trouble/trouble_proj-startover.html
583-
versionless: true
584-
585573
- label: Component deployment failure
586574
url: /cloud/trouble/trouble_comp-deploy-fail.html
587575
versionless: true
588576

589-
- label: Resolve issues with encryption key
590-
url: /cloud/trouble/trouble-crypt-key-variable.html
591-
versionless: true
592-
593-
- label: Resolve issues with HTML minification
594-
url: /cloud/trouble/trouble-error-html-minification.html
595-
versionless: true
596-
597-
- label: Resolve issues with Google Analytics during deployment
598-
url: /cloud/trouble/trouble-google-analytics-deploy.html
599-
versionless: true
600-
601-
- label: Site availability
602-
url: /cloud/trouble/site-availability.html
603-
versionless: true
604-
605577
- label: Add site map and search engine robots
606578
url: /cloud/trouble/robots-sitemap.html
607579
versionless: true
608580

609-
- label: Theme troubleshooting
610-
url: /cloud/trouble/theme-troubleshooting.html
611-
versionless: true
612-
613581
- label: Upgrades and patches
614582
url: /cloud/project/project-upgrade-parent.html
615583
versionless: true

src/cloud/docker/docker-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Prior to setting up a local workspace, gather the following credentials and acco
115115
[authentication keys]: {{site.baseurl}}/guides/v2.3/install-gde/prereq/connect-auth.html
116116
[Magento Cloud template]: https://github.com/magento/magento-cloud
117117
[Set up an account]: {{site.baseurl}}/cloud/before/before-workspace.html#newaccount
118-
[Resolve issues with encryption key]: {{site.baseurl}}/cloud/trouble/trouble-crypt-key-variable.html
118+
[Resolve issues with encryption key]: https://support.magento.com/hc/en-us/articles/360033978652
119119
[Update the hosts file and install dependencies]: {{site.baseurl}}/cloud/docker/docker-installation.html#update-the-hosts-file-and-install-dependencies
120120
[{{site.data.var.mcd-package}} GitHub repository]: https://github.com/magento/magento-cloud-docker
121121
[Get support for {{site.data.var.mcd-prod}}]: {{site.baseurl}}/cloud/docker/docker-troubleshooting.html

src/cloud/live/live-sanity-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you modified your `composer.json` file to add modules, we recommend running t
2727

2828
Your Git branch must have the following files for building and deploying to your local, Integration, Staging, and Production environments:
2929

30-
* `auth.json` in the root project directory. This file includes the authentication keys entered when creating the project. If you need to verify the file and settings, see [Troubleshoot deployment]({{ site.baseurl }}/cloud/trouble/troubleshoot-deployment.html).
30+
* `auth.json` in the root project directory. This file includes the authentication keys entered when creating the project. If you need to verify the file and settings, see [Troubleshoot deployment](https://support.magento.com/hc/en-us/articles/4411647469965).
3131
* `config.php` if you use [Configuration Management]({{ site.baseurl }}/cloud/live/sens-data-over.html) to manage configuration settings
3232
* [`.magento.app.yaml`]({{ site.baseurl }}/cloud/project/magento-app.html) is updated and saved in the root directory
3333
* [`services.yaml`]({{ site.baseurl }}/cloud/project/services.html) is updated and saved in `magento/`

src/cloud/reference/discover-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For all Starter environments and Pro Integration environments, pushing your Git
4141

4242
Your Git branch must have the following files for building and deploying in your local environment and to Integration, Staging, and Production environments:
4343

44-
- `auth.json`—in the root project directory. This file includes the authentication keys entered when creating the project. The file is generated as part of autoprovisioning a new project using a blank template. If you need to verify the file and settings, see [Troubleshooting deployment]({{ site.baseurl }}/cloud/trouble/troubleshoot-deployment.html).
44+
- `auth.json`—in the root project directory. This file includes the authentication keys entered when creating the project. The file is generated as part of autoprovisioning a new project using a blank template. If you need to verify the file and settings, see [Troubleshooting deployment](https://support.magento.com/hc/en-us/articles/4411647469965).
4545
- [`app/etc/config.php`]({{ site.baseurl }}/cloud/live/sens-data-over.html)—auto-generates during the build phase if it does not exist.
4646
- [`.magento.app.yaml`]({{ site.baseurl }}/cloud/project/magento-app.html)—updates and saves to the root directory.
4747
- [`.magento/services.yaml`]({{ site.baseurl }}/cloud/project/services.html)—updates and saves to the `magento/` directory.

src/cloud/setup/first-time-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Prior to setting up a workspace, gather the following credentials and accounts:
2727

2828
- **{{site.data.var.ee}} Encryption Key**
2929

30-
When importing an existing system only, capture the encryption key used to protect your access and data for the database. For details on this key, see [Resolve issues with encryption key]({{ site.baseurl }}/cloud/trouble/trouble-crypt-key-variable.html)
30+
When importing an existing system only, capture the encryption key used to protect your access and data for the database. For details on this key, see [Resolve issues with encryption key](https://support.magento.com/hc/en-us/articles/360033978652)
3131

3232
## Launch a Docker environment {#docker}
3333

src/cloud/trouble/site-availability.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ functional_areas:
55
- Cloud
66
- Configuration
77
- Services
8+
redirect_to: https://support.magento.com/hc/en-us/articles/115002729613
89
---
910

1011
If you have site availability issues, the first thing you should do is review your [deployment logs]({{ site.baseurl }}/cloud/project/log-locations.html) to see if you can identify the problem.

src/cloud/trouble/theme-troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
group: cloud-guide
33
title: Theme troubleshooting
4+
redirect_to: https://support.magento.com/hc/en-us/articles/360034358571
45
---
56

67
This information helps you troubleshoot issues with themes added to your {{site.data.var.ece}} sites and stores.

src/cloud/trouble/trouble-crypt-key-variable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Resolve issues with encryption key
44
functional_areas:
55
- Cloud
66
- Setup
7+
redirect_to: https://support.magento.com/hc/en-us/articles/360033978652
78
---
89

910
This topic discusses solutions to typical issues you might experience with {{site.data.var.ee}} encryption key in your environments.

src/cloud/trouble/trouble-error-html-minification.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/cloud/trouble/trouble-google-analytics-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ functional_areas:
55
- Cloud
66
- Configuration
77
- Services
8+
redirect_to: https://support.magento.com/hc/en-us/articles/360033743772
89
---
910

1011
## Resolve issues with Google Analytics during deployment

0 commit comments

Comments
 (0)