Skip to content

Commit 950d7b4

Browse files
authored
doc(Template): remove vsix extension documetation (#5593)
1 parent 9dc0431 commit 950d7b4

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

src/BootstrapBlazor.Server/Components/Pages/Template.razor

-24
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,4 @@
2424
<p class="code-label">@Localizer["P7"]</p>
2525
<Pre>dotnet new uninstall Bootstrap.Blazor.Templates</Pre>
2626

27-
<h4>@Localizer["SubTitle1"]</h4>
28-
29-
<p>@((MarkupString)Localizer["P8"].Value)</p>
30-
31-
<p class="code-label">1. @Localizer["P9"]</p>
32-
33-
<p>@Localizer["P10"] <b>Visual Studio @Localizer["P11"]</b> @Localizer["P12"] <b>@Localizer["P13"]</b> <a href="https://marketplace.visualstudio.com/items?itemName=Longbow.BootstrapBlazorUITemplate" target="_blank">[@Localizer["P14"]]</a> @Localizer["P15"] <a href="@TemplateUrl" target="_blank">[@Localizer["P16"]]</a></p>
34-
35-
<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/search-extensions.png")" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />
36-
37-
<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/download-extensions.png")" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />
38-
39-
<p class="code-label">2. @Localizer["P17"]</p>
40-
41-
<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/install-extensions.png")" style="width: auto; border-radius: 6px;" class="d-none d-sm-block mb-3" />
42-
43-
<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/install-finish.png")" style="width: auto; border-radius: 6px;" class="d-none d-sm-block mb-3" />
44-
45-
<p class="code-label">3. @Localizer["P18"]</p>
46-
47-
<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/create-project.png")" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />
48-
49-
<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/project.png")" style="width: 400px; border-radius: 6px;" class="d-none d-sm-block mb-3" />
50-
5127
<Video Name="template" />

src/BootstrapBlazor.Server/Locales/en-US.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -1154,19 +1154,7 @@
11541154
"P4": "After the project is created, the <code>BootstrapBlazorApp</code> solution will be generated in the current folder, and the <code>src</code> directory contains <code>Server-Side</code> <code>Wasm</code> Both types of projects can be run directly with <kbd>F5</kbd>",
11551155
"P5": "3. Update project template",
11561156
"P6": "The dotnet new update option checks if there are updates available for the template packages that are currently installed and installs them.",
1157-
"P7": "3. Uninstall project template",
1158-
"SubTitle1": "Bootstrap Blazor App Extension",
1159-
"P8": "In order to facilitate the use of the <code>Bootstrap Blazor</code> component library, the author has created the <b>Project Template (<code>Bootstrap Blazor Project Template</code>)</b> extension plug-in, which can be installed through <code >Visual Studio IDE</code> When creating a new project, select the <code>Bootstrap Blazor project template</code>, and the solution is built in two types: <code>Server-Side</code> and <code>wasm</code> project",
1160-
"P9": "Download Project template",
1161-
"P10": "able to pass",
1162-
"P11": "Built-in plugin extensions",
1163-
"P12": "or",
1164-
"P13": "Microsoft Plug-in Marketplace",
1165-
"P14": "portal",
1166-
"P15": "Direct download; domestic access to the Microsoft plug-in market is relatively slow, you can access the code cloud connection",
1167-
"P16": "portal",
1168-
"P17": "Install Project template",
1169-
"P18": "Create Project"
1157+
"P7": "3. Uninstall project template"
11701158
},
11711159
"BootstrapBlazor.Server.Components.Pages.Globalization": {
11721160
"Title": "Globalization",

src/BootstrapBlazor.Server/Locales/zh-CN.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -1154,19 +1154,7 @@
11541154
"P4": "创建工程后在当前文件夹内会生成 <code>BootstrapBlazorApp</code> 解决方案,<code>src</code> 目录内包含 <code>Server-Side</code> <code>Wasm</code> 两种类型的工程,均可以直接 <kbd>F5</kbd> 运行",
11551155
"P5": "3. 更新项目模板",
11561156
"P6": "注:此命令为检查是否有可用于当前安装的模板包的更新并安装这些更新。",
1157-
"P7": "4. 卸载项目模板",
1158-
"SubTitle1": "Bootstrap Blazor App Extension 扩展插件",
1159-
"P8": "为了方便使用 <code>Bootstrap Blazor</code> 组件库,作者制作了 <b>项目模板(<code>Bootstrap Blazor Project Template</code>)</b> 扩展插件,安装此插件可通过 <code>Visual Studio</code> 新建项目时选择 <code>Bootstrap Blazor 项目模板</code>,解决方案内置 <code>Server-Side</code> 与 <code>wasm</code> 两种类型工程",
1160-
"P9": "下载项目模板",
1161-
"P10": "可以通过",
1162-
"P11": "内置插件扩展",
1163-
"P12": "或者",
1164-
"P13": "微软插件扩展市场",
1165-
"P14": "传送门",
1166-
"P15": "直接下载; 国内访问微软插件市场速度比较慢,可以访问码云连接",
1167-
"P16": "传送门",
1168-
"P17": "安装项目模板",
1169-
"P18": "创建项目"
1157+
"P7": "4. 卸载项目模板"
11701158
},
11711159
"BootstrapBlazor.Server.Components.Pages.Globalization": {
11721160
"Title": "全球化",

0 commit comments

Comments
 (0)