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
This is a sample website written in ASP.NET MVC 5 that uses the [Kentico Cloud Delivery .NET SDK](https://github.com/Kentico/delivery-sdk-net) to manage and retrieve content from Kentico Cloud. For a brief walkthrough, read [Running the .NET sample app](https://docs.kontent.ai/tutorials/develop-apps/get-started/running-a-sample-application?tech=dotnet) on our Developer Hub.
5
+
This is a sample website written in ASP.NET MVC 5 that uses the [Kentico Kontent Delivery .NET SDK](https://github.com/Kentico/kontent-delivery-sdk-net) to manage and retrieve content from Kentico Kontent. For a brief walkthrough, read [Running the .NET sample app](https://docs.kontent.ai/tutorials/develop-apps/get-started/running-a-sample-application?tech=dotnet) on our Developer Hub.
6
6
7
7
You can register your account for free at <https://app.kontent.ai>.
8
8
@@ -30,21 +30,21 @@ To run the app, just click the below "Deploy to Azure" button.
30
30
31
31
### Connecting to your sample project
32
32
33
-
At the first run of the app, you'll be presented with a configuration page. It will allow you to connect the app to your Kentico Cloud project or create a new one. You'll also be able to start a trial and convert to a free plan when the trial expires.
33
+
At the first run of the app, you'll be presented with a configuration page. It will allow you to connect the app to your Kentico Kontent project or create a new one. You'll also be able to start a trial and convert to a free plan when the trial expires.
34
34
35
35
Alternatively, you can connect your project manually as per the chapter below.
36
36
37
37
#### Connecting to your project manually
38
38
39
-
If you already have a Kentico Cloud account, you can connect this sample application to a project of your own to access its unpublished content items, and track visitors on the site. For example, you can connect the application to your version of the Sample project.
39
+
If you already have a Kentico Kontent account, you can connect this sample application to a project of your own to access its unpublished content items, and track visitors on the site. For example, you can connect the application to your version of the Sample project.
40
40
41
-
1. In Kentico Cloud, choose Project settings from the app menu.
41
+
1. In Kentico Kontent, choose Project settings from the app menu.
42
42
1. Under Development, choose API keys.
43
43
44
44
* You will be copying the Project ID and API key for the Delivery Preview API.
45
45
46
46
1. Open the `\DancingGoat\Web.config` file.
47
-
1. Use the values from your Kentico Cloud project in the `Web.config` file:
47
+
1. Use the values from your Kentico Kontent project in the `Web.config` file:
48
48
49
49
***Project ID**: Insert your project ID into the `ProjectId` application setting.
50
50
***Delivery Preview API**: Create a new application setting named `PreviewApiKey` in the `<appSettings>` section, and use the Delivery Preview API key as its value. To enable calls over the Delivery Preview API, you also need to add a setting named `UsePreviewApi` and set it to `true`.
@@ -62,7 +62,7 @@ If you already have a Kentico Cloud account, you can connect this sample applica
62
62
1. Save the changes.
63
63
1. Run the application.
64
64
65
-
After you run the application, Kentico Cloud will track site visits and create new contacts when visitors submit a form. You will also be able to see all project content including the unpublished version of content items.
65
+
After you run the application, Kentico Kontent will track site visits and create new contacts when visitors submit a form. You will also be able to see all project content including the unpublished version of content items.
66
66
67
67
For more information about the integrations with the Delivery API, see the following:
68
68
@@ -74,21 +74,21 @@ For more information about the integrations with the Delivery API, see the follo
74
74
1. Sign in with your credentials.
75
75
1. Manage content in the content administration interface of your sample project.
76
76
77
-
You can learn more about content editing with Kentico Cloud in our [Help Center](https://docs.kontent.ai/).
77
+
You can learn more about content editing with Kentico Kontent in our [Help Center](https://docs.kontent.ai/).
78
78
79
79
## Content delivery
80
80
81
-
You can retrieve content either through the Kentico Cloud Delivery SDK or the Kentico Cloud Delivery API:
81
+
You can retrieve content either through the Kentico Kontent Delivery SDK or the Kentico Kontent Delivery API:
82
82
83
83
* For published content, use `https://deliver.kontent.ai/PROJECT_ID/items`.
84
84
* For unpublished content, use `https://preview-deliver.kontent.ai/PROJECT_ID/items`.
85
85
86
-
For more details about Kentico Cloud APIs, see our [API reference](https://docs.kontent.ai/reference/kentico-kontent-apis-overview).
86
+
For more details about Kentico Kontent APIs, see our [API reference](https://docs.kontent.ai/reference/kentico-kontent-apis-overview).
87
87
For details on how the preview functionality works in this app, see the [wiki](https://github.com/Kentico/kontent-sample-app-net/wiki/Preview-URLs-explained).
88
88
89
89
## Edit mode
90
90
91
-
Content contributors sometimes need to fix errors or typos right when they see them on the website. The sample app allows users to navigate from a piece of content on the site straight to the corresponding content item or element in Kentico Cloud.
91
+
Content contributors sometimes need to fix errors or typos right when they see them on the website. The sample app allows users to navigate from a piece of content on the site straight to the corresponding content item or element in Kentico Kontent.
92
92
93
93
To see Edit mode in action:
94
94
@@ -110,7 +110,7 @@ The sample website uses adjustable images via the [image transformation](https:/
110
110
111
111
## Troubleshooting
112
112
113
-
Kentico Cloud evolves over time. If you connect your sample app to an older Kentico Cloud sample project, the app may not run correctly. You can always generate the latest version of the sample Dancing Goat content project at https://app.kontent.ai/sample-project-generator . Once generated, you can either paste the new project ID to web.config, or, you can navigate to your app's relative URL "/Admin/SelfConfig" and pick the new project.
113
+
Kentico Kontent evolves over time. If you connect your sample app to an older Kentico Kontent sample project, the app may not run correctly. You can always generate the latest version of the sample Dancing Goat content project at https://app.kontent.ai/sample-project-generator . Once generated, you can either paste the new project ID to web.config, or, you can navigate to your app's relative URL "/Admin/SelfConfig" and pick the new project.
0 commit comments