Skip to content

Commit c2067a4

Browse files
committed
Cleared CI error
1 parent 5eb242a commit c2067a4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

blazor-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@
960960
<li>Getting Started
961961
<ul>
962962
<li>
963-
<a href="/blazor/blockeditor/getting-started-with-web-app">Blazor Web App</a>
963+
<a href="/blazor/blockeditor/getting-started-web-app">Blazor Web App</a>
964964
</li>
965965
<li>
966966
<a href="/blazor/blockeditor/getting-started-wasm-app">Blazor WASM App</a>

blazor/blockeditor/getting-started-wasm-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting Started with Syncfusion BlockEditor Component in Blazor WASM App
3+
title: Getting Started | Syncfusion BlockEditor Component | Blazor WASM App
44
description: Check out and learn here about the documentation for getting started with Blazor BlockEditor Component in Blazor WASM App. Explore here to more details.
55
platform: Blazor
66
component: BlockEditor
@@ -27,7 +27,7 @@ Create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates
2727

2828
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor BlockEditor and Themes NuGet in the App
2929

30-
To add the **Blazor Block Editor** component in the app, open the NuGet package manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), then search and install [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/). Alternatively, run the following commands in the Package Manager Console to achieve the same.
30+
To add the **Blazor Block Editor** component in the app, open the NuGet package manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), then search and install `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/). Alternatively, run the following commands in the Package Manager Console to achieve the same.
3131

3232
{% tabs %}
3333
{% highlight C# tabtitle="Package Manager" %}
@@ -69,7 +69,7 @@ cd BlazorApp
6969

7070
* Press <kbd>Ctrl</kbd>+<kbd>`</kbd> to open the integrated terminal in Visual Studio Code.
7171
* Ensure you’re in the project root directory where your `.csproj` file is located.
72-
* Run the following command to install a [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
72+
* Run the following command to install a `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
7373

7474
{% tabs %}
7575

@@ -116,7 +116,7 @@ cd BlazorApp
116116

117117
### Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor BlockEditor and Themes NuGet in the App
118118

119-
To add the **Blazor Block Editor** component to the application, run the following commands in a command prompt (Windows), command shell (Linux), or terminal (macOS) to install the [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
119+
To add the **Blazor Block Editor** component to the application, run the following commands in a command prompt (Windows), command shell (Linux), or terminal (macOS) to install the `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
120120

121121
{% tabs %}
122122
{% highlight c# tabtitle=".NET CLI" %}

blazor/blockeditor/getting-started-web-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting Started with Syncfusion BlockEditor Component in Blazor Web App
3+
title: Getting Started with Syncfusion BlockEditor Component | Blazor Web App
44
description: Check out and learn here about the documentation for getting started with Blazor BlockEditor Component in Blazor Web App. Explore here to more details.
55
platform: Blazor
66
component: BlockEditor
@@ -78,7 +78,7 @@ If using the `WebAssembly` or `Auto` render modes in a Blazor Web App, install S
7878

7979
* Press <kbd>Ctrl</kbd>+<kbd>`</kbd> to open the integrated terminal in Visual Studio Code.
8080
* Ensure the terminal is opened at the project directory containing the .csproj file.
81-
* Run the following commands to install [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
81+
* Run the following commands to install `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
8282

8383
{% tabs %}
8484

@@ -132,7 +132,7 @@ This command creates a new Blazor Web App and places it in a new directory calle
132132

133133
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor BlockEditor and Themes NuGet in the App
134134

135-
Here's an example of how to add the **Blazor Block Editor** component to the application by using the following commands in a command prompt (Windows), terminal (Linux and macOS), or PowerShell to install the [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
135+
Here's an example of how to add the **Blazor Block Editor** component to the application by using the following commands in a command prompt (Windows), terminal (Linux and macOS), or PowerShell to install the `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
136136

137137
If using the `WebAssembly` or `Auto` render modes in the Blazor Web App, install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor component NuGet packages in the client project.
138138

0 commit comments

Comments
 (0)