Skip to content

Commit c544143

Browse files
authored
Merge pull request #6917 from umbraco/cloud/duplicateLandingpages
Duplicate Cloud landing pages
2 parents b9a621b + b683a85 commit c544143

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

umbraco-cloud/.gitbook.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ redirects:
4040
deployments/deploy-operations/clearing-cached-signatures: deployment/deploy-dashboard.md
4141
deployments/deploy-operations/deploy-schema: deployment/deploy-dashboard.md
4242
deployments/deploy-operations/extract-schema-to-data-files: deployment/deploy-dashboard.md
43-
getting-started/migrate-existing-site: getting-started/migrate-to-umbraco-cloud.md
43+
getting-started/migrate-existing-site: getting-started/migrate-to-umbraco-cloud.md
44+
set-up/set-up.md: set-up/ready-to-set-up-your-project.md
45+
troubleshooting/README.md: troubleshooting/resolve-issues-quickly-and-efficiently.md

umbraco-cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
Umbraco Cloud is a hosting option for your favorite Umbraco CMS offered by Umbraco HQ. Built on Microsoft Azure Cloud and encompassing web standard approaches, Umbraco Cloud is familiar to Umbraco's new and old users. With Umbraco Cloud, there are no limits to what you can accomplish. You can do anything with Umbraco and web technology with Umbraco Cloud.
1010

11-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Learn how to get started working with Umbraco Cloud.</td><td><a href="getting-started/the-umbraco-cloud-portal/">the-umbraco-cloud-portal</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td><strong>Setup</strong></td><td>Learn how you can set up your Umbraco Cloud projects.</td><td><a href="set-up/set-up.md">set-up.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Setup.png">Documentations Icons_Umbraco_Cloud_Setup.png</a></td></tr><tr><td><strong>Deployments</strong></td><td>Learn how Deployments on Umbraco Cloud works.</td><td><a href="deployment/">deployment</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Deploying.png">Documentations Icons_Umbraco_Cloud_Deploying.png</a></td></tr></tbody></table>
11+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Learn how to get started working with Umbraco Cloud.</td><td><a href="getting-started/the-umbraco-cloud-portal/">the-umbraco-cloud-portal</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td><strong>Setup</strong></td><td>Learn how you can set up your Umbraco Cloud projects.</td><td><a href="set-up/ready-to-set-up-your-project.md">set-up/ready-to-set-up-your-project.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Setup.png">Documentations Icons_Umbraco_Cloud_Setup.png</a></td></tr><tr><td><strong>Deployments</strong></td><td>Learn how Deployments on Umbraco Cloud works.</td><td><a href="deployment/">deployment</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Deploying.png">Documentations Icons_Umbraco_Cloud_Deploying.png</a></td></tr></tbody></table>
1212

1313
{% embed url="https://www.youtube.com/watch?v=gKaDKENeea4" %}
1414
How to create a trial

umbraco-cloud/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
## Set up
2929

3030
* [Ready to Set Up Your Project?](set-up/ready-to-set-up-your-project.md)
31-
* [Set Up](set-up/set-up.md)
3231
* [Working with a Local Clone](set-up/working-locally.md)
3332
* [Legacy Umbraco Visual Studio Setup](set-up/legacy-umbraco-visual-studio-setup.md)
3433
* [Copy of Working with Linux/macOS](set-up/working-with-linux-macos.md)
@@ -122,7 +121,6 @@
122121
## Troubleshooting
123122

124123
* [Resolve Issues Quickly and Efficiently](troubleshooting/resolve-issues-quickly-and-efficiently.md)
125-
* [Troubleshooting](troubleshooting/README.md)
126124
* [Troubleshooting FAQ](troubleshooting/faq.md)
127125
* [Log files](troubleshooting/log-files.md)
128126
* [The Umbraco Backoffice](troubleshooting/troubleshooting-backoffice.md)

umbraco-cloud/set-up/power-tools/generating-uda-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ Follow these steps to generate UDA files:
123123

124124
Generating UDA files manually might sometimes end up giving you collision errors on your environments due to duplicates. This can be resolved by following our [Structure Error](../../troubleshooting/deployments/structure-error.md) documentation.
125125

126-
Find general information about Kudu and how to access the tool in the [Power tools](../set-up.md) article.
126+
Find general information about Kudu and how to access the tool in the [Power tools](README.md) article.

umbraco-cloud/set-up/power-tools/manual-extractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Sometimes, you might encounter a deploy-marker called `deploy`. This usually mea
3434

