Browse Source
Merge pull request #20211 from abpframework/salihozkara/demo
Update BootstrapDemoMenuContributor
pull/20220/head
Engincan VESKE
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
11 deletions
-
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Menus/BootstrapDemoMenuContributor.cs
|
|
|
@ -56,8 +56,8 @@ public class BootstrapDemoMenuContributor : IMenuContributor |
|
|
|
|
|
|
|
context.Menu.AddItem( |
|
|
|
new ApplicationMenuItem( |
|
|
|
name: "Framework", |
|
|
|
displayName: "Framework", |
|
|
|
name: "Platform", |
|
|
|
displayName: "Platform", |
|
|
|
url: "https://abp.io" |
|
|
|
) |
|
|
|
); |
|
|
|
@ -65,21 +65,14 @@ public class BootstrapDemoMenuContributor : IMenuContributor |
|
|
|
new ApplicationMenuItem( |
|
|
|
name: "Community", |
|
|
|
displayName: "Community", |
|
|
|
url: "https://community.abp.io" |
|
|
|
) |
|
|
|
); |
|
|
|
context.Menu.AddItem( |
|
|
|
new ApplicationMenuItem( |
|
|
|
name: "Commercial", |
|
|
|
displayName: "Commercial", |
|
|
|
url: "https://commercial.abp.io" |
|
|
|
url: "https://abp.io/community" |
|
|
|
) |
|
|
|
); |
|
|
|
context.Menu.AddItem( |
|
|
|
new ApplicationMenuItem( |
|
|
|
name: "Documents", |
|
|
|
displayName: "Documents", |
|
|
|
url: "https://Docs.abp.io" |
|
|
|
url: "https://abp.io/docs/latest" |
|
|
|
) |
|
|
|
); |
|
|
|
context.Menu.AddItem( |
|
|
|
|