|
1 | 1 | export const content = [ |
2 | | - // About |
3 | | - { id: 0, link: "/projects/sistent/about", text: "About Sistent" }, |
| 2 | + // Getting Started |
| 3 | + { id: 0, link: "/projects/sistent/getting-started/about", text: "About" }, |
| 4 | + { id: 1, link: "/projects/sistent/getting-started/installation", text: "Installation" }, |
| 5 | + { id: 2, link: "/projects/sistent/getting-started/usage", text: "Usage" }, |
| 6 | + { id: 3, link: "/projects/sistent/getting-started/tokens", text: "Tokens" }, |
4 | 7 |
|
5 | 8 | // Identity |
6 | | - { id: 1, link: "/projects/sistent/identity/color", text: "Colors" }, |
7 | | - { id: 2, link: "/projects/sistent/identity/color/guidance", text: "Colors" }, |
8 | | - { id: 3, link: "/projects/sistent/identity/color/code", text: "Colors" }, |
9 | | - { id: 4, link: "/projects/sistent/identity/spacing", text: "Spacing" }, |
10 | | - { id: 5, link: "/projects/sistent/identity/spacing/guidance", text: "Spacing" }, |
11 | | - { id: 6, link: "/projects/sistent/identity/spacing/code", text: "Spacing" }, |
12 | | - { id: 7, link: "/projects/sistent/identity/typography", text: "Typography" }, |
13 | | - { id: 8, link: "/projects/sistent/identity/typography/guidance", text: "Typography" }, |
14 | | - { id: 9, link: "/projects/sistent/identity/typography/code", text: "Typography" }, |
| 9 | + { id: 4, link: "/projects/sistent/identity/color", text: "Colors" }, |
| 10 | + { id: 5, link: "/projects/sistent/identity/color/guidance", text: "Colors" }, |
| 11 | + { id: 6, link: "/projects/sistent/identity/color/code", text: "Colors" }, |
| 12 | + { id: 7, link: "/projects/sistent/identity/spacing", text: "Spacing" }, |
| 13 | + { id: 8, link: "/projects/sistent/identity/spacing/guidance", text: "Spacing" }, |
| 14 | + { id: 9, link: "/projects/sistent/identity/spacing/code", text: "Spacing" }, |
| 15 | + { id: 10, link: "/projects/sistent/identity/typography", text: "Typography" }, |
| 16 | + { id: 11, link: "/projects/sistent/identity/typography/guidance", text: "Typography" }, |
| 17 | + { id: 12, link: "/projects/sistent/identity/typography/code", text: "Typography" }, |
15 | 18 |
|
16 | 19 | // 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 | + { id: 13, link: "/projects/sistent/components/backdrop", text: "Backdrop" }, |
| 21 | + { id: 14, link: "/projects/sistent/components/backdrop/guidance", text: "Backdrop" }, |
| 22 | + { id: 15, link: "/projects/sistent/components/backdrop/code", text: "Backdrop" }, |
20 | 23 |
|
21 | | - { id: 13, link: "/projects/sistent/components/badge", text: "Badge" }, |
22 | | - { id: 14, link: "/projects/sistent/components/badge/guidance", text: "Badge" }, |
23 | | - { id: 15, link: "/projects/sistent/components/badge/code", text: "Badge" }, |
| 24 | + { id: 16, link: "/projects/sistent/components/badge", text: "Badge" }, |
| 25 | + { id: 17, link: "/projects/sistent/components/badge/guidance", text: "Badge" }, |
| 26 | + { id: 18, link: "/projects/sistent/components/badge/code", text: "Badge" }, |
24 | 27 |
|
25 | | - { id: 16, link: "/projects/sistent/components/box", text: "Box" }, |
26 | | - { id: 17, link: "/projects/sistent/components/box/guidance", text: "Box" }, |
27 | | - { id: 18, link: "/projects/sistent/components/box/code", text: "Box" }, |
| 28 | + { id: 19, link: "/projects/sistent/components/box", text: "Box" }, |
| 29 | + { id: 20, link: "/projects/sistent/components/box/guidance", text: "Box" }, |
| 30 | + { id: 21, link: "/projects/sistent/components/box/code", text: "Box" }, |
28 | 31 |
|
29 | | - { id: 19, link: "/projects/sistent/components/button", text: "Button" }, |
30 | | - { id: 20, link: "/projects/sistent/components/button/guidance", text: "Button" }, |
31 | | - { id: 21, link: "/projects/sistent/components/button/code", text: "Button" }, |
| 32 | + { id: 22, link: "/projects/sistent/components/button", text: "Button" }, |
| 33 | + { id: 23, link: "/projects/sistent/components/button/guidance", text: "Button" }, |
| 34 | + { id: 24, link: "/projects/sistent/components/button/code", text: "Button" }, |
32 | 35 |
|
33 | | - { id: 22, link: "/projects/sistent/components/button-group", text: "Button Group" }, |
34 | | - { id: 23, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" }, |
35 | | - { id: 24, link: "/projects/sistent/components/button-group/code", text: "Button Group" }, |
| 36 | + { id: 25, link: "/projects/sistent/components/button-group", text: "Button Group" }, |
| 37 | + { id: 26, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" }, |
| 38 | + { id: 27, link: "/projects/sistent/components/button-group/code", text: "Button Group" }, |
36 | 39 |
|
37 | 40 | { id: 25, link: "/projects/sistent/components/chip", text: "Chip" }, |
38 | 41 | { id: 26, link: "/projects/sistent/components/chip/guidance", text: "Chip" }, |
|
0 commit comments