Skip to content

Commit b26b0f5

Browse files
committed
Incorporated comments
1 parent c3336a9 commit b26b0f5

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

15/umbraco-cms/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@
452452
* [Add Microsoft Entra ID authentication (Members)](tutorials/add-microsoft-entra-id-authentication.md)
453453
* [Creating Custom Database Tables with Entity Framework](tutorials/getting-started-with-entity-framework-core.md)
454454
* [The Starter Kit](tutorials/starter-kit/README.md)
455+
* [Install the Starter Kit](tutorials/starter-kit/install-the-starter-kit.md)
455456
* [Lessons](tutorials/starter-kit/lessons/README.md)
456-
* [Install the Starter Kit](tutorials/starter-kit/lessons/install-the-starter-kit.md)
457457
* [Customize the Starter Kit](tutorials/starter-kit/lessons/1-customize-the-starter-kit.md)
458458
* [Add a Blog Post Publication Date](tutorials/starter-kit/lessons/2-add-a-blog-post-publication-date/README.md)
459459
* [Add a Blog Post Publication Date](tutorials/starter-kit/lessons/2-add-a-blog-post-publication-date/part-2.md)

15/umbraco-cms/tutorials/starter-kit/lessons/install-the-starter-kit.md renamed to 15/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installing the Starter Kit provides a pre-built set of templates, content types,
44

55
## Outcome
66

7-
You’ll have the Umbraco Starter Kit installed in your local project, ready to explore in the backoffice. This setup adds example content and templates perfect for learning or quick prototyping.
7+
You’ll have the Umbraco Starter Kit installed in your local project, ready to explore in the backoffice. This setup adds example content and templates, perfect for learning or quick prototyping.
88

99
## Steps
1010

@@ -47,7 +47,7 @@ To install the starter Kit via Visual Studio, follow these steps:
4747
3. Browse for **Umbraco.TheStarterKit**.
4848
4. Select the appropriate version from the Version drop-down depending on the Umbraco version you are using.
4949
5. Click **Install**.
50-
6. Once the package is installed, open the **.csproj** file to make sure the package reference is added:
50+
6. Open the **.csproj** file to make sure the package reference is added:
5151

5252
```xml
5353
<ItemGroup>
@@ -57,9 +57,6 @@ To install the starter Kit via Visual Studio, follow these steps:
5757

5858
## Summary
5959

60-
You now have a fully functional Umbraco site with demo content, templates, and structure to explore. Use this setup to:
61-
62-
* Learn how content and templates are structured
63-
* Customize and expand it for your own project
60+
You now have a fully functional Umbraco site with demo content, templates, and structure to explore. Use this setup as the foundation for the upcoming lessons in this Starter Kit tutorial.
6461

6562
[Back to Lessons](./)

15/umbraco-cms/tutorials/starter-kit/lessons/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Lessons
22

3-
## [Install the Starter Kit](install-the-starter-kit.md)
4-
5-
Covers the steps to install the Starter Kit.
6-
73
## [Customise the Starter Kit](1-customize-the-starter-kit.md)
84

95
Learn how to edit and publish content and customise the theme of the site.

0 commit comments

Comments
 (0)