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
{% 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)