From 8cd7232d5997bbe8aa7997ce387dcd67f8586691 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 13 Nov 2024 09:44:44 +0100 Subject: [PATCH] Update SUMMARY and landingpage --- 15/umbraco-deploy/README.md | 4 ++-- 15/umbraco-deploy/SUMMARY.md | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/15/umbraco-deploy/README.md b/15/umbraco-deploy/README.md index af3d42b6861..8d4b80fb49a 100644 --- a/15/umbraco-deploy/README.md +++ b/15/umbraco-deploy/README.md @@ -17,11 +17,11 @@ Umbraco Deploy is a deployment tool that helps you with the process of transferr
Set up Umbraco DeployLearn how you can set up Umbraco Deploy on new and existing Umbraco projects.update.pnginstall-configure.md
Deployment workflow inLearn about how the Deployment workflow in Umbraco Deploy work.lightbulb.pngdeployment-workflow
UpgradingLearn how you can upgrade Umbraco Deploy.code_cursor.pngupgrades
{% content-ref url="getting-started/deploy-settings.md" %} -[deploy-settings.md](getting-started/deploy-settings.md) +[getting-started/deploy-settings.md](getting-started/deploy-settings.md) {% endcontent-ref %} {% content-ref url="getting-started/extending.md" %} -[extending.md](getting-started/extending.md) +[getting-started/extending.md](getting-started/extending.md) {% endcontent-ref %} {% content-ref url="troubleshooting.md" %} diff --git a/15/umbraco-deploy/SUMMARY.md b/15/umbraco-deploy/SUMMARY.md index 48a4f048267..22252b3475e 100644 --- a/15/umbraco-deploy/SUMMARY.md +++ b/15/umbraco-deploy/SUMMARY.md @@ -1,7 +1,9 @@ # Table of contents * [Umbraco Deploy Documentation](README.md) -* [Release Notes](release-notes.md) +* [Legacy Documentation](legacy-documentation.md) +* [Release notes](release-notes.md) +* [Troubleshooting](troubleshooting.md) ## Installation @@ -16,7 +18,23 @@ ## Getting Started * [Getting started](getting-started/get-started-with-deploy.md) +* [CI/CD Build and Deployment Pipeline](getting-started/cicd-pipeline/README.md) + * [Azure DevOps](getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md) + * [Github actions](getting-started/cicd-pipeline/ci-cd-github-actions.md) +* [Streamlining Local Development](getting-started/streamlining-local-development.md) +* [Configuration](getting-started/deploy-settings.md) +* [Extending](getting-started/extending.md) +* [Handling Cache Refresher Notifications](getting-started/handling-cache-refresher-notifications.md) ## Deployment Workflow * [Deployment](deployment-workflow/README.md) +* [Transferring Content, Media and Forms](deployment-workflow/content-transfer.md) +* [Import and Export](deployment-workflow/import-export.md) + * [Import and Export with Migrations](deployment-workflow/import-with-migrations.md) + * [Import and Export from version 7](deployment-workflow/import-export-v7.md) +* [Deploying Changes](deployment-workflow/deploying-changes.md) +* [Deploying deletions](deployment-workflow/deploying-deletions.md) +* [Restoring content](deployment-workflow/restoring-content/README.md) + * [Partial Restores](deployment-workflow/restoring-content/partial-restore.md) +* [Deploy Dashboard](deployment-workflow/deploy-dashboard.md)