-
Notifications
You must be signed in to change notification settings - Fork 4
/
sidebars.js
136 lines (111 loc) · 3.52 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
module.exports = {
Sribe: [
{
type: 'category',
label: 'Getting-Started',
items: [
'scribe/Getting-Started/p0-1-what-is-scribe',
'scribe/Getting-Started/p0-2-system requirement',
'scribe/Getting-Started/p0-3-installation',
'scribe/Getting-Started/p0-4-create a new account',
],
},
{
type: 'category',
label: 'Basic Setup',
items: [
"scribe/Basic Setup/p1-1-profile",
"scribe/Basic Setup/p1-2-app-language",
"scribe/Basic Setup/p1-3-notifications",
],
},
{
type: 'category',
label: 'Manage Project',
items: [
{
"Create a Project": [
"scribe/Manage Project/Create a Project/p2-1-new project",
"scribe/Manage Project/Create a Project/p2-2-advanced settings",
],
},
{
"Projects": [
"scribe/Manage Project/Projects/p3-1-projects",
"scribe/Manage Project/Projects/p3-2-edit project details",
"scribe/Manage Project/Projects/p3-3-importproject",
"scribe/Manage Project/Projects/p3-4-offlinemerge",
"scribe/Manage Project/Projects/p3-5-archive project",
"scribe/Manage Project/Projects/p3-6-export project",
"scribe/Manage Project/Projects/p3-7-scope management",
"scribe/Manage Project/Projects/p3-8-sync",
"scribe/Manage Project/Projects/p3-9-backup",
],
},
],
},
{
type: 'category',
label: 'Modes',
items: [
"scribe/Modes/p4-1-overview",
{
"Common Functionality": [
"scribe/Modes/Common Functionality/p5-1-layout",
"scribe/Modes/Common Functionality/p5-2-resources",
"scribe/Modes/Common Functionality/p5-3-pdfgenerator",
"scribe/Modes/Common Functionality/p5-4-font size",
"scribe/Modes/Common Functionality/p5-5-Sync",
],
},
{
"Text Bible Translation (BT)": [
// "scribe/Modes/Text Bible Translation/p6-1-editing text",
"scribe/Modes/Text Bible Translation/p6-2-navigationlock",
"scribe/Modes/Text Bible Translation/p6-3-bookmarks",
],
},
{
"Oral Bible Translation (OBT)": [
"scribe/Modes/Oral Bible Translation/p7-1-audio toolbar",
],
},
{
"Open Bible Stories (OBS)": [
"scribe/Modes/Open Bible Stories/p8-1-drafting",
],
},
{
"Juxtalinear (Juxta)": [
"scribe/Modes/Juxtalinear/p10-1-juxtalinearoverview",
"scribe/Modes/Juxtalinear/p10-2-whatisjuxtalinear",
"scribe/Modes/Juxtalinear/p10-3-drafting",
],
},
],
},
{
type: 'category',
label: 'How to',
items: [
"scribe/How-to/p9-1-scripture burrito",
"scribe/How-to/p9-2-offlineupload",
],
},
// {
// type: 'doc',
// label: 'Migration guide from translationstudio',
// id: 'scribe/p11-1-migration guide',
// },
{
type: 'doc',
label: 'About',
id: 'scribe/p11-02-about',
},
{
type: 'doc',
label: 'Technical Support',
id: 'scribe/p11-03-technical support',
}
],
};