@@ -32,92 +32,29 @@ private HashSet<LinkGroup> GetLinkGroups()
3232 {
3333 var groups = new HashSet < LinkGroup > ( ) ;
3434
35- // GETTING STARTED
35+ // CHARTS
3636 groups . Add ( new LinkGroup
3737 {
38- Name = "GETTING STARTED" ,
39- CssClass = "is-size-7 has-text-weight-bold has-text-danger" ,
40- Links = [
41- new Link { Href = RouteConstants . Demos_Getting_Started_Introduction , Text = "Introduction" } ,
42- ]
43- } ) ;
44-
45- // FEATURES
46- groups . Add ( new LinkGroup
47- {
48- Name = "FEATURES" ,
38+ Name = "Charts" ,
4939 CssClass = "is-size-7 has-text-weight-bold has-text-warning" ,
5040 Links = [
51- new Link { Href = RouteConstants . Demos_Skeletons_Documentation , Text = "Skeletons" }
52- ]
53- } ) ;
54-
55- // ICONS
56- groups . Add ( new LinkGroup
57- {
58- Name = "ICONS" ,
59- CssClass = "is-size-7 has-text-weight-bold has-text-info" ,
60- Links = [
61- new Link { Href = RouteConstants . Demos_BootstrapIcons_Documentation , Text = "Bootstrap Icons" } ,
62- new Link { Href = RouteConstants . Demos_GoogleFontIcons_Documentation , Text = "Google Font Icons" }
41+ new Link { Href = RouteConstants . Demos_BarChart , Text = "Bar chart" } ,
42+ new Link { Href = RouteConstants . Demos_DoughnutChart , Text = "Doughnut chart" } ,
43+ new Link { Href = RouteConstants . Demos_LineChart , Text = "Line chart" } ,
44+ new Link { Href = RouteConstants . Demos_PieChart , Text = "Pie chart" } ,
45+ new Link { Href = RouteConstants . Demos_PolarAreaChart , Text = "PolarArea chart" } ,
46+ new Link { Href = RouteConstants . Demos_RadarChart , Text = "Radar chart" } ,
47+ new Link { Href = RouteConstants . Demos_ScatterChart , Text = "Scatter chart" }
6348 ]
6449 } ) ;
6550
66- // ELEMENTS
51+ // UTILS
6752 groups . Add ( new LinkGroup
6853 {
69- Name = "ELEMENTS" ,
70- CssClass = "is-size-7 has-text-weight-bold has-text-primary" ,
71- Links = [
72- new Link { Href = RouteConstants . Demos_Block_Documentation , Text = "Block" } ,
73- new Link { Href = RouteConstants . Demos_Box_Documentation , Text = "Box" } ,
74- new Link { Href = RouteConstants . Demos_Button_Documentation , Text = "Button" } ,
75- new Link { Href = RouteConstants . Demos_DeleteButton_Documentation , Text = "Delete Button" } ,
76- new Link { Href = RouteConstants . Demos_Image_Documentation , Text = "Image" } ,
77- new Link { Href = RouteConstants . Demos_Notification_Documentation , Text = "Notification" } ,
78- new Link { Href = RouteConstants . Demos_ProgressBar_Documentation , Text = "Progress Bar" } ,
79- new Link { Href = RouteConstants . Demos_Tags_Documentation , Text = "Tags" } ,
80- ]
81- } ) ;
82-
83- // FORM
84- groups . Add ( new LinkGroup
85- {
86- Name = "FORM" ,
87- CssClass = "is-size-7 has-text-weight-bold has-text-primary" ,
88- Links = [
89- new Link { Href = RouteConstants . Demos_Form_DateInput_Documentation , Text = "Date Input" } ,
90- new Link { Href = RouteConstants . Demos_Form_EnumInput_Documentation , Text = "Enum Input" } ,
91- new Link { Href = RouteConstants . Demos_Form_OTPInput_Documentation , Text = "OTP Input" } ,
92- new Link { Href = RouteConstants . Demos_Form_TextInput_Documentation , Text = "Text Input" } ,
93- ]
94- } ) ;
95-
96- // COMPONENTS
97- groups . Add ( new LinkGroup
98- {
99- Name = "COMPONENTS" ,
100- CssClass = "is-size-7 has-text-weight-bold has-text-dark" ,
101- Links = [
102- new Link { Href = RouteConstants . Demos_Breadcrumb_Documentation , Text = "Breadcrumb" } ,
103- new Link { Href = RouteConstants . Demos_ConfirmDialog_Documentation , Text = "Confirm Dialog" } ,
104- new Link { Href = RouteConstants . Demos_GoogleMaps_Documentation , Text = "Google Maps" } ,
105- new Link { Href = RouteConstants . Demos_Grid_Documentation , Text = "Grid" } ,
106- new Link { Href = RouteConstants . Demos_Message_Documentation , Text = "Message" } ,
107- new Link { Href = RouteConstants . Demos_Modal_Documentation , Text = "Modal" } ,
108- new Link { Href = RouteConstants . Demos_Pagination_Documentation , Text = "Pagination" } ,
109- new Link { Href = RouteConstants . Demos_ScriptLoader_Documentation , Text = "Script Loader" } ,
110- new Link { Href = RouteConstants . Demos_Tabs_Documentation , Text = "Tabs" }
111- ]
112- } ) ;
113-
114- // LAYOUT
115- groups . Add ( new LinkGroup
116- {
117- Name = "LAYOUT" ,
118- CssClass = "is-size-7 has-text-weight-bold has-text-success" ,
54+ Name = "UTILS" ,
55+ CssClass = "is-size-7 has-text-weight-bold has-text-danger" ,
11956 Links = [
120- new Link { Href = RouteConstants . Demos_Hero_Documentation , Text = "Hero " }
57+ new Link { Href = RouteConstants . Demos_ColorUtils , Text = "Color Utils " } ,
12158 ]
12259 } ) ;
12360
0 commit comments