Skip to content

Commit d5bd77d

Browse files
Merge pull request #105 from Kentico/kontent-readme-update
Update README.md
2 parents 411e55d + 104f309 commit d5bd77d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Kentico Cloud sample .NET MVC web application
1+
# Kentico Kontent sample .NET MVC web application
22
[![Build status](https://ci.appveyor.com/api/projects/status/3b9v2fl52v4aiptk/branch/master?svg=true)](https://ci.appveyor.com/project/kentico/cloud-sample-app-net/branch/master)
33
[![Stack Overflow](https://img.shields.io/badge/Stack%20Overflow-ASK%20NOW-FE7A16.svg?logo=stackoverflow&logoColor=white)](https://stackoverflow.com/tags/kentico-kontent)
44

5-
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.
66

77
You can register your account for free at <https://app.kontent.ai>.
88

@@ -30,21 +30,21 @@ To run the app, just click the below "Deploy to Azure" button.
3030

3131
### Connecting to your sample project
3232

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.
3434

3535
Alternatively, you can connect your project manually as per the chapter below.
3636

3737
#### Connecting to your project manually
3838

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.
4040

41-
1. In Kentico Cloud, choose Project settings from the app menu.
41+
1. In Kentico Kontent, choose Project settings from the app menu.
4242
1. Under Development, choose API keys.
4343

4444
* You will be copying the Project ID and API key for the Delivery Preview API.
4545

4646
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:
4848

4949
* **Project ID**: Insert your project ID into the `ProjectId` application setting.
5050
* **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
6262
1. Save the changes.
6363
1. Run the application.
6464

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.
6666

6767
For more information about the integrations with the Delivery API, see the following:
6868

@@ -74,21 +74,21 @@ For more information about the integrations with the Delivery API, see the follo
7474
1. Sign in with your credentials.
7575
1. Manage content in the content administration interface of your sample project.
7676

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/).
7878

7979
## Content delivery
8080

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:
8282

8383
* For published content, use `https://deliver.kontent.ai/PROJECT_ID/items`.
8484
* For unpublished content, use `https://preview-deliver.kontent.ai/PROJECT_ID/items`.
8585

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).
8787
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).
8888

8989
## Edit mode
9090

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.
9292

9393
To see Edit mode in action:
9494

@@ -110,7 +110,7 @@ The sample website uses adjustable images via the [image transformation](https:/
110110

111111
## Troubleshooting
112112

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.
114114

115115
## Feedback & Contributing
116116

0 commit comments

Comments
 (0)