We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed10e74 commit afd4f1fCopy full SHA for afd4f1f
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Startup/AbpProjectNameNavigationProvider.cs
@@ -76,18 +76,6 @@ public override void SetNavigation(INavigationProviderContext context)
76
new FixedLocalizableString("Documents"),
77
url: "https://aspnetboilerplate.com/Pages/Documents"
78
)
79
- ).AddItem(
80
- new MenuItemDefinition(
81
- "AspNetBoilerplateForum",
82
- new FixedLocalizableString("Forum"),
83
- url: "https://forum.aspnetboilerplate.com/"
84
- )
85
86
87
- "AspNetBoilerplateAbout",
88
- new FixedLocalizableString("About"),
89
- url: "https://aspnetboilerplate.com/About"
90
91
92
).AddItem(
93
new MenuItemDefinition(
0 commit comments