forked from chakra-ui/chakra-ui-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.sidebar.json
60 lines (60 loc) · 1.54 KB
/
community.sidebar.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"routes": [
{
"title": "Community",
"routes": [
{
"title": "Team",
"path": "/community/team"
},
{
"title": "Showcase",
"path": "/community/showcase"
},
{
"title": "Recipes",
"open": true,
"sort": true,
"routes": [
{
"title": "Floating Labels",
"path": "/community/recipes/floating-labels"
},
{
"title": "Horizontal Collapse",
"path": "/community/recipes/horizontal-collapse"
},
{
"title": "Portals and z-index",
"path": "/community/recipes/z-index"
},
{
"title": "The `as` prop",
"path": "/community/recipes/as-prop"
},
{
"title": "Formik Integration",
"path": "/community/recipes/advanced-formik-integration"
},
{
"title": "Atlaskit editable",
"path": "/community/recipes/atlaskit-editable"
},
{
"title": "Chakra UI Prose",
"path": "/community/recipes/prose"
},
{
"title": "Page Specific Color Mode",
"path": "/community/recipes/page-specific-color-mode"
},
{
"title": "Using Fonts",
"path": "/community/recipes/using-fonts"
}
]
}
]
}
]
}