|
3 | 3 | public static class DemoRouteConstants |
4 | 4 | { |
5 | 5 | public const string Blog_Prefix = "/blog"; |
6 | | - public const string Docs_Prefix = "/docs"; |
7 | 6 | public const string Demos_Prefix = "/demos"; |
| 7 | + public const string Docs_Prefix = "/docs"; |
| 8 | + |
| 9 | + #region Demos |
| 10 | + |
| 11 | + // Features |
| 12 | + public const string Demos_Skeletons_Documentation = Demos_Prefix + "/skeletons"; |
| 13 | + |
| 14 | + // Icons |
| 15 | + public const string Demos_BootstrapIcons_Documentation = Demos_Prefix + "/icons/bootstrap-icons"; |
| 16 | + public const string Demos_GoogleFontIcons_Documentation = Demos_Prefix + "/icons/google-font-icons"; |
| 17 | + |
| 18 | + // Elements |
| 19 | + public const string Demos_Block_Documentation = Demos_Prefix + "/block"; |
| 20 | + public const string Demos_Box_Documentation = Demos_Prefix + "/box"; |
| 21 | + public const string Demos_Button_Documentation = Demos_Prefix + "/button"; |
| 22 | + public const string Demos_Content_Documentation = Demos_Prefix + "/content"; |
| 23 | + public const string Demos_DeleteButton_Documentation = Demos_Prefix + "/delete-button"; |
| 24 | + public const string Demos_Image_Documentation = Demos_Prefix + "/image"; |
| 25 | + public const string Demos_Notification_Documentation = Demos_Prefix + "/notification"; |
| 26 | + public const string Demos_ProgressBar_Documentation = Demos_Prefix + "/progress-bar"; |
| 27 | + public const string Demos_Table_Documentation = Demos_Prefix + "/table"; |
| 28 | + public const string Demos_Tags_Documentation = Demos_Prefix + "/tags"; |
| 29 | + public const string Demos_Title_Documentation = Demos_Prefix + "/title"; |
| 30 | + |
| 31 | + // Form |
| 32 | + public const string Demos_Form_Prefix = Demos_Prefix + "/form"; |
| 33 | + public const string Demos_Form_AutoComplete_Documentation = Demos_Form_Prefix + "/autocomplete"; |
| 34 | + public const string Demos_Form_CheckboxInput_Documentation = Demos_Form_Prefix + "/checkbox-input"; |
| 35 | + public const string Demos_Form_CurrencyInput_Documentation = Demos_Form_Prefix + "/currency-input"; |
| 36 | + public const string Demos_Form_DateInput_Documentation = Demos_Form_Prefix + "/date-input"; |
| 37 | + public const string Demos_Form_EnumInput_Documentation = Demos_Form_Prefix + "/enum-input"; |
| 38 | + public const string Demos_Form_NumberInput_Documentation = Demos_Form_Prefix + "/number-input"; |
| 39 | + public const string Demos_Form_OTPInput_Documentation = Demos_Form_Prefix + "/otp-input"; |
| 40 | + public const string Demos_Form_PasswordInput_Documentation = Demos_Form_Prefix + "/password-input"; |
| 41 | + public const string Demos_Form_RadioInput_Documentation = Demos_Form_Prefix + "/radio-input"; |
| 42 | + public const string Demos_Form_RangeInput_Documentation = Demos_Form_Prefix + "/range-input"; |
| 43 | + public const string Demos_Form_SelectInput_Documentation = Demos_Form_Prefix + "/select-input"; |
| 44 | + public const string Demos_Form_Switch_Documentation = Demos_Form_Prefix + "/switch"; |
| 45 | + public const string Demos_Form_TextInput_Documentation = Demos_Form_Prefix + "/text-input"; |
| 46 | + public const string Demos_Form_TextAreaInput_Documentation = Demos_Form_Prefix + "/text-area-input"; |
| 47 | + public const string Demos_Form_TimeInput_Documentation = Demos_Form_Prefix + "/time-input"; |
| 48 | + |
| 49 | + // Components |
| 50 | + public const string Demos_Breadcrumb_Documentation = Demos_Prefix + "/breadcrumb"; |
| 51 | + public const string Demos_Card_Documentation = Demos_Prefix + "/card"; |
| 52 | + public const string Demos_ConfirmDialog_Documentation = Demos_Prefix + "/confirm-dialog"; |
| 53 | + public const string Demos_Dropdown_Documentation = Demos_Prefix + "/dropdown"; |
| 54 | + public const string Demos_GoogleMaps_Documentation = Demos_Prefix + "/google-maps"; |
| 55 | + public const string Demos_Grid_Documentation = Demos_Prefix + "/grid"; |
| 56 | + public const string Demos_Menu_Documentation = Demos_Prefix + "/menu"; |
| 57 | + public const string Demos_Message_Documentation = Demos_Prefix + "/message"; |
| 58 | + public const string Demos_Modal_Documentation = Demos_Prefix + "/modal"; |
| 59 | + public const string Demos_Navbar_Documentation = Demos_Prefix + "/navbar"; |
| 60 | + public const string Demos_Pagination_Documentation = Demos_Prefix + "/pagination"; |
| 61 | + public const string Demos_Panel_Documentation = Demos_Prefix + "/panel"; |
| 62 | + public const string Demos_ScriptLoader_Documentation = Demos_Prefix + "/script-loader"; |
| 63 | + public const string Demos_Tabs_Documentation = Demos_Prefix + "/tabs"; |
| 64 | + |
| 65 | + // Layout |
| 66 | + public const string Demos_Container_Documentation = Demos_Prefix + "/container"; |
| 67 | + public const string Demos_Hero_Documentation = Demos_Prefix + "/hero"; |
| 68 | + public const string Demos_Section_Documentation = Demos_Prefix + "/section"; |
| 69 | + public const string Demos_Level_Documentation = Demos_Prefix + "/level"; |
| 70 | + public const string Demos_Media_Documentation = Demos_Prefix + "/media"; |
| 71 | + public const string Demos_Footer_Documentation = Demos_Prefix + "/footer"; |
| 72 | + |
| 73 | + #endregion |
8 | 74 |
|
9 | 75 | #region Docs |
10 | 76 |
|
@@ -87,71 +153,9 @@ public static class DemoRouteConstants |
87 | 153 | public const string Docs_Media_Documentation = Docs_Prefix + "/media"; |
88 | 154 | public const string Docs_Footer_Documentation = Docs_Prefix + "/footer"; |
89 | 155 |
|
90 | | - #endregion |
91 | | - |
92 | | - #region Demos |
93 | | - |
94 | | - // Features |
95 | | - public const string Demos_Skeletons_Documentation = Demos_Prefix + "/skeletons"; |
96 | | - |
97 | | - // Icons |
98 | | - public const string Demos_BootstrapIcons_Documentation = Demos_Prefix + "/icons/bootstrap-icons"; |
99 | | - public const string Demos_GoogleFontIcons_Documentation = Demos_Prefix + "/icons/google-font-icons"; |
100 | | - |
101 | | - // Elements |
102 | | - public const string Demos_Block_Documentation = Demos_Prefix + "/block"; |
103 | | - public const string Demos_Box_Documentation = Demos_Prefix + "/box"; |
104 | | - public const string Demos_Button_Documentation = Demos_Prefix + "/button"; |
105 | | - public const string Demos_Content_Documentation = Demos_Prefix + "/content"; |
106 | | - public const string Demos_DeleteButton_Documentation = Demos_Prefix + "/delete-button"; |
107 | | - public const string Demos_Image_Documentation = Demos_Prefix + "/image"; |
108 | | - public const string Demos_Notification_Documentation = Demos_Prefix + "/notification"; |
109 | | - public const string Demos_ProgressBar_Documentation = Demos_Prefix + "/progress-bar"; |
110 | | - public const string Demos_Table_Documentation = Demos_Prefix + "/table"; |
111 | | - public const string Demos_Tags_Documentation = Demos_Prefix + "/tags"; |
112 | | - public const string Demos_Title_Documentation = Demos_Prefix + "/title"; |
113 | | - |
114 | | - // Form |
115 | | - public const string Demos_Form_Prefix = Demos_Prefix + "/form"; |
116 | | - public const string Demos_Form_AutoComplete_Documentation = Demos_Form_Prefix + "/autocomplete"; |
117 | | - public const string Demos_Form_CheckboxInput_Documentation = Demos_Form_Prefix + "/checkbox-input"; |
118 | | - public const string Demos_Form_CurrencyInput_Documentation = Demos_Form_Prefix + "/currency-input"; |
119 | | - public const string Demos_Form_DateInput_Documentation = Demos_Form_Prefix + "/date-input"; |
120 | | - public const string Demos_Form_EnumInput_Documentation = Demos_Form_Prefix + "/enum-input"; |
121 | | - public const string Demos_Form_NumberInput_Documentation = Demos_Form_Prefix + "/number-input"; |
122 | | - public const string Demos_Form_OTPInput_Documentation = Demos_Form_Prefix + "/otp-input"; |
123 | | - public const string Demos_Form_PasswordInput_Documentation = Demos_Form_Prefix + "/password-input"; |
124 | | - public const string Demos_Form_RadioInput_Documentation = Demos_Form_Prefix + "/radio-input"; |
125 | | - public const string Demos_Form_RangeInput_Documentation = Demos_Form_Prefix + "/range-input"; |
126 | | - public const string Demos_Form_SelectInput_Documentation = Demos_Form_Prefix + "/select-input"; |
127 | | - public const string Demos_Form_Switch_Documentation = Demos_Form_Prefix + "/switch"; |
128 | | - public const string Demos_Form_TextInput_Documentation = Demos_Form_Prefix + "/text-input"; |
129 | | - public const string Demos_Form_TextAreaInput_Documentation = Demos_Form_Prefix + "/text-area-input"; |
130 | | - public const string Demos_Form_TimeInput_Documentation = Demos_Form_Prefix + "/time-input"; |
131 | | - |
132 | | - // Components |
133 | | - public const string Demos_Breadcrumb_Documentation = Demos_Prefix + "/breadcrumb"; |
134 | | - public const string Demos_Card_Documentation = Demos_Prefix + "/card"; |
135 | | - public const string Demos_ConfirmDialog_Documentation = Demos_Prefix + "/confirm-dialog"; |
136 | | - public const string Demos_Dropdown_Documentation = Demos_Prefix + "/dropdown"; |
137 | | - public const string Demos_GoogleMaps_Documentation = Demos_Prefix + "/google-maps"; |
138 | | - public const string Demos_Grid_Documentation = Demos_Prefix + "/grid"; |
139 | | - public const string Demos_Menu_Documentation = Demos_Prefix + "/menu"; |
140 | | - public const string Demos_Message_Documentation = Demos_Prefix + "/message"; |
141 | | - public const string Demos_Modal_Documentation = Demos_Prefix + "/modal"; |
142 | | - public const string Demos_Navbar_Documentation = Demos_Prefix + "/navbar"; |
143 | | - public const string Demos_Pagination_Documentation = Demos_Prefix + "/pagination"; |
144 | | - public const string Demos_Panel_Documentation = Demos_Prefix + "/panel"; |
145 | | - public const string Demos_ScriptLoader_Documentation = Demos_Prefix + "/script-loader"; |
146 | | - public const string Demos_Tabs_Documentation = Demos_Prefix + "/tabs"; |
147 | | - |
148 | | - // Layout |
149 | | - public const string Demos_Container_Documentation = Demos_Prefix + "/container"; |
150 | | - public const string Demos_Hero_Documentation = Demos_Prefix + "/hero"; |
151 | | - public const string Demos_Section_Documentation = Demos_Prefix + "/section"; |
152 | | - public const string Demos_Level_Documentation = Demos_Prefix + "/level"; |
153 | | - public const string Demos_Media_Documentation = Demos_Prefix + "/media"; |
154 | | - public const string Demos_Footer_Documentation = Demos_Prefix + "/footer"; |
| 156 | + // Utils |
| 157 | + public const string Docs_Utils_Prefix = Docs_Prefix + "/utils"; |
| 158 | + public const string Docs_ColorUtils = Docs_Utils_Prefix + "/color-utility"; |
155 | 159 |
|
156 | 160 | #endregion |
157 | 161 | } |
0 commit comments