You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-engage/developers/headless/README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ description: >-
6
6
7
7
# Headless
8
8
9
-
Umbraco Engage has a**Umbraco.Engage.Headless** package that can be installed to integrate with Umbraco 12.0+. Headless Content Delivery API, enabling personalized content, A/B tests, and segmentation.
9
+
Umbraco Engage offers the**Umbraco.Engage.Headless** package for seamless integration with Umbraco 12.0 and later. This package enables access to the Headless Content Delivery API, enabling personalized content, A/B tests, and segmentation.
10
10
11
11
## Requirements
12
12
13
-
To install Umbraco.Engage.Headless, ensure the following:
13
+
To install Umbraco.Engage.Headless, ensure the following prerequisites:
14
14
15
-
* Umbraco v12 or higher is required to integrate with the [Content Delivery API](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api).
16
-
* Enable the [Umbraco Content Delivery API](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#enable-the-content-delivery-api)with the following configuration setting:
15
+
* Umbraco v13 is required to integrate with the [Content Delivery API](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api).
16
+
* Enable the [Umbraco Content Delivery API](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#enable-the-content-delivery-api)by adding the following configuration setting in the `appsettings.json` file:
17
17
18
18
```json
19
19
{
@@ -31,9 +31,9 @@ To install Umbraco.Engage.Headless, ensure the following:
31
31
32
32
To install the Umbraco Engage Headless API, follow these steps:
33
33
34
-
1. Install the Umbraco.Engage.Headless package:
34
+
1. Install the `Umbraco.Engage.Headless` package:
35
35
36
-
***Using an IDE:** Install the Umbraco.Engage.Headless package from NuGet in Visual Studio, JetBrains Rider.
36
+
***Using an IDE:** Install the `Umbraco.Engage.Headless` package from NuGet in Visual Studio or JetBrains Rider.
37
37
***Using the command line:**
38
38
* Navigate to your Umbraco website root folder in your terminal.
39
39
* Run the following command:
@@ -62,4 +62,6 @@ builder.CreateUmbracoBuilder()
62
62
63
63
3. Rebuild and run your site.
64
64
4. Navigate to **/umbraco/swagger** in your browser.
65
-
5. From the top right definition dropdown, check for the **Umbraco Engage Marketing API.**
65
+
5. Check for the **Umbraco Engage API** from the top right definition dropdown.
0 commit comments