Skip to content

Commit b64545c

Browse files
committed
doc: 删除其他模式资源文件
1 parent dc86783 commit b64545c

File tree

5 files changed

+1
-376
lines changed

5 files changed

+1
-376
lines changed

src/BootstrapBlazor.Server/Components/Components/InstallContent.razor

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/BootstrapBlazor.Server/Components/Components/InstallContent.razor.cs

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -339,27 +339,6 @@ void AddQuickStar(DemoMenuItem item)
339339
Url = "global-option"
340340
},
341341
new()
342-
{
343-
Text = Localizer["WebAppBlazor"],
344-
Url = "install-webapp",
345-
},
346-
new()
347-
{
348-
Text = Localizer["ServerBlazor"],
349-
Url = "install-server",
350-
},
351-
new()
352-
{
353-
Text = Localizer["ClientBlazor"],
354-
Url = "install-wasm",
355-
},
356-
new()
357-
{
358-
Text = Localizer["MauiBlazor"],
359-
Url = "install-maui",
360-
Match = NavLinkMatch.All
361-
},
362-
new()
363342
{
364343
Text = Localizer["Breakpoints"],
365344
Url = "breakpoint"

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

Lines changed: 0 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,52 +1194,6 @@
11941194
"SubTitle": "ASP.NET Core Blazor Globalization",
11951195
"P1": "Please check <a href='https://learn.microsoft.com/zh-cn/aspnet/core/blazor/globalization-localization?WT.mc_id=DT-MVP-5004174' target='_blank'> before reading the following knowledge points Official document</a>"
11961196
},
1197-
"BootstrapBlazor.Server.Components.Components.InstallContent": {
1198-
"P5": "Create a project using the BootstrapBlazor Project Template extension",
1199-
"InstallByTemplate": "You can download and install the extension through <a href=\"template\">[port]</a>, and then create a project with the extension. <code>Highly recommended</code>",
1200-
"P9": "Create a project with Visual Studio",
1201-
"P10": "Step 1. Create a project",
1202-
"P11": "Open Visual Studio",
1203-
"P12": "Create a new project",
1204-
"P13": "Choose",
1205-
"P14": "and click",
1206-
"P15": "Next step",
1207-
"P16": "Choose a name and location for the project, then click",
1208-
"P17": "Step 2. Add the BootstrapBlazor component to the existing project",
1209-
"P18": "pass",
1210-
"P19": "source search",
1211-
"P20": "Right click on the project in the solution and select",
1212-
"P21": "Install the BootstrapBlazor package",
1213-
"P22": "Add stylesheet file",
1214-
"P23": "Add a theme style sheet to the host file",
1215-
"P24": "Need to reference BootstrapBlazor.FontAwesome package",
1216-
"P25": "Add Javascript files",
1217-
"P26": "add code",
1218-
"P27": "Register the BootstrapBlazor service",
1219-
"P28": "Add namespace reference",
1220-
"P29": "Add the following to",
1221-
"P30": "file so that",
1222-
"P31": "Components are recognized in the file",
1223-
"AddRootText": "Add <code>BootstrapBlazorRoot</code> component into file (Replace original content with follow code)",
1224-
"P35": "under development",
1225-
"P36": "Step 3. Use components in the page",
1226-
"P37": "The last step is to use in the page",
1227-
"P38": "component and run it in the browser. E.g",
1228-
"P39": "add one to the page",
1229-
"P40": "button",
1230-
"P41": "test",
1231-
"P42": "exist",
1232-
"P43": "middle",
1233-
"P44": "run the application",
1234-
"Tips2": "If you use the blazor default template to create a project, please remove the default <code>Bootstrap</code> style link <code>&lt;link rel='stylesheet' href='css/bootstrap/bootstrap.min.css' /&gt;</code>. Install <b>FontAwesome</b> related resources by yourself or get the nuget package <code>BootstrapBlazor.FontAwesome</code>"
1235-
},
1236-
"BootstrapBlazor.Server.Components.Pages.Install_Server": {
1237-
"Title": "Server-Side Blazor Installation Tutorial",
1238-
"D1": "Choose",
1239-
"D2": "project type, then click",
1240-
"Configure": "Configure Service",
1241-
"CodeComment": "Add this line of code"
1242-
},
12431197
"BootstrapBlazor.Server.Components.Pages.Theme": {
12441198
"H1": "Component theme",
12451199
"H2": "Test",
@@ -1254,64 +1208,6 @@
12541208
"P9": "The added style file is as follows",
12551209
"P10": "add this line"
12561210
},
1257-
"BootstrapBlazor.Server.Components.Pages.Install_Maui": {
1258-
"H1": "Environmental preparation",
1259-
"P1": "Make sure the system is installed",
1260-
"P2": "Version",
1261-
"P3": "Create a project with Visual Studio",
1262-
"P4": "Step 1. Create a project",
1263-
"P5": "Create a new project",
1264-
"P6": "choose",
1265-
"P7": ".NET MAUI Blazor application",
1266-
"P8": "and click",
1267-
"P9": "Next step",
1268-
"P10": "Choose a name and location for the project, then click",
1269-
"P11": "Next step",
1270-
"P12": "create",
1271-
"P13": "Step 2. Add the BootstrapBlazor component to the existing project",
1272-
"P14": "1. Search <code>BootstrapBlazor</code> through the <b>nuget.org</b> source",
1273-
"P15": "Right click on the project in the solution and select",
1274-
"P16": "2. Install the BootstrapBlazor package latest version",
1275-
"P17": "3. Add stylesheet file",
1276-
"P18": "Add a theme style sheet to the host file",
1277-
"P19": "Need to reference BootstrapBlazor.FontAwesome package",
1278-
"P20": "4. Add the JavaScript file",
1279-
"P21": "add code",
1280-
"P22": "5. Register the BootstrapBlazor service",
1281-
"P23": "6. Add namespace reference",
1282-
"P24": "Add the following to",
1283-
"P25": "file so that",
1284-
"P26": "Components are recognized in the file",
1285-
"AddRootText": "7. Add <code>BootstrapBlazorRoot</code> component into <code>Routes.razor</code> file",
1286-
"P30": "under development",
1287-
"P31": "Step 3. Use components in the page",
1288-
"P32": "The last step is to use in the page <code>BootstrapBlazor</code> component and run it in the browser. E.g",
1289-
"P33": "Please remove the default <code>Bootstrap</code> style link <code>&lt;link rel='stylesheet' href='css/bootstrap/bootstrap.min.css' /&gt;</code>; The icon of this project uses the <code>FontAwesome</code> icon library. Please refer to yourself or get the <code>BootstrapBlazor.FontAwesome</code> nuget package",
1290-
"P34": "1. Add one to the page",
1291-
"P35": "button",
1292-
"P36": "test",
1293-
"P37": "2. In",
1294-
"P38": "middle",
1295-
"P39": "run the application",
1296-
"P40": "Mixed modes using both Razor and Xaml",
1297-
"P41": "1. Pages folder add a file named",
1298-
"P42": "The MAUI ContentView control file",
1299-
"P43": "2. Revise",
1300-
"P44": "in the file",
1301-
"P45": "for",
1302-
"P46": "(You can also use",
1303-
"P47": "and other navigation components)",
1304-
"P48": "exist",
1305-
"P49": "middle",
1306-
"P50": "run the application",
1307-
"P51": "MAUI Blazor Installation tutorial"
1308-
},
1309-
"BootstrapBlazor.Server.Components.Pages.Install_wasm": {
1310-
"Install_wasmHeading": "Client Blazor Installation Tutorial",
1311-
"Install_wasmDescription": "choose <b>Blazor WebAssembly App</b> project type, then click <b>Create</b>",
1312-
"Title": "Client Side",
1313-
"Install_wasmCodeComment": "Add this line of code"
1314-
},
13151211
"BootstrapBlazor.Server.Components.Samples.Dividers": {
13161212
"Title": "Dividing line",
13171213
"Description": "The dividing line that separates the content.",

0 commit comments

Comments
 (0)