-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsidebars.js
46 lines (46 loc) · 1.04 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
module.exports = {
mySidebar: [
'index',
'release-notes',
{
type: 'category',
label: 'Installation',
collapsed: false,
items: [
'installation/installation',
],
},
{
type: 'category',
label: 'Operations',
collapsed: false,
items: [
'operations/command-line',
'operations/jors-configuration',
'operations/canceling-rsj-job',
'operations/symitar-job-file-commands',
'operations/rsj-failover',
'operations/summary-files',
],
},
'rsj-reports',
'symitar-batch-files',
'symitar-exit-codes',
'rsj-utility-programs',
'important-symitar-concepts',
'saj',
{
type: 'category',
label: 'Reference',
collapsed: false,
items: [
'reference/rsj-q-and-a',
'reference/rsj-known-differences',
'reference/known-symitar-issues',
'reference/unix-commands',
'reference/commonly-used-terms',
'reference/sym-user-root',
],
},
],
};