-
Notifications
You must be signed in to change notification settings - Fork 30
/
sidebarsDesign.js
54 lines (54 loc) · 1.42 KB
/
sidebarsDesign.js
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
module.exports = {
Sidebar: [
{
'Getting started': [
'getting-started/readme',
'getting-started/installation',
],
},
{
Principles: [
'principles/color',
'principles/content-communication',
'principles/design-for-use',
'principles/forms',
'principles/icons',
'principles/layout',
'principles/typography',
],
},
{
Patterns: [
'patterns/glossary',
'patterns/designing-with-time',
'patterns/writing',
'patterns/large-data',
],
},
{
Utilities: [
'utilities/constants',
{
Forms: [
'utilities/forms/react-final-form',
'utilities/forms/transformers',
'utilities/forms/validators',
],
},
],
},
{
Help: [
'help/migrating',
'help/troubleshooting',
'help/advanced-usage',
],
},
'package/changelog',
{
type: 'link',
label: 'Web UI Components',
href: '/docs/ui/webcomponents',
},
],
}