Skip to content

Commit

Permalink
Rearange page items
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Jun 25, 2022
1 parent f8c9aa5 commit 31ca073
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Shared/Blazorise.Shared/Data/PageEntryData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ private Task<PageEntry[]> LoadData( ICacheEntry cacheEntry )
{
return Task.FromResult( new PageEntry[]
{
new PageEntry( "docs", "Overview" ),
new PageEntry( "docs/start", "Start" ),
new PageEntry( "docs/usage", "Usage" ),
new PageEntry( "docs/theming", "Theming" ),
new PageEntry( "docs/pwa", "PWA" ),

new PageEntry( "docs/components/accordion", "Accordion", "Build vertically collapsing accordions in combination with our Collapse component." ),
new PageEntry( "docs/components/addon", "Adddon", "Easily extend form controls by adding text, or buttons on either side of textual inputs, custom selects, and custom file inputs." ),
new PageEntry( "docs/components/alert", "Alert", "Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages." ),
Expand Down Expand Up @@ -134,13 +140,8 @@ private Task<PageEntry[]> LoadData( ICacheEntry cacheEntry )
new PageEntry( "docs/services/message", "Message", "Message service is used for quick user confirmation actions." ),
new PageEntry( "docs/services/notification", "Notification", "Notification service is used to provide feedback to the user." ),
new PageEntry( "docs/services/page-progress", "Page Progress", "Page Progress service is used to provide a page loading indicator to the user." ),

new PageEntry( "docs", "Overview" ),
new PageEntry( "docs/pwa", "PWA" ),
new PageEntry( "docs/start", "Start" ),
new PageEntry( "docs/usage", "Usage" ),
new PageEntry( "docs/theming", "Theming" ),
new PageEntry( "docs/faq", "FAQ" ),
new PageEntry( "https://commercial.blazorise.com/license", "License" ),
}.ToArray() );
}
}
Expand Down

0 comments on commit 31ca073

Please sign in to comment.