1+ const enSidebar = {
2+ '/en-US/' : [
3+ { text : 'Quick Start' , link : '/en-US/' } ,
4+ {
5+ text : 'General' ,
6+ children : [
7+ { text : 'Button' , link : '/en-US/components/button/' , status : 'completed' } ,
8+ { text : 'Icon' , link : '/en-US/components/icon/' , status : 'completed' } ,
9+ { text : 'DragDrop' , link : '/en-US/components/dragdrop/' } ,
10+ { text : 'Fullscreen' , link : '/en-US/components/fullscreen/' } ,
11+ { text : 'Panel' , link : '/en-US/components/panel/' , status : 'completed' } ,
12+ { text : 'Search' , link : '/en-US/components/search/' , status : 'completed' } ,
13+ { text : 'Status' , link : '/en-US/components/status/' , status : 'completed' } ,
14+ { text : 'Sticky' , link : '/en-US/components/sticky/' } ,
15+ { text : 'Overlay' , link : '/en-US/components/overlay/' }
16+ ]
17+ } ,
18+ {
19+ text : 'Navigation' ,
20+ children : [
21+ { text : 'Accordion' , link : '/en-US/components/accordion/' } ,
22+ { text : 'Anchor' , link : '/en-US/components/anchor/' } ,
23+ { text : 'BackTop' , link : '/en-US/components/back-top/' } ,
24+ { text : 'Breadcrumb' , link : '/en-US/components/breadcrumb/' } ,
25+ { text : 'Dropdown' , link : '/en-US/components/dropdown/' } ,
26+ { text : 'NavSprite' , link : '/en-US/components/nav-sprite/' } ,
27+ { text : 'Pagination' , link : '/en-US/components/pagination/' , status : 'progress' } ,
28+ { text : 'StepsGuide' , link : '/en-US/components/steps-guide/' } ,
29+ { text : 'Tabs' , link : '/en-US/components/tabs/' , status : 'completed' } ,
30+ { text : 'Anchor' , link : '/en-US/components/Anchor/' } ,
31+ ]
32+ } ,
33+ {
34+ text : 'Feedback' ,
35+ children : [
36+ { text : 'Alert' , link : '/components/alert/' , status : 'completed' } ,
37+ { text : 'Drawer' , link : '/components/drawer/' } ,
38+ { text : 'Loading' , link : '/components/loading/' , status : 'completed' } ,
39+ { text : 'Mention' , link : '/components/mention/' } ,
40+ { text : 'Modal' , link : '/components/modal/' } ,
41+ { text : 'Popover' , link : '/components/popover/' , status : "progress" } ,
42+ { text : 'ReadTip' , link : '/components/read-tip/' } ,
43+ { text : 'Toast' , link : '/components/toast/' , status : 'completed' } ,
44+ { text : 'Tooltip' , link : '/components/tooltip/' , status : 'completed' } ,
45+ ]
46+ } ,
47+ {
48+ text : 'Data Entry' ,
49+ children : [
50+ { text : 'AutoComplete' , link : '/en-US/components/auto-complete/' } ,
51+ { text : 'Cascader' , link : '/en-US/components/cascader/' } ,
52+ { text : 'CategorySearch' , link : '/en-US/components/category-search/' } ,
53+ { text : 'Checkbox' , link : '/en-US/components/checkbox/' , status : 'completed' } ,
54+ { text : 'DatePicker' , link : '/en-US/components/date-picker/' , status : 'progress' } ,
55+ { text : 'DatePickerPro' , link : '/en-US/components/date-picker-pro/' } ,
56+ { text : 'EditableSelect' , link : '/en-US/components/editable-select/' } ,
57+ { text : 'Form' , link : '/en-US/components/form/' } ,
58+ { text : 'Input' , link : '/en-US/components/input/' , status : 'completed' } ,
59+ { text : 'InputNumber' , link : '/en-US/components/input-number/' } ,
60+ { text : 'MultiAutoComplete' , link : '/en-US/components/multi-auto-complete/' } ,
61+ { text : 'Radio' , link : '/en-US/components/radio/' , status : 'completed' } ,
62+ { text : 'Select' , link : '/en-US/components/select/' , status : 'progress' } ,
63+ { text : 'Slider' , link : '/en-US/components/slider/' } ,
64+ { text : 'Switch' , link : '/en-US/components/switch/' , status : 'completed' } ,
65+ { text : 'TagInput' , link : '/en-US/components/tag-input/' , status : 'completed' } ,
66+ { text : 'Textarea' , link : '/en-US/components/textarea/' } ,
67+ { text : 'TimePicker' , link : '/en-US/components/time-picker/' } ,
68+ { text : 'Transfer' , link : '/en-US/components/transfer/' } ,
69+ { text : 'TreeSelect' , link : '/en-US/components/tree-select/' } ,
70+ { text : 'Upload' , link : '/en-US/components/upload/' , status : 'progress' } ,
71+ ]
72+ } ,
73+ {
74+ text : 'Data Display' ,
75+ children : [
76+ { text : 'Avatar' , link : '/en-US/components/avatar/' , status : 'completed' } ,
77+ { text : 'Badge' , link : '/en-US/components/badge/' , status : 'completed' } ,
78+ { text : 'Card' , link : '/en-US/components/card/' , status : 'completed' } ,
79+ { text : 'Carousel' , link : '/en-US/components/carousel/' , status : 'completed' } ,
80+ { text : 'DataTable' , link : '/en-US/components/data-table/' } ,
81+ { text : 'Gantt' , link : '/en-US/components/gantt/' } ,
82+ { text : 'ImagePreview' , link : '/en-US/components/image-preview/' } ,
83+ { text : 'Progress' , link : '/en-US/components/progress/' , status : 'completed' } ,
84+ { text : 'QuadrantDiagram' , link : '/en-US/components/quadrant-diagram/' } ,
85+ { text : 'Rate' , link : '/en-US/components/rate/' , status : 'completed' } ,
86+ { text : 'Tag' , link : '/en-US/components/tag/' } ,
87+ { text : 'Tree' , link : '/en-US/components/tree/' } ,
88+ ]
89+ } ,
90+ {
91+ text : 'Layout' ,
92+ children : [
93+ { text : 'Layout' , link : '/en-US/components/layout/' } ,
94+ { text : 'Splitter' , link : '/en-US/components/splitter/' }
95+ ]
96+ } ,
97+ ]
98+ }
99+
100+ export default enSidebar
101+
0 commit comments