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: 14/umbraco-cms/reference/content-delivery-api/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ The Delivery API is an opt-in feature in Umbraco. It must be explicitly enabled
14
14
15
15
### Enable the Content Delivery API
16
16
17
-
You can enable the Delivery API when creating you project initially by using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
17
+
When creating your project, you can enable the Delivery API using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
18
18
19
19
```bash
20
20
dotnet new umbraco -n MyProject -da
21
21
```
22
22
23
-
Yuo can also enable it after the fact with the following steps:
23
+
You can also enable the Delivery API at a later point by following these steps:
24
24
25
25
1. Open your project's `appsettings.json`.
26
26
2. Insert the `DeliveryApi` configuration section under `Umbraco:CMS`.
Copy file name to clipboardExpand all lines: 15/umbraco-cms/reference/content-delivery-api/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ The Delivery API is an opt-in feature in Umbraco. It must be explicitly enabled
14
14
15
15
### Enable the Content Delivery API
16
16
17
-
You can enable the Delivery API when creating you project initially by using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
17
+
When creating your project, you can enable the Delivery API using the `--use-delivery-api` or `-da` flag. This will automatically add the necessary configuration to your project.
18
18
19
19
```bash
20
20
dotnet new umbraco -n MyProject -da
21
21
```
22
22
23
-
Yuo can also enable it after the fact with the following steps:
23
+
You can also enable the Delivery API at a later point by following these steps:
24
24
25
25
1. Open your project's `appsettings.json`.
26
26
2. Insert the `DeliveryApi` configuration section under `Umbraco:CMS`.
0 commit comments