Skip to content

Commit 708c5e6

Browse files
Tsvetomir-Hrdimodiyordan-mitev
authored
docs(common): remove deprecated templates from docs (#2655)
* docs(common): remove deprecated templates from docs * Update getting-started/vs-integration/new-project-wizard.md Co-authored-by: Dimo Dimov <[email protected]> * Update getting-started/vs-integration/new-project-wizard.md Co-authored-by: Dimo Dimov <[email protected]> * Update getting-started/vs-integration/new-project-wizard.md Co-authored-by: Yordan <[email protected]> --------- Co-authored-by: Dimo Dimov <[email protected]> Co-authored-by: Yordan <[email protected]>
1 parent c80c3c4 commit 708c5e6

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

getting-started/vs-integration/new-project-wizard.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,10 @@ In this screen, you can choose:
7777

7878
### Step 2: Select Project Template
7979

80-
This step allows you to select one of the [predefined Telerik project](#predefined-project-templates) templates. The available templates vary depending on the selected target framework and hosting model in [**Step 1**](#step-1-select-initial-project-configuration).
80+
The **Create New Project** wizard generates a project that is based on the Microsoft template. The app includes some Telerik UI components and the [required NuGet package reference, static assets, localization service, and the `TelerikRootComponent`]({%slug getting-started/what-you-need%}).
8181

82-
The Client and Server projects for .NET 6 and .NET 7 support all the templates below. The Hybrid projects and the .NET 8 Web App support only the **Blank** template.
82+
> The **Admin**, **Dashboard**, **CRUD**, **Form**, and **Chart** templates were deprecated. Their source code is available in the [`blazor-ui` repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates).
8383
84-
<a id="predefined-project-templates"> **Predefined Project Templates**</a>
85-
86-
The **Create New Project** wizard provides the following project templates:
87-
88-
* **Blank**&mdash;A blank solution based on the Microsoft template with added Telerik UI components (NuGet package reference, assets, service, and the `TelerikRootComponent`).
89-
* **CRUD, Form, Chart**&mdash;A small app that showcases the Telerik UI Data Grid, Chart, and forms validation. The Grid also uses a basic CRUD service which is a common pattern for data updates in real applications.
90-
* **Dashboard**&mdash;A basic dashboard layout that uses the TileLayout component for customizable dashboards, and showcases several ways individual blocks (tiles) can fetch data.
91-
* **Admin**&mdash;A small app that shows a dashboard for admin. The app uses some of the main Telerik UI components like the [Data Grid]({%slug grid-overview%}), [Chart]({%slug components/chart/overview%}), [TileLayout]({%slug tilelayout-overview%}), [Form]({%slug form-overview%}), and more.
92-
93-
> The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates are deprecated and are planned to be removed with the Q1 2025 release. The source code for these projects will be moved to the [blazor-ui repo](https://github.com/telerik/blazor-ui) for continued access.
9484
### Step 3: Select Theme
9585

9686
Finally, you can apply one of the available [themes]({%slug themes-overview%}) to your project.

0 commit comments

Comments
 (0)