Skip to content

Commit 2281c7f

Browse files
committed
[Sistent] add Card to SistentNavigation content
Adds the three navigation entries for the Card component (overview, guidance, code) to content.js, addressing the review feedback on layer5io#7582. Signed-off-by: Abhay Chaurasiya <abhaychaurasiya19@gmail.com> Signed-off-by: abhay1999 <abhaychaurasiya19@gmail.com>
1 parent 4748878 commit 2281c7f

File tree

1 file changed

+94
-90
lines changed

1 file changed

+94
-90
lines changed

src/components/SistentNavigation/content.js

Lines changed: 94 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -41,123 +41,127 @@ export const content = [
4141
{ id: 29, link: "/projects/sistent/components/box/guidance", text: "Box" },
4242
{ id: 30, link: "/projects/sistent/components/box/code", text: "Box" },
4343

44-
{ id: 31, link: "/projects/sistent/components/button", text: "Button" },
45-
{ id: 32, link: "/projects/sistent/components/button/guidance", text: "Button" },
46-
{ id: 33, link: "/projects/sistent/components/button/code", text: "Button" },
44+
{ id: 31, link: "/projects/sistent/components/card", text: "Card" },
45+
{ id: 32, link: "/projects/sistent/components/card/guidance", text: "Card" },
46+
{ id: 33, link: "/projects/sistent/components/card/code", text: "Card" },
4747

48-
{ id: 34, link: "/projects/sistent/components/button-group", text: "Button Group" },
49-
{ id: 35, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" },
50-
{ id: 36, link: "/projects/sistent/components/button-group/code", text: "Button Group" },
48+
{ id: 34, link: "/projects/sistent/components/button", text: "Button" },
49+
{ id: 35, link: "/projects/sistent/components/button/guidance", text: "Button" },
50+
{ id: 36, link: "/projects/sistent/components/button/code", text: "Button" },
5151

52-
{ id: 37, link: "/projects/sistent/components/chip", text: "Chip" },
53-
{ id: 38, link: "/projects/sistent/components/chip/guidance", text: "Chip" },
54-
{ id: 39, link: "/projects/sistent/components/chip/code", text: "Chip" },
52+
{ id: 37, link: "/projects/sistent/components/button-group", text: "Button Group" },
53+
{ id: 38, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" },
54+
{ id: 39, link: "/projects/sistent/components/button-group/code", text: "Button Group" },
5555

56-
{ id: 40, link: "/projects/sistent/components/circularprogress", text: "Circular Progress" },
57-
{ id: 41, link: "/projects/sistent/components/circularprogress/guidance", text: "Circular Progress" },
58-
{ id: 42, link: "/projects/sistent/components/circularprogress/code", text: "Circular Progress" },
56+
{ id: 40, link: "/projects/sistent/components/chip", text: "Chip" },
57+
{ id: 41, link: "/projects/sistent/components/chip/guidance", text: "Chip" },
58+
{ id: 42, link: "/projects/sistent/components/chip/code", text: "Chip" },
5959

60-
{ id: 43, link: "/projects/sistent/components/collapse", text: "Collapse" },
61-
{ id: 44, link: "/projects/sistent/components/collapse/guidance", text: "Collapse" },
62-
{ id: 45, link: "/projects/sistent/components/collapse/code", text: "Collapse" },
60+
{ id: 43, link: "/projects/sistent/components/circularprogress", text: "Circular Progress" },
61+
{ id: 44, link: "/projects/sistent/components/circularprogress/guidance", text: "Circular Progress" },
62+
{ id: 45, link: "/projects/sistent/components/circularprogress/code", text: "Circular Progress" },
6363

64-
{ id: 46, link: "/projects/sistent/components/container", text: "Container" },
65-
{ id: 47, link: "/projects/sistent/components/container/guidance", text: "Container" },
66-
{ id: 48, link: "/projects/sistent/components/container/code", text: "Container" },
64+
{ id: 46, link: "/projects/sistent/components/collapse", text: "Collapse" },
65+
{ id: 47, link: "/projects/sistent/components/collapse/guidance", text: "Collapse" },
66+
{ id: 48, link: "/projects/sistent/components/collapse/code", text: "Collapse" },
6767

68-
{ id: 49, link: "/projects/sistent/components/dialog", text: "Dialog" },
69-
{ id: 50, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
70-
{ id: 51, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
68+
{ id: 49, link: "/projects/sistent/components/container", text: "Container" },
69+
{ id: 50, link: "/projects/sistent/components/container/guidance", text: "Container" },
70+
{ id: 51, link: "/projects/sistent/components/container/code", text: "Container" },
7171

72-
{ id: 52, link: "/projects/sistent/components/divider", text: "Divider" },
73-
{ id: 53, link: "/projects/sistent/components/divider/guidance", text: "Divider" },
74-
{ id: 54, link: "/projects/sistent/components/divider/code", text: "Divider" },
72+
{ id: 52, link: "/projects/sistent/components/dialog", text: "Dialog" },
73+
{ id: 53, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
74+
{ id: 54, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
7575

76-
{ id: 55, link: "/projects/sistent/components/drawer", text: "Drawer" },
77-
{ id: 56, link: "/projects/sistent/components/drawer/guidance", text: "Drawer" },
78-
{ id: 57, link: "/projects/sistent/components/drawer/code", text: "Drawer" },
76+
{ id: 55, link: "/projects/sistent/components/divider", text: "Divider" },
77+
{ id: 56, link: "/projects/sistent/components/divider/guidance", text: "Divider" },
78+
{ id: 57, link: "/projects/sistent/components/divider/code", text: "Divider" },
7979

80-
{ id: 58, link: "/projects/sistent/components/formcontrollabel", text: "FormControlLabel" },
81-
{ id: 59, link: "/projects/sistent/components/formcontrollabel/guidance", text: "FormControlLabel" },
82-
{ id: 60, link: "/projects/sistent/components/formcontrollabel/code", text: "FormControlLabel" },
80+
{ id: 58, link: "/projects/sistent/components/drawer", text: "Drawer" },
81+
{ id: 59, link: "/projects/sistent/components/drawer/guidance", text: "Drawer" },
82+
{ id: 60, link: "/projects/sistent/components/drawer/code", text: "Drawer" },
8383

84-
{ id: 61, link: "/projects/sistent/components/grid", text: "Grid" },
85-
{ id: 62, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
86-
{ id: 63, link: "/projects/sistent/components/grid/code", text: "Grid" },
84+
{ id: 61, link: "/projects/sistent/components/formcontrollabel", text: "FormControlLabel" },
85+
{ id: 62, link: "/projects/sistent/components/formcontrollabel/guidance", text: "FormControlLabel" },
86+
{ id: 63, link: "/projects/sistent/components/formcontrollabel/code", text: "FormControlLabel" },
8787

88-
{ id: 64, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
89-
{ id: 65, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
90-
{ id: 66, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
88+
{ id: 64, link: "/projects/sistent/components/grid", text: "Grid" },
89+
{ id: 65, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
90+
{ id: 66, link: "/projects/sistent/components/grid/code", text: "Grid" },
9191

92-
{ id: 67, link: "/projects/sistent/components/icons", text: "Icons" },
93-
{ id: 68, link: "/projects/sistent/components/icons/guidance", text: "Icons" },
94-
{ id: 69, link: "/projects/sistent/components/icons/code", text: "Icons" },
92+
{ id: 67, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
93+
{ id: 68, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
94+
{ id: 69, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
9595

96-
{ id: 70, link: "/projects/sistent/components/link", text: "Link" },
97-
{ id: 71, link: "/projects/sistent/components/link/guidance", text: "Link" },
98-
{ id: 72, link: "/projects/sistent/components/link/code", text: "Link" },
96+
{ id: 70, link: "/projects/sistent/components/icons", text: "Icons" },
97+
{ id: 71, link: "/projects/sistent/components/icons/guidance", text: "Icons" },
98+
{ id: 72, link: "/projects/sistent/components/icons/code", text: "Icons" },
9999

100-
{ id: 73, link: "/projects/sistent/components/list", text: "List" },
101-
{ id: 74, link: "/projects/sistent/components/list/guidance", text: "List" },
102-
{ id: 75, link: "/projects/sistent/components/list/code", text: "List" },
100+
{ id: 73, link: "/projects/sistent/components/link", text: "Link" },
101+
{ id: 74, link: "/projects/sistent/components/link/guidance", text: "Link" },
102+
{ id: 75, link: "/projects/sistent/components/link/code", text: "Link" },
103103

104-
{ id: 76, link: "/projects/sistent/components/modal", text: "Modal" },
105-
{ id: 77, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
106-
{ id: 78, link: "/projects/sistent/components/modal/code", text: "Modal" },
104+
{ id: 76, link: "/projects/sistent/components/list", text: "List" },
105+
{ id: 77, link: "/projects/sistent/components/list/guidance", text: "List" },
106+
{ id: 78, link: "/projects/sistent/components/list/code", text: "List" },
107107

108-
{ id: 79, link: "/projects/sistent/components/pagination", text: "Pagination" },
109-
{ id: 80, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
110-
{ id: 81, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
108+
{ id: 79, link: "/projects/sistent/components/modal", text: "Modal" },
109+
{ id: 80, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
110+
{ id: 81, link: "/projects/sistent/components/modal/code", text: "Modal" },
111111

112-
{ id: 82, link: "/projects/sistent/components/paper", text: "Paper" },
113-
{ id: 83, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
114-
{ id: 84, link: "/projects/sistent/components/paper/code", text: "Paper" },
112+
{ id: 82, link: "/projects/sistent/components/pagination", text: "Pagination" },
113+
{ id: 83, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
114+
{ id: 84, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
115115

116-
{ id: 85, link: "/projects/sistent/components/popper", text: "Popper" },
117-
{ id: 86, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
118-
{ id: 87, link: "/projects/sistent/components/popper/code", text: "Popper" },
116+
{ id: 85, link: "/projects/sistent/components/paper", text: "Paper" },
117+
{ id: 86, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
118+
{ id: 87, link: "/projects/sistent/components/paper/code", text: "Paper" },
119119

120-
{ id: 88, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
121-
{ id: 89, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
122-
{ id: 90, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
120+
{ id: 88, link: "/projects/sistent/components/popper", text: "Popper" },
121+
{ id: 89, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
122+
{ id: 90, link: "/projects/sistent/components/popper/code", text: "Popper" },
123123

124-
{ id: 91, link: "/projects/sistent/components/select", text: "Select" },
125-
{ id: 92, link: "/projects/sistent/components/select/guidance", text: "Select" },
126-
{ id: 93, link: "/projects/sistent/components/select/code", text: "Select" },
124+
{ id: 91, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
125+
{ id: 92, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
126+
{ id: 93, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
127127

128-
{ id: 94, link: "/projects/sistent/components/stack", text: "Stack" },
129-
{ id: 95, link: "/projects/sistent/components/stack/guidance", text: "Stack" },
130-
{ id: 96, link: "/projects/sistent/components/stack/code", text: "Stack" },
128+
{ id: 94, link: "/projects/sistent/components/select", text: "Select" },
129+
{ id: 95, link: "/projects/sistent/components/select/guidance", text: "Select" },
130+
{ id: 96, link: "/projects/sistent/components/select/code", text: "Select" },
131131

132-
{ id: 97, link: "/projects/sistent/components/stepper", text: "Stepper" },
133-
{ id: 98, link: "/projects/sistent/components/stepper/guidance", text: "Stepper" },
134-
{ id: 99, link: "/projects/sistent/components/stepper/code", text: "Stepper" },
132+
{ id: 97, link: "/projects/sistent/components/stack", text: "Stack" },
133+
{ id: 98, link: "/projects/sistent/components/stack/guidance", text: "Stack" },
134+
{ id: 99, link: "/projects/sistent/components/stack/code", text: "Stack" },
135135

136-
{ id: 100, link: "/projects/sistent/components/switch", text: "Switch" },
137-
{ id: 101, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
138-
{ id: 102, link: "/projects/sistent/components/switch/code", text: "Switch" },
136+
{ id: 100, link: "/projects/sistent/components/stepper", text: "Stepper" },
137+
{ id: 101, link: "/projects/sistent/components/stepper/guidance", text: "Stepper" },
138+
{ id: 102, link: "/projects/sistent/components/stepper/code", text: "Stepper" },
139139

140-
{ id: 103, link: "/projects/sistent/components/tabs", text: "Tabs" },
141-
{ id: 104, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
142-
{ id: 105, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
140+
{ id: 103, link: "/projects/sistent/components/switch", text: "Switch" },
141+
{ id: 104, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
142+
{ id: 105, link: "/projects/sistent/components/switch/code", text: "Switch" },
143143

144-
{ id: 106, link: "/projects/sistent/components/text-field", text: "Text Field" },
145-
{ id: 107, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
146-
{ id: 108, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
144+
{ id: 106, link: "/projects/sistent/components/tabs", text: "Tabs" },
145+
{ id: 107, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
146+
{ id: 108, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
147147

148-
{ id: 109, link: "/projects/sistent/components/text-input", text: "Text Input" },
149-
{ id: 110, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
150-
{ id: 111, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
148+
{ id: 109, link: "/projects/sistent/components/text-field", text: "Text Field" },
149+
{ id: 110, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
150+
{ id: 111, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
151151

152-
{ id: 112, link: "/projects/sistent/components/toggle-button", text: "Toggle Button" },
153-
{ id: 113, link: "/projects/sistent/components/toggle-button/guidance", text: "Toggle Button" },
154-
{ id: 114, link: "/projects/sistent/components/toggle-button/code", text: "Toggle Button" },
152+
{ id: 112, link: "/projects/sistent/components/text-input", text: "Text Input" },
153+
{ id: 113, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
154+
{ id: 114, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
155155

156-
{ id: 115, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
157-
{ id: 116, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
158-
{ id: 117, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
156+
{ id: 115, link: "/projects/sistent/components/toggle-button", text: "Toggle Button" },
157+
{ id: 116, link: "/projects/sistent/components/toggle-button/guidance", text: "Toggle Button" },
158+
{ id: 117, link: "/projects/sistent/components/toggle-button/code", text: "Toggle Button" },
159159

160-
{ id: 118, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
161-
{ id: 119, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
162-
{ id: 120, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
160+
{ id: 118, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
161+
{ id: 119, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
162+
{ id: 120, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
163+
164+
{ id: 121, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
165+
{ id: 122, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
166+
{ id: 123, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
163167
];

0 commit comments

Comments
 (0)