3535
Sometimes, you might also need to run this extraction locally. This can be done by following the above steps using Command Prompt (CMD) on your local machine and navigating to the `/umbraco/data` folder in your local project folder.
3636

37-
Find general information about Kudu and how to access the tool in the [Power tools](../set-up.md) article.
37+
Find general information about Kudu and how to access the tool in the [Power tools](README.md) article.

umbraco-cloud/set-up/ready-to-set-up-your-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section will walk you through everything you need to configure your project
88

99

1010

11-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="set-up.md">Set Up</a></td><td>Start by setting up your Umbraco Cloud project</td><td><a href="set-up.md">set-up.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_Cloud_Setup (1).png">Documentations Icons_Umbraco_Cloud_Setup (1).png</a></td></tr><tr><td><a href="working-locally.md">Working with a Local Clone</a></td><td>Explore how to clone your project, make changes locally, and then push the updates to Umbraco Cloud</td><td><a href="working-locally.md">working-locally.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_MultiSite_Setup.png">Documentations Icons_Umbraco_CMS_Tutorials_MultiSite_Setup.png</a></td></tr><tr><td><a href="manage-environments.md">Manage Environments</a></td><td>Learn how to create, manage, and deploy changes across Development, Staging, and Production environments.</td><td><a href="manage-environments.md">manage-environments.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_Multilingual_Website.png">Documentations Icons_Umbraco_CMS_Tutorials_Multilingual_Website.png</a></td></tr><tr><td><a href="project-settings/">Project Settings</a></td><td>Fine-tune your project settings, including hostnames, database configurations, and general project management options.</td><td><a href="project-settings/">project-settings</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Implementation_Routing.png">Documentations Icons_Umbraco_CMS_Implementation_Routing.png</a></td></tr><tr><td><a href="going-live.md">Going Live</a></td><td>When your project is ready, follow these steps to ensure a smooth launch.</td><td><a href="going-live.md">going-live.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice.png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice.png</a></td></tr><tr><td><a href="azure-blob-storage/">Azure Blob Storage</a></td><td>Need scalable media storage? Learn how to integrate <strong>Azure Blob Storage</strong> with your Umbraco Cloud project for better performance and scalability.</td><td><a href="azure-blob-storage/">azure-blob-storage</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Data.png">Documentations Icons_Umbraco_CMS_Fundamentals_Data.png</a></td></tr></tbody></table>
11+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="set-up/ready-to-set-up-your-project.md">Set Up</a></td><td>Start by setting up your Umbraco Cloud project</td><td><a href="set-up/ready-to-set-up-your-project.md">set-up.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_Cloud_Setup (1).png">Documentations Icons_Umbraco_Cloud_Setup (1).png</a></td></tr><tr><td><a href="working-locally.md">Working with a Local Clone</a></td><td>Explore how to clone your project, make changes locally, and then push the updates to Umbraco Cloud</td><td><a href="working-locally.md">working-locally.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_MultiSite_Setup.png">Documentations Icons_Umbraco_CMS_Tutorials_MultiSite_Setup.png</a></td></tr><tr><td><a href="manage-environments.md">Manage Environments</a></td><td>Learn how to create, manage, and deploy changes across Development, Staging, and Production environments.</td><td><a href="manage-environments.md">manage-environments.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_Multilingual_Website.png">Documentations Icons_Umbraco_CMS_Tutorials_Multilingual_Website.png</a></td></tr><tr><td><a href="project-settings/">Project Settings</a></td><td>Fine-tune your project settings, including hostnames, database configurations, and general project management options.</td><td><a href="project-settings/">project-settings</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Implementation_Routing.png">Documentations Icons_Umbraco_CMS_Implementation_Routing.png</a></td></tr><tr><td><a href="going-live.md">Going Live</a></td><td>When your project is ready, follow these steps to ensure a smooth launch.</td><td><a href="going-live.md">going-live.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice.png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice.png</a></td></tr><tr><td><a href="azure-blob-storage/">Azure Blob Storage</a></td><td>Need scalable media storage? Learn how to integrate <strong>Azure Blob Storage</strong> with your Umbraco Cloud project for better performance and scalability.</td><td><a href="azure-blob-storage/">azure-blob-storage</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Data.png">Documentations Icons_Umbraco_CMS_Fundamentals_Data.png</a></td></tr></tbody></table>
1212

1313
## Also in this section
1414

0 commit comments

Comments
 (0)