diff --git a/umbraco-cloud/.gitbook.yaml b/umbraco-cloud/.gitbook.yaml index 56117ac1e57..3cbd623e736 100644 --- a/umbraco-cloud/.gitbook.yaml +++ b/umbraco-cloud/.gitbook.yaml @@ -16,7 +16,7 @@ redirects: set-up/dedicated-resources: set-up/project-settings/dedicated-resources.md set-up/upgrade-umbraco-cloud-plan: set-up/project-settings/upgrade-umbraco-cloud-plan.md set-up/usage: set-up/project-settings/usage/README.md - set-up/manage-subscriptions: set-up/manage-subscriptions/README.md + set-up/manage-subscriptions: set-up/new-shop/README.md upgrades/migrate-from-umbraco-10-to-11: product-upgrades/major-upgrades.md product-upgrades/migrate-a-umbraco-8-project-to-umbraco-10: product-upgrades/version-specific-upgrades/migrate-from-8-to-latest.md upgrades/migrating-from-8-to-10: product-upgrades/version-specific-upgrades/migrate-from-8-to-latest.md @@ -35,7 +35,7 @@ redirects: set-up/2-factor-authentication-on-cloud: set-up/multi-factor-authentication-on-cloud.md getting-started/baselines/high-level-overview: getting-started/baselines/README.md set-up/working-with-mac: set-up/working-with-linux-macos.md - deployment: deployments/deployment.md + deployments: deployment/deployment.md deployments/deploy-operations: deployment/deploy-dashboard.md deployments/deploy-operations/clearing-cached-signatures: deployment/deploy-dashboard.md deployments/deploy-operations/deploy-schema: deployment/deploy-dashboard.md diff --git a/umbraco-cloud/SUMMARY.md b/umbraco-cloud/SUMMARY.md index 1f4cbda82ae..7d13c74155d 100644 --- a/umbraco-cloud/SUMMARY.md +++ b/umbraco-cloud/SUMMARY.md @@ -81,7 +81,7 @@ ## Deployments -* [Streamline Your Deployments](deployments/streamline-your-deployments.md) +* [Streamline Your Deployments](deployment/streamline-your-deployments.md) * [Deployment](deployment/README.md) * [Deploying between environments](deployment/cloud-to-cloud.md) * [Transferring Content, Media, Members, and Forms](deployment/content-transfer.md) diff --git a/umbraco-cloud/deployments/streamline-your-deployments.md b/umbraco-cloud/deployment/streamline-your-deployments.md similarity index 99% rename from umbraco-cloud/deployments/streamline-your-deployments.md rename to umbraco-cloud/deployment/streamline-your-deployments.md index b3a903482ed..e309cc9dbbb 100644 --- a/umbraco-cloud/deployments/streamline-your-deployments.md +++ b/umbraco-cloud/deployment/streamline-your-deployments.md @@ -6,8 +6,6 @@ description: Follow these guides to ensure smooth and efficient Deployments This section covers everything you need to know about deploying changes, transferring content, managing deletions, and handling hotfixes. Whether deploying between environments or restoring content, these articles will help you streamline your workflow. - -
| Deployment | Understand the basics of deployments in Umbraco Cloud, including how environments interact and what happens when you deploy changes. | deployment | Documentations Icons_Umbraco_Cloud_Deploying (1).png |
| Deploying Between Environments | Move changes smoothly between Development, Staging, and Production environments. Learn the best practices for a seamless deployment process. | cloud-to-cloud.md | Documentations Icons_Umbraco_CMS_Tutorials_Multilingual_Website.png |
| Transferring Content, Media, Members, and Forms | This section explains how to transfer content, media, members, and Umbraco Forms between environments. | content-transfer.md | Documentations Icons_Umbraco_CMS_Extending_Backoffice_UI_API.png |
| Deploying Deletions | By default, deletions are not deployed automatically to prevent accidental data loss. Learn how to manage deletions correctly. | deploying-deletions.md | Documentations Icons_Umbraco_CMS_Implementation_Composing.png |
| Deployment Webhook | Automate and integrate deployments with external systems using Deployment Webhooks. | deployment-webhook.md | Documentations Icons_Umbraco_CMS_Extending_Property_Editors.png |
| Deploying Changes | Explore how schema changes, configuration updates, and code changes are handled in Umbraco Cloud. | local-to-cloud.md | Documentations Icons_Umbraco_CMS_Tutorials_Umbraco_Forms_and_Zapier.png |