Skip to content

Commit 8cd7232

Browse files
committed
Update SUMMARY and landingpage
1 parent 970a5cd commit 8cd7232

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

15/umbraco-deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Umbraco Deploy is a deployment tool that helps you with the process of transferr
1717
<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>
1818

1919
{% content-ref url="getting-started/deploy-settings.md" %}
20-
[deploy-settings.md](getting-started/deploy-settings.md)
20+
[getting-started/deploy-settings.md](getting-started/deploy-settings.md)
2121
{% endcontent-ref %}
2222

2323
{% content-ref url="getting-started/extending.md" %}
24-
[extending.md](getting-started/extending.md)
24+
[getting-started/extending.md](getting-started/extending.md)
2525
{% endcontent-ref %}
2626

2727
{% content-ref url="troubleshooting.md" %}

15/umbraco-deploy/SUMMARY.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Table of contents
22

33
* [Umbraco Deploy Documentation](README.md)
4-
* [Release Notes](release-notes.md)
4+
* [Legacy Documentation](legacy-documentation.md)
5+
* [Release notes](release-notes.md)
6+
* [Troubleshooting](troubleshooting.md)
57

68
## Installation
79

@@ -16,7 +18,23 @@
1618
## Getting Started
1719

1820
* [Getting started](getting-started/get-started-with-deploy.md)
21+
* [CI/CD Build and Deployment Pipeline](getting-started/cicd-pipeline/README.md)
22+
* [Azure DevOps](getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md)
23+
* [Github actions](getting-started/cicd-pipeline/ci-cd-github-actions.md)
24+
* [Streamlining Local Development](getting-started/streamlining-local-development.md)
25+
* [Configuration](getting-started/deploy-settings.md)
26+
* [Extending](getting-started/extending.md)
27+
* [Handling Cache Refresher Notifications](getting-started/handling-cache-refresher-notifications.md)
1928

2029
## Deployment Workflow
2130

2231
* [Deployment](deployment-workflow/README.md)
32+
* [Transferring Content, Media and Forms](deployment-workflow/content-transfer.md)
33+
* [Import and Export](deployment-workflow/import-export.md)
34+
* [Import and Export with Migrations](deployment-workflow/import-with-migrations.md)
35+
* [Import and Export from version 7](deployment-workflow/import-export-v7.md)
36+
* [Deploying Changes](deployment-workflow/deploying-changes.md)
37+
* [Deploying deletions](deployment-workflow/deploying-deletions.md)
38+
* [Restoring content](deployment-workflow/restoring-content/README.md)
39+
* [Partial Restores](deployment-workflow/restoring-content/partial-restore.md)
40+
* [Deploy Dashboard](deployment-workflow/deploy-dashboard.md)

0 commit comments

Comments
 (0)