Skip to content

Commit 3a642d3

Browse files
Merge pull request #7138 from syncfusion-content/985454-UG
Updated outdated information in Blazor UG
2 parents c9918df + 46451aa commit 3a642d3

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

blazor/appearance/themes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,6 @@ It is important to note that the Material 3 theme uses CSS variables. To overrid
757757
}
758758
```
759759

760-
N> If you are using **Visual Studio 2019**, please use the `includePath` property instead of `loadPaths` as the latter does not support the Web Compiler for VS 2019. However, we highly recommend using the **Web Compiler 2022+** for **Visual Studio 2022**. For more information, please refer to the [discussion link here](https://github.com/failwyn/WebCompiler/issues/24).
761-
762760
N> If you come across the **'Can't find stylesheet to import'** error, ensure that you have installed the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Themes](https://www.npmjs.com/package/@syncfusion/blazor-themes) NPM package in the project's directory rather than the solution's directory.
763761

764762
The following shows the importing theme path for the overall theme.

blazor/ui-kit/build-your-first-blazor-app-with-blocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ If the **Tailwind CSS** theme is selected, follow these steps to configure it.
7777
- For **light mode**:
7878

7979
```html
80-
<link href="https://cdn.syncfusion.com/blazor/29.1.33/styles/tailwind.css" rel="stylesheet"/>
80+
<link href="https://cdn.syncfusion.com/blazor/{{ site.blazorversion }}/styles/tailwind.css" rel="stylesheet"/>
8181
```
8282

8383
- For **dark mode**:
8484

8585
```html
86-
<link href="https://cdn.syncfusion.com/blazor/29.1.33/styles/tailwind.css" rel="stylesheet" />
86+
<link href="https://cdn.syncfusion.com/blazor/{{ site.blazorversion }}/styles/tailwind.css" rel="stylesheet" />
8787
```
8888

8989
4. **Optional**: To use the font icons prepared for **Tailwind CSS**, include the following CDN link:
@@ -127,13 +127,13 @@ If the **Bootstrap 5.3** theme is selected, follow these steps to configure it.
127127
- For **light mode**:
128128

129129
```html
130-
<link href="https://cdn.syncfusion.com/blazor/29.1.33/styles/bootstrap5.3.css" rel="stylesheet">
130+
<link href="https://cdn.syncfusion.com/blazor/{{ site.blazorversion }}/styles/bootstrap5.3.css" rel="stylesheet">
131131
```
132132

133133
- For **dark mode**:
134134

135135
```html
136-
<link href="https://cdn.syncfusion.com/blazor/29.1.33/styles/bootstrap5.3-dark.css" rel="stylesheet" />
136+
<link href="https://cdn.syncfusion.com/blazor/{{ site.blazorversion }}/styles/bootstrap5.3-dark.css" rel="stylesheet" />
137137
```
138138

139139
4. **Optional**: To use the font icons prepared for **Bootstrap 5.3**, include the following CDN link:

blazor/visual-studio-integration/overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ documentation: ug
99

1010
# Overview of Blazor extension for Visual Studio
1111

12-
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension for Visual Studio streamlines working with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components by configuring the required Syncfusion<sup style="font-size:70%">&reg;</sup> NuGet packages and themes. Separate extensions are available for Visual Studio 2022 and Visual Studio 2019.
12+
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension for Visual Studio streamlines working with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components by configuring the required Syncfusion<sup style="font-size:70%">&reg;</sup> NuGet packages and themes. Separate extensions are available for Visual Studio 2022.
1313

1414
[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
1515

16-
[Download the Visual Studio 2019 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.Blazor-Extension)
17-
1816
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension provides the following add-ins in Visual Studio:
1917

2018
[Project template](template-studio): Creates Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor applications with required configuration for development with Syncfusion<sup style="font-size:70%">&reg;</sup>Visual Blazor component.

blazor/visual-studio-integration/template-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> provides the Blazor Template St
1313

1414
The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2022**:
1515

16-
> **Note:** The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extensions for Visual Studio 2019 are available only for Essential Studio<sup style="font-size:70%">&reg;</sup> versions 20.3.0.56 and earlier.
16+
> **Note:** The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extensions for Visual Studio 2022 are available only for Essential Studio<sup style="font-size:70%">&reg;</sup> versions 20.3.0.56 and earlier.
1717
1818
N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfusion® Blazor Template Studio Extension installed or not in Visual Studio Extension Manager by clicking on the Extensions -> Manage Extensions -> Installed. If it is not installed, follow the steps in the [download and installation](https://blazor.syncfusion.com/documentation/visual-studio-integration/download-and-installation) topic.
1919

0 commit comments

Comments
 (0)