@@ -8,31 +8,31 @@ public static HashSet<PageLink> GetDemosLinks()
88 var links = new HashSet < PageLink > ( ) ;
99
1010 index += 1 ;
11- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . None , Href = RouteConstants . Docs_GettingStarted , Text = "Getting Started" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . GettingStarted } , Status = PageLinkStatus . None , IsActive = true , ExcludedFromHomePage = true } ) ;
11+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . HouseDoorFill , Href = RouteConstants . Docs_GettingStarted , Text = "Getting Started" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . GettingStarted } , Status = PageLinkStatus . None , IsActive = true , ExcludedFromHomePage = true } ) ;
1212
1313 index += 1 ;
14- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . Box , Href = RouteConstants . Demos_BarChart , Text = "Bar Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . New , IsActive = true } ) ;
14+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . BarChartFill , Href = RouteConstants . Demos_BarChart , Text = "Bar Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
1515
1616 index += 1 ;
17- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . PersonSquare , Href = RouteConstants . Demos_DoughnutChart , Text = "Doughnut Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . Updated , IsActive = true } ) ;
17+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . CircleFill , Href = RouteConstants . Demos_DoughnutChart , Text = "Doughnut Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
1818
1919 index += 1 ;
20- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . Box , Href = RouteConstants . Demos_LineChart , Text = "Line Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
20+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . GraphUp , Href = RouteConstants . Demos_LineChart , Text = "Line Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
2121
2222 index += 1 ;
23- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . SegmentedNav , Href = RouteConstants . Demos_PieChart , Text = "Pie Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
23+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . PieChart , Href = RouteConstants . Demos_PieChart , Text = "Pie Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
2424
2525 index += 1 ;
26- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . ToggleOn , Href = RouteConstants . Demos_PolarAreaChart , Text = "PolarArea Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
26+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . PieChartFill , Href = RouteConstants . Demos_PolarAreaChart , Text = "PolarArea Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
2727
2828 index += 1 ;
29- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . None , Href = RouteConstants . Demos_RadarChart , Text = "Radar Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
29+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . Radar , Href = RouteConstants . Demos_RadarChart , Text = "Radar Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
3030
3131 index += 1 ;
32- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . None , Href = RouteConstants . Demos_ScatterChart , Text = "Scatter Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
32+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . GraphUpArrow , Href = RouteConstants . Demos_ScatterChart , Text = "Scatter Chart" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Charts } , Status = PageLinkStatus . None , IsActive = true } ) ;
3333
3434 index += 1 ;
35- links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . None , Href = RouteConstants . Demos_ScatterChart , Text = "Color Utils" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Utils } , Status = PageLinkStatus . None , IsActive = true } ) ;
35+ links . Add ( new PageLink { Id = index , IconName = BootstrapIconName . Palette2 , Href = RouteConstants . Demos_ScatterChart , Text = "Color Utils" , Categories = new ( ) { PageLinkCategory . All , PageLinkCategory . Utils } , Status = PageLinkStatus . None , IsActive = true } ) ;
3636
3737 return links ;
3838 }
0 commit comments