-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathguides.json
More file actions
168 lines (168 loc) · 5.58 KB
/
guides.json
File metadata and controls
168 lines (168 loc) · 5.58 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
[
{
"title": "WebPG Users Guide",
"items": [
{
"title": "Introduction",
"description": "This is an introduction to using WebPG",
"name": "introduction"
},
{
"title": "Prerequisites",
"description": "WebPG requirements",
"name": "prerequisites"
},
{
"title": "Options",
"description": "WebPG Options",
"name": "options"
},
{
"title": "Key Manager",
"description": "WebPG Key Manager",
"name": "keymanager"
}]
},
{
"title": "Installation Topics",
"items": [
{
"name": "installation",
"title": "Installation of WebPG",
"description": "Installation of WebPG",
"url": "guides/installation"
},
{
"title": "Advanced Installation Topics",
"items": [
{
"name": "installation_advanced",
"title": "Advanced/Alternate Installations",
"description": "Advanced/Alternate Installations Available",
"url": "guides/installation/advanced"
},
{
"title": "Development Version",
"items": [
{
"name": "installation_devel_chrome",
"title": "Google Chrome Development Install",
"description": "Installation of the WebPG Development Version in Chrome",
"url": "guides/installation/chrome/development"
},
{
"name": "installation_devel_firefox",
"title": "Mozilla Firefox Development Install",
"description": "Installation of the WebPG Development Version in Firefox",
"url": "guides/installation/firefox/development"
},
{
"name": "installation_devel_thunderbird",
"title": "Mozilla Thunderbird Development Install",
"description": "Installation of the WebPG Development Version in Thunderbird",
"url": "guides/installation/thunderbird/development"
},
{
"name": "installation_devel_opera",
"title": "Opera Development Install",
"description": "Installation of the WebPG Development Version in Opera",
"url": "guides/installation/opera/development"
}
]
},
{
"title": "Manual Installation",
"items": [
{
"name": "installation_manual_chrome",
"title": "Google Chrome Manual Installation",
"description": "Installation of the WebPG Manual Version in Chrome",
"url": "guides/installation/chrome/manual"
},
{
"name": "installation_manual_firefox",
"title": "Mozilla Firefox Manual Installation",
"description": "Installation of the WebPG Manual Version in Firefox",
"url": "guides/installation/firefox/manual"
},
{
"name": "installation_manual_thunderbird",
"title": "Mozilla Thunderbird Manual Installation",
"description": "Installation of the WebPG Manual Version in Thunderbird",
"url": "guides/installation/thunderbird/manual"
},
{
"name": "installation_manual_opera",
"title": "Opera Manual Install",
"description": "Installation of the WebPG Manual Version in Opera",
"url": "guides/installation/opera/manual"
}
]
},
{
"title": "Offline Version",
"items": [
{
"name": "installation_chrome_offline",
"title": "Google Chrome Offline Installation",
"description": "Installation of the WebPG Offline Version in Chrome",
"url": "guides/installation/chrome/offline"
},
{
"name": "installation_firefox_offline",
"title": "Mozilla Firefox Offline Installation",
"description": "Installation of the WebPG Offline Version in Firefox",
"url": "guides/installation/firefox/offline"
},
{
"name": "installation_thunderbird_offline",
"title": "Mozilla Thunderbird Offline Installation",
"description": "Installation of the WebPG Offline Version in Thunderbird",
"url": "guides/installation/thunderbird/offline"
},
{
"name": "installation_offline_opera",
"title": "Opera Offline Install",
"description": "Installation of the WebPG Offline Version in Opera",
"url": "guides/installation/opera/offline"
}
]
}
]
}]
},
{
"title": "General",
"items": [
{
"name": "general_faq",
"title": "Frequently Asked Questions",
"description": "Answers to commonly asked questions",
"url": "guides/faq"
},
{
"name": "troubleshooting",
"title": "Troubleshooting Topics",
"description": "Troubleshooting issues that may arise",
"url": "guides/troubleshooting"
}
]
},
{
"title": "Contributing",
"items": [
{
"name": "docs",
"title": "User Guides/Documentation",
"description": "Contributing to the User Guides/Documentation",
"url": "guides/contribution/docs"
},
{
"name": "code",
"title": "Contributing Code",
"description": "Contributing to the development of WebPG",
"url": "guides/contribution/code"
}
]
}
]