Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blazor/accumulation-chart/getting-started-with-server-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ N>If the interactivity location is set to `Per page/component`, define a render

{% tabcontent Visual Studio %}

* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. The Blazor Accumulation Chart component will render in your default web browser.
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. The Blazor Accumulation Chart component will render in your default web browser.

{% endtabcontent %}

{% tabcontent Visual Studio Code %}

* Open the terminal and run the following command.
Open the terminal and run the following command.

{% tabs %}
{% highlight razor tabtitle="Terminal" %}
Expand All @@ -223,7 +223,7 @@ dotnet run

{% tabcontent .NET CLI %}

* Open the command prompt and run the following command.
Open the command prompt and run the following command.

{% tabs %}
{% highlight razor tabtitle="Command Prompt" %}
Expand Down
8 changes: 5 additions & 3 deletions blazor/accumulation-chart/getting-started-with-web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,18 @@ N> If the interactivity location is set to `Per page/component` in the Web App,

{% tabcontent Visual Studio %}

* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. The Blazor Accumulation Chart component will render in your default web browser.
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. The Blazor Accumulation Chart component will render in your default web browser.

{% endtabcontent %}

{% tabcontent Visual Studio Code %}

* Open the terminal and navigate to the `.Client` project folder, and run the following command.
Open the terminal and navigate to the main project folder (for example, `BlazorWebApp`) and run the following command.

{% tabs %}
{% highlight razor tabtitle="Terminal" %}

cd BlazorWebApp
dotnet run

{% endhighlight %}
Expand All @@ -223,11 +224,12 @@ dotnet run

{% tabcontent .NET CLI %}

* Open the command prompt and navigate to the `.Client` project folder, and run the following command.
Open the command prompt and navigate to the main project folder (for example, `BlazorWebApp`) and run the following command.

{% tabs %}
{% highlight razor tabtitle="Command Prompt" %}

cd BlazorWebApp
dotnet run

{% endhighlight %}
Expand Down
8 changes: 4 additions & 4 deletions blazor/accumulation-chart/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ builder.Services.AddSyncfusionBlazor();

### Add script resources

The script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Include the [script references](https://blazor.syncfusion.com/documentation/common/adding-script-references) in the **App.razor** file.
The script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Include the [script references](https://blazor.syncfusion.com/documentation/common/adding-script-references) in the **~wwwroot/index.html** file.

{% tabs %}
{% highlight html tabtitle="App.razor" %}
Expand Down Expand Up @@ -202,13 +202,13 @@ Open a Razor file located in the **~/Pages/*Index.razor** and add the [Blazor Ac

{% tabcontent Visual Studio %}

* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. The Blazor Accumulation Chart component will render in your default web browser.
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. The Blazor Accumulation Chart component will render in your default web browser.

{% endtabcontent %}

{% tabcontent Visual Studio Code %}

* Open the terminal and run the following command.
Open the terminal and run the following command.

{% tabs %}
{% highlight razor tabtitle="Terminal" %}
Expand All @@ -222,7 +222,7 @@ dotnet run

{% tabcontent .NET CLI %}

* Open the command prompt and run the following command.
Open the command prompt and run the following command.

{% tabs %}
{% highlight razor tabtitle="Command Prompt" %}
Expand Down