Skip to content

Commit d9cff5a

Browse files
Sofie Toft Kristensengitbook-bot
Sofie Toft Kristensen
authored andcommitted
GITBOOK-5: No subject
1 parent f15e1ee commit d9cff5a

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Diff for: 14/umbraco-deploy/README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,22 @@
22
description: Documentation on how to work with Umbraco Deploy.
33
---
44

5-
# What is Umbraco Deploy?
5+
# Umbraco Deploy Documentation
66

77
Umbraco Deploy is a deployment tool that helps you with the process of transferring code and data between multiple environments. Deploy can be configured for many different setups and is great for both small setups as well as large and more complex infrastructures.
88

9-
<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">installation/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>
10-
11-
{% embed url="<https://www.youtube-nocookie.com/embed/Fqfc-UL4q5U>" %}
12-
Umbraco Deploy Overview
13-
{% endembed %}
9+
<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>
1410

1511
{% content-ref url="getting-started/deploy-settings.md" %}
16-
[getting-started/deploy-settings.md](getting-started/deploy-settings.md)
12+
[deploy-settings.md](getting-started/deploy-settings.md)
1713
{% endcontent-ref %}
1814

19-
{% content-ref url="getting-started/extending.md" %}
20-
[getting-started/extending.md](getting-started/extending.md)
15+
{% content-ref url="extending/extend-deploy.md" %}
16+
[extend-deploy.md](extending/extend-deploy.md)
2117
{% endcontent-ref %}
2218

2319
{% content-ref url="troubleshooting.md" %}
24-
[getting-started/troubleshooting.md](troubleshooting.md)
20+
[troubleshooting.md](troubleshooting.md)
2521
{% endcontent-ref %}
2622

2723
Umbraco Deploy is also the engine that runs behind the scenes on [Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/). Here it takes care of all the deployment processes of both code, schema and content on projects.

Diff for: 14/umbraco-deploy/SUMMARY.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
* [Github actions](getting-started/cicd-pipeline/ci-cd-github-actions.md)
2424
* [Streamlining Local Development](getting-started/streamlining-local-development.md)
2525
* [Configuration](getting-started/deploy-settings.md)
26-
* [Extending](getting-started/extending.md)
27-
* [Handling Cache Refresher Notifications](getting-started/handling-cache-refresher-notifications.md)
2826

2927
## Deployment Workflow
3028

@@ -38,3 +36,8 @@
3836
* [Restoring content](deployment-workflow/restoring-content/README.md)
3937
* [Partial Restores](deployment-workflow/restoring-content/partial-restore.md)
4038
* [Deploy Dashboard](deployment-workflow/deploy-dashboard.md)
39+
40+
## Extending
41+
42+
* [Extend Deploy](extending/extend-deploy.md)
43+
* [Handling Cache Refresher Notifications](extending/handling-cache-refresher-notifications.md)

0 commit comments

Comments
 (0)