-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
82 lines (82 loc) · 1.93 KB
/
sidebars.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
module.exports = {
mySidebar: [
'index',
{
type: 'category',
label: 'Administration',
collapsed: true,
items: [
'Deploy Overview',
'Deploy Terminology',
'Deploy Administration',
'Deploy Exercise 1',
'Administration - Servers',
'Deploy Exercise 2',
'Administration - Settings',
'Deploy Exercise 3',
'Administration - Audits And Archiving',
'Deploy Exercise 4',
],
},
{
type: 'category',
label: 'Scripts',
collapsed: true,
items: [
'Deploy Scripts',
'Deploy Scripts - Imports',
'Deploy Exercise 5',
'Deploy Scripts - Deploy',
'Deploy Exercise 6',
'Deploy Exercise 7',
],
},
{
type: 'category',
label: 'Schedules & Packages',
collapsed: true,
items: [
'Deploy Schedules',
'Deploy Schedules Functions',
'Deploy Exercise 8',
'Deploy Exercise 9',
'Deploy Packages',
'Deploy Packages Functions',
'Deploy Exercise 10',
],
},
{
type: 'category',
label: 'Transformations',
collapsed: true,
items: [
'Deploy Transformations',
'Deploy Transformations TagID List',
'Deploy Transformations Functions',
'Deploy Exercise 11',
'Deploy Exercise 12',
],
},
{
type: 'category',
label: 'Deployments & Browse Function',
collapsed: true,
items: [
'Deploy Deployment',
'Deploy Deployment Schedules',
'Deploy Deployment Simulation',
'Deploy Exercise 13',
'Deploy Batch Deployments',
'Deploy Exercise 14',
'Deployment Browse Function',
'Deploy Exercise 15',
],
},
'Deploy Lab',
{
type: 'link',
label: 'Student Feedback Survey',
href: 'https://forms.office.com/r/6tYjkNmfE5',
},
],
};