diff --git a/getting-started/client-blazor.md b/getting-started/client-blazor.md index 9e5ff1aa18..7e6ab5599d 100644 --- a/getting-started/client-blazor.md +++ b/getting-started/client-blazor.md @@ -111,5 +111,4 @@ If you prefer video instructions, you can also check the video tutorial below. * [Workflow Details for Telerik UI for Blazor](slug:getting-started/what-you-need) * [Getting Started Videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) -* [First Steps with Blazor Web App](slug:getting-started/web-app) -* [First Steps with Blazor Server](slug:getting-started/server-side) +* [First Steps with Blazor Web App](slug:getting-started/web-app) \ No newline at end of file diff --git a/getting-started/hybrid-blazor.md b/getting-started/hybrid-blazor.md index 4ad2725909..07afc3b8eb 100644 --- a/getting-started/hybrid-blazor.md +++ b/getting-started/hybrid-blazor.md @@ -133,5 +133,4 @@ Refer to the following articles for more information on each technology stack: * [Workflow Details for Telerik UI for Blazor](slug:getting-started/what-you-need) * [Getting Started Videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) * [First Steps with Blazor Web App](slug:getting-started/web-app) -* [First Steps with Blazor Server](slug:getting-started/server-side) * [First Steps with Blazor WebAssembly](slug:getting-started/client-side) diff --git a/getting-started/vs-code-integration/new-project-wizard.md b/getting-started/vs-code-integration/new-project-wizard.md index e3268db2af..2d4548cf48 100644 --- a/getting-started/vs-code-integration/new-project-wizard.md +++ b/getting-started/vs-code-integration/new-project-wizard.md @@ -47,7 +47,7 @@ Select the preferred UI for Blazor version. Make sure that your system has acces #### Section 4: Select Hosting Model -Here you can select the desired hosting model—[**WebApp**](slug:getting-started/web-app), [**Client** (also: WebAssembly)](slug:getting-started/client-side), [**Server**](slug:getting-started/server-side), or [**Hybrid** (a hybrid Blazor MAUI)](slug:getting-started/hybrid-blazor). +Here you can select the desired hosting model—[**WebApp**](slug:getting-started/web-app), [**Client** (also: WebAssembly)](slug:getting-started/client-side) or [**Hybrid** (a hybrid Blazor MAUI)](slug:getting-started/hybrid-blazor). The available target framework options are updated upon selecting the hosting model. @@ -81,6 +81,5 @@ After configuring the preferred settings, click the **Create Project** button. T * [Telerik UI for Blazor Visual Studio Code Extensions Overview](slug:getting-started-vs-code-integration-overview) * [Downloading the Latest Telerik UI for Blazor Versions](slug:getting-started-vs-integration-latest-version) * [Getting Started with Client-Side Apps](slug:getting-started/client-side) -* [Getting Started with Server-Side Apps](slug:getting-started/server-side) * [Getting Started with Web Apps](slug:getting-started/web-app) * [Workflow for Using the UI Components for Blazor](slug:getting-started/what-you-need) diff --git a/getting-started/vs-integration/convert-project-wizard.md b/getting-started/vs-integration/convert-project-wizard.md index 739be40c8b..d9be185bff 100644 --- a/getting-started/vs-integration/convert-project-wizard.md +++ b/getting-started/vs-integration/convert-project-wizard.md @@ -130,5 +130,5 @@ The fix is to move the `TelerikLayout.razor` file to the original `Shared` folde * [Telerik UI for Blazor Visual Studio Extensions Overview](slug:getting-started-vs-integration-overview) * [Downloading the Latest Telerik UI for Blazor Versions](slug:getting-started-vs-integration-latest-version) * [Getting Started with Client-Side Apps](slug:getting-started/client-side) -* [Getting Started with Server-Side Apps](slug:getting-started/server-side) +* [Getting Started with Web Apps](slug:getting-started/web-app) * [Workflow for Using the UI Components for Blazor](slug:getting-started/what-you-need) diff --git a/getting-started/vs-integration/new-project-wizard.md b/getting-started/vs-integration/new-project-wizard.md index c7d844db5d..63ad469902 100644 --- a/getting-started/vs-integration/new-project-wizard.md +++ b/getting-started/vs-integration/new-project-wizard.md @@ -94,5 +94,5 @@ If necessary, the Telerik Visual Studio extension will notify you about a missin * [Telerik UI for Blazor Visual Studio Extensions Overview](slug:getting-started-vs-integration-overview) * [Downloading the Latest Telerik UI for Blazor Versions](slug:getting-started-vs-integration-latest-version) * [Getting Started with Client-Side Apps](slug:getting-started/client-side) -* [Getting Started with Server-Side Apps](slug:getting-started/server-side) +* [Getting Started with Web Apps](slug:getting-started/web-app) * [Workflow for Using the UI Components for Blazor](slug:getting-started/what-you-need) diff --git a/getting-started/vs-integration/upgrade-wizard.md b/getting-started/vs-integration/upgrade-wizard.md index c424fe757a..62f4eef648 100644 --- a/getting-started/vs-integration/upgrade-wizard.md +++ b/getting-started/vs-integration/upgrade-wizard.md @@ -60,5 +60,5 @@ The **Finish** button will display a tooltip, indicating a page error when: * [Visual Studio Extensions Overview](slug:getting-started-vs-integration-overview) * [Downloading the Latest Telerik UI for Blazor Versions](slug:getting-started-vs-integration-latest-version) * [Getting Started with Client-Side Apps](slug:getting-started/client-side) -* [Getting Started with Server-Side Apps](slug:getting-started/server-side) +* [Getting Started with Web Apps](slug:getting-started/web-app) * [Workflow for Using the UI Components for Blazor](slug:getting-started/what-you-need) diff --git a/getting-started/web-app.md b/getting-started/web-app.md index ca821d60c6..f0a54e6ae4 100644 --- a/getting-started/web-app.md +++ b/getting-started/web-app.md @@ -126,5 +126,4 @@ The final step in this tutorial is to use a Telerik UI for Blazor component in a * [Workflow Details for Telerik UI for Blazor](slug:getting-started/what-you-need) * [Using Blazor Sections inside Telerik Components](slug:common-kb-net8-sections) * [Getting Started Videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) -* [First Steps with Blazor Server](slug:getting-started/server-side) * [First Steps with Blazor WebAssembly](slug:getting-started/client-side) diff --git a/installation/automated.md b/installation/automated.md index f769670184..1d30090723 100644 --- a/installation/automated.md +++ b/installation/automated.md @@ -76,6 +76,5 @@ There are several approaches you can try: ## See Also * [What You Need To Install](slug:getting-started/what-you-need) -* [Get Started with Client-side Blazor](slug:getting-started/client-side) -* [Get Started with Server-side Blazor](slug:getting-started/server-side) - +* [Getting Started with Client-side Blazor](slug:getting-started/client-side) +* [Getting Started with Web Apps](slug:getting-started/web-app) diff --git a/installation/zip.md b/installation/zip.md index c0991e4b8a..63c5df93ba 100644 --- a/installation/zip.md +++ b/installation/zip.md @@ -41,6 +41,5 @@ Once the download completes, open the archive and extract the files to a locatio ## See Also * [What You Need To Install](slug:getting-started/what-you-need) -* [Get Started with Client-side Blazor](slug:getting-started/client-side) -* [Get Started with Server-side Blazor](slug:getting-started/server-side) - +* [Getting Started with Client-side Blazor](slug:getting-started/client-side) +* [Getting Started with Web Apps](slug:getting-started/web-app) \ No newline at end of file diff --git a/introduction.md b/introduction.md index 6f7d5ad610..783cd42108 100644 --- a/introduction.md +++ b/introduction.md @@ -250,8 +250,8 @@ For any issues you might encounter while working with Telerik UI for Blazor, use ## Next Steps -* [First Steps with Blazor Server](slug:getting-started/server-side) * [First Steps with Blazor WebAssembly](slug:getting-started/client-side) +* [First Steps with Blazor Web App](slug:getting-started/web-app) * [First Steps with Blazor Hybrid](slug:getting-started/hybrid-blazor) * [Workflow Details for using the Telerik UI for Blazor components](slug:getting-started/what-you-need) (a concise version of the tutorials above) * Use guided wizards to generate new Telerik Projects in [Visual Studio](slug:getting-started-vs-integration-new-project) and [Visual Studio Code](slug:getting-started-vs-code-integration-overview). diff --git a/knowledge-base/common-change-selected-localization-keys.md b/knowledge-base/common-change-selected-localization-keys.md index 23a6699b2c..4c95ec6700 100644 --- a/knowledge-base/common-change-selected-localization-keys.md +++ b/knowledge-base/common-change-selected-localization-keys.md @@ -38,8 +38,8 @@ This knowledge base article addresses the following scenarios. To localize selected keys with custom strings: 1. Create a project with Telerik UI for Blazor. For detailed instructions, see: - * [Getting Started with client-side Blazor](slug:getting-started/client-side) - * [Getting Started with server-side Blazor](slug:getting-started/server-side) + * [Getting Started with Blazor WebAssembly Standalone App](slug:getting-started/client-side) + * [Getting Started with Blazor Web App](slug:getting-started/web-app) 2. Create a `Services` folder and implement the Telerik localization service with a list of all needed localization keys and their corresponding custom strings. The service also relies on a `~/Resources` folder with the necessary `.resx` files. You can find an up-to-date list of the used strings in the [Blazor API documentation](slug:Telerik.Blazor.Resources.Messages) and the [offline version](https://www.telerik.com/account/my-downloads) of the [Blazor Demo solution](https://demos.telerik.com/blazor-ui). Telerik updates the main `TelerikMessages.resx` file (in English) with each new release. >caption ResxLocalizer.cs diff --git a/upgrade/old-version-support-policy.md b/upgrade/old-version-support-policy.md index b34fc0b4c9..617772eed9 100644 --- a/upgrade/old-version-support-policy.md +++ b/upgrade/old-version-support-policy.md @@ -46,4 +46,4 @@ For earlier versions, you can get suggestions on how to implement certain scenar ## See Also * [License Agreement](https://www.telerik.com/purchase/license-agreement/blazor-ui) -* [Framework Versions Support](slug:framework-versions-support) +* [.NET Versions Support](slug:system-requirements#-net-versions-support) diff --git a/upgrade/overview.md b/upgrade/overview.md index 0350eda600..1248c4c2f1 100644 --- a/upgrade/overview.md +++ b/upgrade/overview.md @@ -18,7 +18,7 @@ The **latest** available version of UI for Blazor is **{{site.uiForBlazorLatestV >tip Before starting an upgrade of your project, you may find it useful to review the following information: > -> * [Framework Versions Support](slug:framework-versions-support) - this will let you see what version of the .NET framework you need and which UI for Blazor versions work on it. +> * [.NET Versions Support](slug:system-requirements#-net-versions-support) - this will let you see what version of the .NET framework you need and which UI for Blazor versions work on it. > * [UI for Blazor Release History](https://www.telerik.com/support/whats-new/blazor-ui/release-history) — reviewing the release notes for all releases you go through will let you see what has changed, what fixes, features and components have been implemented so you are better prepared to meet your project's challenges. > * Whether you are affected by a breaking change. The [List of Telerik UI for Blazor Versions with Breaking Changes](slug:versions-with-breaking-changes) article shows which releases of our component suite have breaking changes. Review the information for the releases you go through so you can evaluate whether you will be affected by anything. @@ -84,6 +84,5 @@ If you have a commercial license, but you still see the trial watermark and bann ## See Also * [What You Need to Use Telerik UI for Blazor](slug:getting-started/what-you-need) -* [Get Started with Client-side Blazor](slug:getting-started/client-side) -* [Get Started with Server-side Blazor](slug:getting-started/server-side) - +* [Getting Started with Client-side Blazor](slug:getting-started/client-side) +* [Getting Started with Blazor Web App](slug:getting-started/web-app) \ No newline at end of file