Skip to content

Commit ab3b53a

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-16: Updated card text
1 parent 21e98ab commit ab3b53a

File tree

10 files changed

+10
-8
lines changed

10 files changed

+10
-8
lines changed
33.6 KB
Loading
39.9 KB
Loading
39.6 KB
Loading

13/umbraco-deploy/deployment-workflow/content-transfer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ You want to transfer the whole site. You start from the `Home` node and choose t
3232
{% endhint %}
3333
7. Click **Queue** to add the content item to the transfer queue.
3434

35-
![Queue for transfer window](images/queue-for-transfer-dialog.png)
35+
![Queue for transfer window](<images/queue-for-transfer-dialog (1).png>)
3636
8. Go to the Deployment dashboard by clicking on the Content section header.
3737
* You will be able to see which items are currently ready to be transferred - this will include both content and media that you've _queued for transfer_.
3838
9. Confirm by clicking **Transfer toDevelopment** and monitor the progress of the transfer.
3939

40-
![Transfer queue](images/transfer-queue.png)
40+
![Transfer queue](<images/transfer-queue (1).png>)
4141

4242
If everything went well, you will see the confirmation screen saying that the transfer has succeeded.
4343

@@ -67,6 +67,6 @@ This does not include entries submitted via the forms.
6767

6868
Sometimes a content transfer might not be possible. For example if you add a new property to the HomePage Document type and you don’t have that property in both environments, you’ll get an error with a hint on how to fix this.
6969

70-
![Clone dialog](images/schema-mismatch.png)
70+
![Clone dialog](<images/schema-mismatch (2).png>)
7171

7272
If you are seeing this type of issue when trying to transfer content, head over to our article about [Schema Mismatch errors](../troubleshooting.md), where you can read about how to resolve the issues.
42.6 KB
Loading
62.6 KB
Loading
62.6 KB
Loading
12.7 KB
Loading

13/umbraco-deploy/installation/install-configure.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
configure Umbraco Deploy on a new or existing website.
55
---
66

7-
# Setting up Umbraco Deploy
7+
# Installing Umbraco Deploy
88

99
## Prerequisites
1010

@@ -16,7 +16,7 @@ Ensure to first read and follow the setup guides for either new or existing proj
1616

1717
Here we will cover how to install and set up Umbraco Deploy on a new website.
1818

19-
### Requirement
19+
#### Requirement
2020

2121
* Visual Studio 2017 v15.9.6 or later
2222
* Umbraco Deploy license
@@ -45,7 +45,7 @@ Here we will cover the steps in order for you to install Umbraco deploy on your
4545

4646
We will cover how to install and set up Umbraco deploy on your website and how to generate the UDA files based on your production website's database.
4747

48-
### Requirement
48+
#### Requirement
4949

5050
* Visual Studio 2017 v15.9.6 or later
5151
* Umbraco Deploy license
@@ -130,6 +130,7 @@ Console.Write(apiSecret);
130130
```
131131

132132
Or by running the following PowerShell command:
133+
133134
```pwsh
134135
$secret = [byte[]]::new(64); [System.Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($secret); return [System.Convert]::ToBase64String($secret)
135136
```
@@ -179,6 +180,7 @@ Console.Write(apiKey.ToString());
179180
```
180181

181182
Or by running the following PowerShell command:
183+
182184
```pwsh
183185
$secret = [byte[]]::new(32); [System.Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($secret); return -join ($secret | %{ '{0:X2}' -f $_ })
184186
```
@@ -303,4 +305,4 @@ You might run into issues when using a period in the product name when using env
303305

304306
Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided when your project is created.
305307

306-
Read more about the [Umbraco Deploy licensing model](../installation/the-licensing-model.md).
308+
Read more about the [Umbraco Deploy licensing model](the-licensing-model.md).

13/umbraco-deploy/legacy-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This documentation platform covers only major versions of the Umbraco Deploy sin
44

55
The documentation for Umbraco 7 and 8 lives on [our.umbraco.com](https://our.umbraco.com/documentation/Add-ons/).
66

7-
<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Umbraco 11 Documentation</strong></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions/11/umbraco-deploy">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions/11/umbraco-deploy</a></td></tr><tr><td><strong>Umbraco 8 Documentation</strong></td><td><a href="https://our.umbraco.com/documentation/Add-ons/Umbraco-Deploy/">https://our.umbraco.com/documentation/Add-ons/Umbraco-Deploy/</a></td></tr></tbody></table>
7+
<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Umbraco 10 and above Documentation</strong></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions/11/umbraco-deploy">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions/11/umbraco-deploy</a></td></tr><tr><td><strong>Umbraco 8 Documentation</strong></td><td><a href="https://our.umbraco.com/documentation/Add-ons/Umbraco-Deploy/">https://our.umbraco.com/documentation/Add-ons/Umbraco-Deploy/</a></td></tr></tbody></table>

0 commit comments

Comments
 (0)