-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
26 lines (26 loc) · 863 Bytes
/
Copy pathsidebars.js
File metadata and controls
26 lines (26 loc) · 863 Bytes
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
module.exports = {
docs: [
'intro',
'verification',
{
type: 'category',
label: 'Loading Screen Pro',
items: ['loading-screen-pro/index','loading-screen-pro/installation','loading-screen-pro/features','loading-screen-pro/usage'],
},
{
type: 'category',
label: 'Quick Notes',
items: ['quick-notes/index','quick-notes/installation','quick-notes/features','quick-notes/usage'],
},
{
type: 'category',
label: 'Duplicate Asset Detector',
items: ['duplicate-asset-detector/index','duplicate-asset-detector/installation','duplicate-asset-detector/features','duplicate-asset-detector/usage'],
},
{
type: 'category',
label: 'Asset Size Analyzer',
items: ['asset-size-analyzer/index','asset-size-analyzer/installation','asset-size-analyzer/usage'],
},
],
};