Skip to content

Commit 11318cb

Browse files
committed
Added Collapse Document Again
Signed-off-by: SplinterSword <sparshj2003@gmail.com>
1 parent c9fecc6 commit 11318cb

1 file changed

Lines changed: 62 additions & 58 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 62 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -45,81 +45,85 @@ export const content = [
4545
{ id: 32, link: "/projects/sistent/components/circularprogress/guidance", text: "Circular Progress" },
4646
{ id: 33, link: "/projects/sistent/components/circularprogress/code", text: "Circular Progress" },
4747

48-
{ id: 34, link: "/projects/sistent/components/container", text: "Container" },
49-
{ id: 35, link: "/projects/sistent/components/container/guidance", text: "Container" },
50-
{ id: 36, link: "/projects/sistent/components/container/code", text: "Container" },
48+
{ id: 34, link: "/projects/sistent/components/collapse", text: "Collapse" },
49+
{ id: 35, link: "/projects/sistent/components/collapse/guidance", text: "Collapse" },
50+
{ id: 36, link: "/projects/sistent/components/collapse/code", text: "Collapse" },
5151

52-
{ id: 37, link: "/projects/sistent/components/dialog", text: "Dialog" },
53-
{ id: 38, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
54-
{ id: 39, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
52+
{ id: 37, link: "/projects/sistent/components/container", text: "Container" },
53+
{ id: 38, link: "/projects/sistent/components/container/guidance", text: "Container" },
54+
{ id: 39, link: "/projects/sistent/components/container/code", text: "Container" },
5555

56-
{ id: 40, link: "/projects/sistent/components/formcontrollabel", text: "FormControlLabel" },
57-
{ id: 41, link: "/projects/sistent/components/formcontrollabel/guidance", text: "FormControlLabel" },
58-
{ id: 42, link: "/projects/sistent/components/formcontrollabel/code", text: "FormControlLabel" },
56+
{ id: 40, link: "/projects/sistent/components/dialog", text: "Dialog" },
57+
{ id: 41, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
58+
{ id: 42, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
5959

60-
{ id: 43, link: "/projects/sistent/components/grid", text: "Grid" },
61-
{ id: 44, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
62-
{ id: 45, link: "/projects/sistent/components/grid/code", text: "Grid" },
60+
{ id: 43, link: "/projects/sistent/components/formcontrollabel", text: "FormControlLabel" },
61+
{ id: 44, link: "/projects/sistent/components/formcontrollabel/guidance", text: "FormControlLabel" },
62+
{ id: 45, link: "/projects/sistent/components/formcontrollabel/code", text: "FormControlLabel" },
6363

64-
{ id: 46, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
65-
{ id: 47, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
66-
{ id: 48, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
64+
{ id: 46, link: "/projects/sistent/components/grid", text: "Grid" },
65+
{ id: 47, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
66+
{ id: 48, link: "/projects/sistent/components/grid/code", text: "Grid" },
6767

68-
{ id: 49, link: "/projects/sistent/components/icons", text: "Icons" },
68+
{ id: 49, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
69+
{ id: 50, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
70+
{ id: 51, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
6971

70-
{ id: 50, link: "/projects/sistent/components/link", text: "Link" },
71-
{ id: 51, link: "/projects/sistent/components/link/guidance", text: "Link" },
72-
{ id: 52, link: "/projects/sistent/components/link/code", text: "Link" },
72+
{ id: 52, link: "/projects/sistent/components/icons", text: "Icons" },
7373

74-
{ id: 53, link: "/projects/sistent/components/list", text: "List" },
75-
{ id: 54, link: "/projects/sistent/components/list/guidance", text: "List" },
76-
{ id: 55, link: "/projects/sistent/components/list/code", text: "List" },
74+
{ id: 53, link: "/projects/sistent/components/link", text: "Link" },
75+
{ id: 54, link: "/projects/sistent/components/link/guidance", text: "Link" },
76+
{ id: 55, link: "/projects/sistent/components/link/code", text: "Link" },
7777

78-
{ id: 56, link: "/projects/sistent/components/modal", text: "Modal" },
79-
{ id: 57, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
80-
{ id: 58, link: "/projects/sistent/components/modal/code", text: "Modal" },
78+
{ id: 56, link: "/projects/sistent/components/list", text: "List" },
79+
{ id: 57, link: "/projects/sistent/components/list/guidance", text: "List" },
80+
{ id: 58, link: "/projects/sistent/components/list/code", text: "List" },
8181

82-
{ id: 59, link: "/projects/sistent/components/pagination", text: "Pagination" },
83-
{ id: 60, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
84-
{ id: 61, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
82+
{ id: 59, link: "/projects/sistent/components/modal", text: "Modal" },
83+
{ id: 60, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
84+
{ id: 61, link: "/projects/sistent/components/modal/code", text: "Modal" },
8585

86-
{ id: 62, link: "/projects/sistent/components/paper", text: "Paper" },
87-
{ id: 63, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
88-
{ id: 64, link: "/projects/sistent/components/paper/code", text: "Paper" },
86+
{ id: 62, link: "/projects/sistent/components/pagination", text: "Pagination" },
87+
{ id: 63, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
88+
{ id: 64, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
8989

90-
{ id: 65, link: "/projects/sistent/components/popper", text: "Popper" },
91-
{ id: 66, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
92-
{ id: 67, link: "/projects/sistent/components/popper/code", text: "Popper" },
90+
{ id: 65, link: "/projects/sistent/components/paper", text: "Paper" },
91+
{ id: 66, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
92+
{ id: 67, link: "/projects/sistent/components/paper/code", text: "Paper" },
9393

94-
{ id: 68, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
95-
{ id: 69, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
96-
{ id: 70, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
94+
{ id: 68, link: "/projects/sistent/components/popper", text: "Popper" },
95+
{ id: 69, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
96+
{ id: 70, link: "/projects/sistent/components/popper/code", text: "Popper" },
9797

98-
{ id: 71, link: "/projects/sistent/components/select", text: "Select" },
99-
{ id: 72, link: "/projects/sistent/components/select/guidance", text: "Select" },
100-
{ id: 73, link: "/projects/sistent/components/select/code", text: "Select" },
98+
{ id: 71, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
99+
{ id: 72, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
100+
{ id: 73, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
101101

102-
{ id: 74, link: "/projects/sistent/components/switch", text: "Switch" },
103-
{ id: 75, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
104-
{ id: 76, link: "/projects/sistent/components/switch/code", text: "Switch" },
102+
{ id: 74, link: "/projects/sistent/components/select", text: "Select" },
103+
{ id: 75, link: "/projects/sistent/components/select/guidance", text: "Select" },
104+
{ id: 76, link: "/projects/sistent/components/select/code", text: "Select" },
105105

106-
{ id: 77, link: "/projects/sistent/components/tabs", text: "Tabs" },
107-
{ id: 78, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
108-
{ id: 79, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
106+
{ id: 77, link: "/projects/sistent/components/switch", text: "Switch" },
107+
{ id: 78, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
108+
{ id: 79, link: "/projects/sistent/components/switch/code", text: "Switch" },
109109

110-
{ id: 80, link: "/projects/sistent/components/text-field", text: "Text Field" },
111-
{ id: 81, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
112-
{ id: 82, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
110+
{ id: 80, link: "/projects/sistent/components/tabs", text: "Tabs" },
111+
{ id: 81, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
112+
{ id: 82, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
113113

114-
{ id: 83, link: "/projects/sistent/components/text-input", text: "Text Input" },
115-
{ id: 84, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
116-
{ id: 85, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
114+
{ id: 83, link: "/projects/sistent/components/text-field", text: "Text Field" },
115+
{ id: 84, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
116+
{ id: 85, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
117117

118-
{ id: 86, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
119-
{ id: 87, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
120-
{ id: 88, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
118+
{ id: 86, link: "/projects/sistent/components/text-input", text: "Text Input" },
119+
{ id: 87, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
120+
{ id: 88, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
121121

122-
{ id: 89, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
123-
{ id: 90, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
124-
{ id: 91, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
122+
{ id: 89, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
123+
{ id: 90, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
124+
{ id: 91, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
125+
126+
{ id: 92, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
127+
{ id: 93, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
128+
{ id: 94, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
125129
];

0 commit comments

Comments
 (0)