Skip to content

Commit 9d3270d

Browse files
committed
fix(sistent): reorder content array in SistentNavigation lexicographically
Signed-off-by: Naik Mubashir <naikmubashir095@gmail.com>
1 parent 5fc4a2d commit 9d3270d

1 file changed

Lines changed: 48 additions & 46 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 48 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -57,66 +57,68 @@ export const content = [
5757
{ id: 38, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
5858
{ id: 39, link: "/projects/sistent/components/grid/code", text: "Grid" },
5959

60-
{ id: 40, link: "/projects/sistent/components/icons", text: "Icons" },
60+
{ id: 40, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
61+
{ id: 41, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
62+
{ id: 42, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
63+
64+
{ id: 43, link: "/projects/sistent/components/icons", text: "Icons" },
6165

62-
{ id: 41, link: "/projects/sistent/components/link", text: "Link" },
63-
{ id: 42, link: "/projects/sistent/components/link/guidance", text: "Link" },
64-
{ id: 43, link: "/projects/sistent/components/link/code", text: "Link" },
66+
{ id: 44, link: "/projects/sistent/components/link", text: "Link" },
67+
{ id: 45, link: "/projects/sistent/components/link/guidance", text: "Link" },
68+
{ id: 46, link: "/projects/sistent/components/link/code", text: "Link" },
6569

66-
{ id: 44, link: "/projects/sistent/components/list", text: "List" },
67-
{ id: 45, link: "/projects/sistent/components/list/guidance", text: "List" },
68-
{ id: 46, link: "/projects/sistent/components/list/code", text: "List" },
70+
{ id: 47, link: "/projects/sistent/components/list", text: "List" },
71+
{ id: 48, link: "/projects/sistent/components/list/guidance", text: "List" },
72+
{ id: 49, link: "/projects/sistent/components/list/code", text: "List" },
6973

70-
{ id: 47, link: "/projects/sistent/components/modal", text: "Modal" },
71-
{ id: 48, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
72-
{ id: 49, link: "/projects/sistent/components/modal/code", text: "Modal" },
74+
{ id: 50, link: "/projects/sistent/components/modal", text: "Modal" },
75+
{ id: 51, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
76+
{ id: 52, link: "/projects/sistent/components/modal/code", text: "Modal" },
7377

74-
{ id: 50, link: "/projects/sistent/components/pagination", text: "Pagination" },
75-
{ id: 51, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
76-
{ id: 52, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
78+
{ id: 53, link: "/projects/sistent/components/pagination", text: "Pagination" },
79+
{ id: 54, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
80+
{ id: 55, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
7781

78-
{ id: 53, link: "/projects/sistent/components/paper", text: "Paper" },
79-
{ id: 54, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
80-
{ id: 55, link: "/projects/sistent/components/paper/code", text: "Paper" },
82+
{ id: 56, link: "/projects/sistent/components/paper", text: "Paper" },
83+
{ id: 57, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
84+
{ id: 58, link: "/projects/sistent/components/paper/code", text: "Paper" },
8185

82-
{ id: 56, link: "/projects/sistent/components/popper", text: "Popper" },
83-
{ id: 57, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
84-
{ id: 58, link: "/projects/sistent/components/popper/code", text: "Popper" },
86+
{ id: 59, link: "/projects/sistent/components/popper", text: "Popper" },
87+
{ id: 60, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
88+
{ id: 61, link: "/projects/sistent/components/popper/code", text: "Popper" },
8589

86-
{ id: 59, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
87-
{ id: 60, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
88-
{ id: 61, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
90+
{ id: 62, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
91+
{ id: 63, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
92+
{ id: 64, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
8993

90-
{ id: 62, link: "/projects/sistent/components/select", text: "Select" },
91-
{ id: 63, link: "/projects/sistent/components/select/guidance", text: "Select" },
92-
{ id: 64, link: "/projects/sistent/components/select/code", text: "Select" },
94+
{ id: 65, link: "/projects/sistent/components/select", text: "Select" },
95+
{ id: 66, link: "/projects/sistent/components/select/guidance", text: "Select" },
96+
{ id: 67, link: "/projects/sistent/components/select/code", text: "Select" },
9397

94-
{ id: 65, link: "/projects/sistent/components/switch", text: "Switch" },
95-
{ id: 66, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
96-
{ id: 67, link: "/projects/sistent/components/switch/code", text: "Switch" },
98+
{ id: 68, link: "/projects/sistent/components/switch", text: "Switch" },
99+
{ id: 69, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
100+
{ id: 70, link: "/projects/sistent/components/switch/code", text: "Switch" },
97101

98-
{ id: 68, link: "/projects/sistent/components/tabs", text: "Tabs" },
99-
{ id: 69, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
100-
{ id: 70, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
102+
{ id: 71, link: "/projects/sistent/components/tabs", text: "Tabs" },
103+
{ id: 72, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
104+
{ id: 73, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
101105

102-
{ id: 71, link: "/projects/sistent/components/text-field", text: "Text Field" },
103-
{ id: 72, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
104-
{ id: 73, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
106+
{ id: 74, link: "/projects/sistent/components/text-field", text: "Text Field" },
107+
{ id: 75, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
108+
{ id: 76, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
105109

106-
{ id: 74, link: "/projects/sistent/components/text-input", text: "Text Input" },
107-
{ id: 75, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
108-
{ id: 76, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
110+
{ id: 77, link: "/projects/sistent/components/text-input", text: "Text Input" },
111+
{ id: 78, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
112+
{ id: 79, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
109113

110-
{ id: 77, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
111-
{ id: 78, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
112-
{ id: 79, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
114+
{ id: 80, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
115+
{ id: 81, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
116+
{ id: 82, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
117+
118+
{ id: 83, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
119+
{ id: 84, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
120+
{ id: 85, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
113121

114-
{ id: 80, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
115-
{ id: 81, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
116-
{ id: 82, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
117122

118-
{ id: 83, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
119-
{ id: 84, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
120-
{ id: 85, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
121123

122124
];

0 commit comments

Comments
 (0)