-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsidebars.js
More file actions
14 lines (14 loc) · 830 Bytes
/
sidebars.js
File metadata and controls
14 lines (14 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
someSidebar: {
"Getting Started": ["install", "release-notes"],
Customization: ["colors"],
Layout: ['padding', 'flex', 'box', 'card', "list", "scroll"],
Typography: ["text"],
Shapes: ["shapes/vxcircle", "shapes/vxcapsule", "shapes/vxellipse", "shapes/vxcontinuous", "shapes/vxbevel", "shapes/vxtriangle", "shapes/vxticket"],
Responsive: ["features/responsive"],
SuperVx: ["supervx/vxswiper", "supervx/vxplatform", "supervx/vxtoast", "supervx/vxstepper", "supervx/vxrating"],
Extensions: ["extensions/context", "extensions/string", "extensions/bool"],
"State Management": ["vxstate/getting_started", "vxstate/vxstore", "vxstate/vxmutation", "vxstate/vxinterceptor", "vxstate/vxeffects", "vxstate/vxstatewidgets"],
"Navigator 2.0": ["vxnavigator/getting_started"]
}
};