Skip to content

Commit cde7bcf

Browse files
committed
small changes to trigger checks
1 parent d88b165 commit cde7bcf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Ensure to first read and follow the setup guides for either new or existing proj
1414

1515
<summary>New project</summary>
1616

17-
Here we will cover how to install and set up Umbraco Deploy on a new website.
17+
This section covers 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
@@ -41,11 +41,11 @@ When Umbraco has been installed in a repository, we can continue to install and
4141

4242
<summary>Existing project</summary>
4343

44-
Here we will cover the steps in order for you to install Umbraco deploy on your already existing website with content.
44+
This section covers the steps to install Umbraco deploy on your already existing website with content.
4545

46-
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.
46+
Additionally, it covers 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
@@ -101,11 +101,11 @@ When Umbraco has been installed in a repository, we can install Umbraco Deploy i
101101
To install Umbraco Deploy, run `dotnet add package Umbraco.Deploy.OnPrem` from the command line or `Install-Package Umbraco.Deploy.OnPrem` from the package manager console in Visual Studio.
102102

103103
{% hint style="info" %}
104-
To be able to use Umbraco Forms with Umbraco Deploy, you need to install the `Umbraco.Forms.Deploy` package as well.
104+
To use Umbraco Forms with Umbraco Deploy, install the `Umbraco.Forms.Deploy` package.
105105
{% endhint %}
106106

107107
{% hint style="info" %}
108-
In order to deploy content based on certain rich core and community property editors - including Multi URL Picker and Block List/Grid Editor - there is one further NuGet package to install: `Umbraco.Deploy.Contrib`.
108+
To deploy content with editors such as Multi URL Picker or Block List/Grid Editor, install the `Umbraco.Deploy.Contrib` NuGet package.
109109
{% endhint %}
110110

111111
With Umbraco Deploy installed, to use it in the project you will need to create and add configuration for an API key/secret.

0 commit comments

Comments
 (0)