|
1 | 1 | export const content = [ |
| 2 | + // About |
2 | 3 | { id: 0, link: "/projects/sistent/about", text: "About Sistent" }, |
| 4 | + |
| 5 | + // Identity |
3 | 6 | { id: 1, link: "/projects/sistent/identity/color", text: "Colors" }, |
4 | 7 | { id: 2, link: "/projects/sistent/identity/color/guidance", text: "Colors" }, |
5 | 8 | { id: 3, link: "/projects/sistent/identity/color/code", text: "Colors" }, |
6 | 9 | { id: 4, link: "/projects/sistent/identity/spacing", text: "Spacing" }, |
7 | | - { |
8 | | - id: 5, |
9 | | - link: "/projects/sistent/identity/spacing/guidance", |
10 | | - text: "Spacing", |
11 | | - }, |
| 10 | + { id: 5, link: "/projects/sistent/identity/spacing/guidance", text: "Spacing" }, |
12 | 11 | { id: 6, link: "/projects/sistent/identity/spacing/code", text: "Spacing" }, |
13 | 12 | { id: 7, link: "/projects/sistent/identity/typography", text: "Typography" }, |
14 | | - { |
15 | | - id: 8, |
16 | | - link: "/projects/sistent/identity/typography/guidance", |
17 | | - text: "Typography", |
18 | | - }, |
19 | | - { |
20 | | - id: 9, |
21 | | - link: "/projects/sistent/identity/typography/code", |
22 | | - text: "Typography", |
23 | | - }, |
24 | | - { id: 10, link: "/projects/sistent/components/button", text: "Button" }, |
25 | | - { |
26 | | - id: 10, |
27 | | - link: "/projects/sistent/components/button/guidance", |
28 | | - text: "Button", |
29 | | - }, |
30 | | - { id: 11, link: "/projects/sistent/components/button/code", text: "Button" }, |
31 | | - { |
32 | | - id: 12, |
33 | | - link: "/projects/sistent/components/text-input", |
34 | | - text: "Text Input", |
35 | | - }, |
36 | | - { |
37 | | - id: 13, |
38 | | - link: "/projects/sistent/components/text-input/guidance", |
39 | | - text: "Text Input", |
40 | | - }, |
41 | | - { |
42 | | - id: 14, |
43 | | - link: "/projects/sistent/components/text-input/code", |
44 | | - text: "Text Input", |
45 | | - }, |
46 | | - { |
47 | | - id: 15, |
48 | | - link: "/projects/sistent/components/paper", |
49 | | - text: "Paper", |
50 | | - }, |
51 | | - { |
52 | | - id: 16, |
53 | | - link: "/projects/sistent/components/paper/guidance", |
54 | | - text: "Paper", |
55 | | - }, |
56 | | - { |
57 | | - id: 17, |
58 | | - link: "/projects/sistent/components/paper/code", |
59 | | - text: "Paper", |
60 | | - }, |
61 | | - { |
62 | | - id: 18, |
63 | | - link: "/projects/sistent/components/popper", |
64 | | - text: "Popper", |
65 | | - }, |
66 | | - { |
67 | | - id: 19, |
68 | | - link: "/projects/sistent/components/popper/guidance", |
69 | | - text: "Popper", |
70 | | - }, |
71 | | - { |
72 | | - id: 20, |
73 | | - link: "/projects/sistent/components/popper/code", |
74 | | - text: "Popper", |
75 | | - }, |
76 | | - { |
77 | | - id: 21, |
78 | | - link: "/projects/sistent/components/text-field", |
79 | | - text: "Text Field", |
80 | | - }, |
81 | | - { |
82 | | - id: 22, |
83 | | - link: "/projects/sistent/components/text-field/guidance", |
84 | | - text: "Text Field", |
85 | | - }, |
86 | | - { |
87 | | - id: 23, |
88 | | - link: "/projects/sistent/components/text-field/code", |
89 | | - text: "Text Field", |
90 | | - }, |
91 | | - { |
92 | | - id: 24, |
93 | | - link: "/projects/sistent/components/button-group", |
94 | | - text: "Button Group", |
95 | | - }, |
96 | | - { |
97 | | - id: 25, |
98 | | - link: "/projects/sistent/components/button-group/guidance", |
99 | | - text: "Button Group", |
100 | | - }, |
101 | | - { |
102 | | - id: 26, |
103 | | - link: "/projects/sistent/components/button-group/code", |
104 | | - text: "Button Group", |
105 | | - }, |
106 | | - { |
107 | | - id: 27, |
108 | | - link: "/projects/sistent/components/tooltip", |
109 | | - text: "Tooltip", |
110 | | - }, |
111 | | - { |
112 | | - id: 25, |
113 | | - link: "/projects/sistent/components/tooltip/guidance", |
114 | | - text: "Tooltip", |
115 | | - }, |
116 | | - { |
117 | | - id: 26, |
118 | | - link: "/projects/sistent/components/tooltip/code", |
119 | | - text: "Tooltip", |
120 | | - }, |
| 13 | + { id: 8, link: "/projects/sistent/identity/typography/guidance", text: "Typography" }, |
| 14 | + { id: 9, link: "/projects/sistent/identity/typography/code", text: "Typography" }, |
| 15 | + |
| 16 | + // Components |
| 17 | + { id: 10, link: "/projects/sistent/components/backdrop", text: "Backdrop" }, |
| 18 | + { id: 11, link: "/projects/sistent/components/backdrop/guidance", text: "Backdrop" }, |
| 19 | + { id: 12, link: "/projects/sistent/components/backdrop/code", text: "Backdrop" }, |
| 20 | + |
| 21 | + { id: 13, link: "/projects/sistent/components/box", text: "Box" }, |
| 22 | + { id: 14, link: "/projects/sistent/components/box/guidance", text: "Box" }, |
| 23 | + { id: 15, link: "/projects/sistent/components/box/code", text: "Box" }, |
| 24 | + |
| 25 | + { id: 16, link: "/projects/sistent/components/button", text: "Button" }, |
| 26 | + { id: 17, link: "/projects/sistent/components/button/guidance", text: "Button" }, |
| 27 | + { id: 18, link: "/projects/sistent/components/button/code", text: "Button" }, |
| 28 | + |
| 29 | + { id: 19, link: "/projects/sistent/components/button-group", text: "Button Group" }, |
| 30 | + { id: 20, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" }, |
| 31 | + { id: 21, link: "/projects/sistent/components/button-group/code", text: "Button Group" }, |
| 32 | + |
| 33 | + { id: 22, link: "/projects/sistent/components/container", text: "Container" }, |
| 34 | + { id: 23, link: "/projects/sistent/components/container/guidance", text: "Container" }, |
| 35 | + { id: 24, link: "/projects/sistent/components/container/code", text: "Container" }, |
| 36 | + |
| 37 | + { id: 25, link: "/projects/sistent/components/icons", text: "Icons" }, |
| 38 | + |
| 39 | + { id: 26, link: "/projects/sistent/components/link", text: "Link" }, |
| 40 | + { id: 27, link: "/projects/sistent/components/link/guidance", text: "Link" }, |
| 41 | + { id: 28, link: "/projects/sistent/components/link/code", text: "Link" }, |
| 42 | + |
| 43 | + { id: 29, link: "/projects/sistent/components/modal", text: "Modal" }, |
| 44 | + { id: 30, link: "/projects/sistent/components/modal/code", text: "Modal" }, |
| 45 | + |
| 46 | + { id: 31, link: "/projects/sistent/components/pagination", text: "Pagination" }, |
| 47 | + { id: 32, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" }, |
| 48 | + { id: 33, link: "/projects/sistent/components/pagination/code", text: "Pagination" }, |
| 49 | + |
| 50 | + { id: 34, link: "/projects/sistent/components/paper", text: "Paper" }, |
| 51 | + { id: 35, link: "/projects/sistent/components/paper/guidance", text: "Paper" }, |
| 52 | + { id: 36, link: "/projects/sistent/components/paper/code", text: "Paper" }, |
| 53 | + |
| 54 | + { id: 37, link: "/projects/sistent/components/popper", text: "Popper" }, |
| 55 | + { id: 38, link: "/projects/sistent/components/popper/guidance", text: "Popper" }, |
| 56 | + { id: 39, link: "/projects/sistent/components/popper/code", text: "Popper" }, |
| 57 | + |
| 58 | + { id: 40, link: "/projects/sistent/components/select", text: "Select" }, |
| 59 | + { id: 41, link: "/projects/sistent/components/select/guidance", text: "Select" }, |
| 60 | + { id: 42, link: "/projects/sistent/components/select/code", text: "Select" }, |
| 61 | + |
| 62 | + { id: 43, link: "/projects/sistent/components/text-field", text: "Text Field" }, |
| 63 | + { id: 44, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" }, |
| 64 | + { id: 45, link: "/projects/sistent/components/text-field/code", text: "Text Field" }, |
| 65 | + |
| 66 | + { id: 46, link: "/projects/sistent/components/text-input", text: "Text Input" }, |
| 67 | + { id: 47, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" }, |
| 68 | + { id: 48, link: "/projects/sistent/components/text-input/code", text: "Text Input" }, |
| 69 | + |
| 70 | + { id: 49, link: "/projects/sistent/components/tooltip", text: "Tooltip" }, |
| 71 | + { id: 50, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" }, |
| 72 | + { id: 51, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" }, |
121 | 73 | ]; |
0 commit comments