Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/BootstrapBlazor.Server/Components/Components/Header.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits WebSiteModuleComponentBase
@inherits WebSiteModuleComponentBase
@attribute [JSModuleAutoLoader("Components/Header.razor.js")]

<header class="navbar-header navbar navbar-expand flex-column flex-md-row px-3">
Expand All @@ -15,7 +15,7 @@
<a class="nav-link" href="introduction">@IntroductionText</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tutorials">@TutorialsText</a>
<a class="nav-link" href="tutorials/dashboard">@TutorialsText</a>
</li>
</ul>
</div>
Expand Down
12 changes: 0 additions & 12 deletions src/BootstrapBlazor.Server/Components/Pages/Tutorials.razor

This file was deleted.

26 changes: 0 additions & 26 deletions src/BootstrapBlazor.Server/Components/Pages/Tutorials.razor.css

This file was deleted.

5 changes: 2 additions & 3 deletions src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"IntersectionObserver": "IntersectionObserver",
"Introduction": "Introduction",
"Ip": "IpAddress",
"JitViewer": "JitViewer",
"JitViewer": "Jit Viewer",
"JSExtension": "JSRuntime Extensions",
"Labels": "Labels",
"Layout": "Layout",
Expand Down Expand Up @@ -471,7 +471,6 @@
},
"BootstrapBlazor.Server.Components.Layout.TutorialsNavMenu": {
"AdminSummary": "Admin",
"CategoryTitle": "Bootstrap Blazor Practical Cases",
"DashboardSummary": "Dashboard",
"DrawingSummary": "Drawing",
"LoginSummary": "Login&Register",
Expand Down Expand Up @@ -2825,7 +2824,7 @@
"JitViewerDescription": "Supports online preview of Office documents, PDF, OFD, images, text, code, videos, and other file formats.",
"JitViewerNormalTitle": "Basic usage",
"JitViewerSubTitle": "A universal file preview component for viewing multiple file types directly on the page.",
"JitViewerTitle": "JitViewer File Previewer"
"JitViewerTitle": "JitViewer File Viewer"
},
"BootstrapBlazor.Server.Components.Samples.JSRuntimeExtensions": {
"EvalIntro": "Dynamically run Java Script code within the current scope using the Eval function.",
Expand Down
1 change: 0 additions & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@
},
"BootstrapBlazor.Server.Components.Layout.TutorialsNavMenu": {
"AdminSummary": "中台 Admin",
"CategoryTitle": "BootstrapBlazor 实战案例",
"DashboardSummary": "仪表盘 Dashboard",
"DrawingSummary": "画图 Drawing",
"LoginSummary": "登陆注册 Login&Register",
Expand Down
Loading