Skip to content

Commit bb9ce12

Browse files
committed
Remove CSS reference instructions from documentation
This commit removes the section that instructed users to add CSS references, including the relevant code snippet and description. This section was previously located after the instruction to add the NuGet package and before the instruction to add JS references. NOTE: This commit message is auto-generated using GitHub Copilot.
1 parent c490d26 commit bb9ce12

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/GettingStarted_02_NET_8_WebApp_Server_Documentation.razor

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<b>Add the NuGet package:</b>
4343
<CodeChunk Class="mt-3" LanguageCode="LanguageCode.Text" FilePath="~\Pages\Docs\GettingStarted\net8\01_A_Manual_Install_01_Snippet.razor" ProjectRootClassType="DemoAppConstants.ProjectRootClassType" />
4444
</li>
45-
<li>
46-
<b>Add CSS references:</b>
47-
<Block>After the <code>base</code> tag in the <code>head</code> section of the <code>Components/App.razor</code> file, add the following references:</Block>
48-
<CodeChunk Class="mt-3" LanguageCode="LanguageCode.HTML" FilePath="~\Pages\Docs\GettingStarted\net8\01_A_Manual_Install_02_Snippet.html" ProjectRootClassType="DemoAppConstants.ProjectRootClassType" />
49-
</li>
5045
<li>
5146
<b>Add JS references:</b>
5247
<Block>Insert the following references into the <code>body</code> section of the <code>Components/App.razor</code> file, immediately after the <code>_framework/blazor.web.js</code> reference:</Block>

0 commit comments

Comments
 (0)