Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 15/umbraco-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Umbraco Deploy is a deployment tool that helps you with the process of transferr
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Set up Umbraco Deploy</strong></td><td>Learn how you can set up Umbraco Deploy on new and existing Umbraco projects.</td><td><a href=".gitbook/assets/update.png">update.png</a></td><td><a href="installation/install-configure.md">install-configure.md</a></td></tr><tr><td><strong>Deployment workflow in</strong></td><td>Learn about how the Deployment workflow in Umbraco Deploy work.</td><td><a href=".gitbook/assets/lightbulb.png">lightbulb.png</a></td><td><a href="deployment-workflow/">deployment-workflow</a></td></tr><tr><td><strong>Upgrading</strong></td><td>Learn how you can upgrade Umbraco Deploy.</td><td><a href=".gitbook/assets/code_cursor.png">code_cursor.png</a></td><td><a href="upgrades/">upgrades</a></td></tr></tbody></table>

{% 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" %}
Expand Down
20 changes: 19 additions & 1 deletion 15/umbraco-deploy/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Loading