-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsidebars.js
322 lines (315 loc) · 9.74 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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [
{
type: "category",
label: "Fundamentals",
link: {
type: "generated-index",
description: "Learn about the fundamental concepts of DeFiChain.",
},
items: [
"auto/Introduction",
"auto/Ecosystem",
"auto/Block_Rewards",
"auto/UTXO",
{
type: "category",
label: "Staking",
link: {
type: "generated-index",
description:
"Generate yield and help secure the network by staking.",
},
items: ["auto/Staking", "auto/Target_multiplier"],
},
{
type: "category",
label: "Papers",
link: {
type: "generated-index",
description: "Read the technical papers about DeFiChain.",
},
items: ["auto/Updated_White_Paper", "auto/Pink_Paper"],
},
],
},
{
type: "category",
label: "Decentralized Exchange",
link: {
type: "generated-index",
description:
"The decentralized exchange to trade assets without the control of a single entity.",
},
items: [
"auto/DEX",
"auto/DEX_Fee_Structure",
{
type: "category",
label: "Liquidity Mining",
link: {
type: "generated-index",
description: "Get a passive income with liquidity mining.",
},
items: [
"auto/Liquidity_Mining",
"auto/Liquidity_Token",
"auto/Liquidity_Mining_versus_Staking",
"auto/Impermanent_Loss",
],
},
{
type: "category",
label: "dToken System",
link: {
type: "generated-index",
description: "All about dTokens (Tokenized assets on DeFiChain).",
},
items: [
"auto/Decentralized_Assets",
"auto/Tradable_dAssets_on_DeFiChain",
"auto/Vaults_Loans",
"auto/Collateral_Ratio",
"auto/Future_Swap",
],
},
],
},
{
type: "category",
label: "Guides",
link: {
type: "generated-index",
description: "Guides which help you understand concepts better.",
},
items: [
"auto/Buy",
{
type: "category",
label: "Wallets",
link: {
type: "generated-index",
description: "Everything about the DeFiChain wallets.",
},
items: [
{
type: "category",
label: "DeFi Wallet",
link: {
type: "generated-index",
description: "Everything about the DeFiChain desktop wallet.",
},
items: [
"auto/Wallet_Introduction",
{
type: "category",
label: "Installation",
link: {
type: "generated-index",
description: "Installation guides.",
},
items: [
"auto/App_on_Windows_Cloud_Server",
"auto/App_on_Raspberry-Pi",
"auto/Saiivelive",
],
},
{
type: "category",
label: "Security",
link: {
type: "generated-index",
description: "Important topics about security.",
},
items: [
"auto/Wallet_Encryption",
"auto/Backup_Wallet",
"auto/Restore_Wallet",
"auto/Password_Setting",
],
},
{
type: "category",
label: "Usage",
link: {
type: "generated-index",
description: "How to use the DeFiChain desktop wallet.",
},
items: [
"auto/Create_address",
"auto/Listaccounts",
"auto/Suggestion_for_using_the_DeFi_app",
"auto/Masternode",
"auto/Payout_DFI_in_Euro",
"auto/Send_all_coins",
],
},
{
type: "category",
label: "Advanced Usage",
link: {
type: "generated-index",
description:
"Advanced usage of the DeFiChain desktop wallet.",
},
items: [
"auto/API",
"auto/CLI_Commands",
"auto/CLI_Vault_and_Loan",
"auto/Bitcoin_Anchoring",
"auto/Blockchain_folder",
"auto/Dual_setup_App_and_Node",
"auto/Fullnode",
"auto/Criticism",
"auto/Masternode_installation_extended",
"auto/Read_out_private_key",
"auto/Import_BTC_private_key_to_Electrum",
"auto/Atomic_Swap",
"auto/Update_Masternode",
],
},
{
type: "category",
label: "Problems",
link: {
type: "generated-index",
description:
"Common and known problems and how to solve them.",
},
items: [
"auto/Debug.log",
"auto/DeFi_Wallet_error_messages",
"auto/DeFi_Wallet_errors",
"auto/Show_hidden_folders",
"auto/Unable_to_start_blockchain",
"auto/App_Sync_Boost",
"auto/corrupt_salvage_failed",
"auto/Delete_DeFi_App",
"auto/Kill_defid_Daemon",
"auto/Sync_stops",
"auto/How_to_rescue_stuck_DFI",
"auto/Delete_dot_defi",
"auto/Collected_questions_for_the_developers",
],
},
{
type: "category",
label: "Version Specific Hints",
link: {
type: "generated-index",
description: "Information for specific app versions.",
},
items: ["auto/V2.3.1", "auto/V2.3.2"],
},
],
},
{
type: "category",
label: "Light Wallet",
link: {
type: "generated-index",
description: "Everything about the DeFiChain Light wallet.",
},
items: ["auto/Lightwallet", "auto/Lightwallet_change_Ocean"],
},
],
},
"auto/Cashflow_Options",
{
type: "category",
label: "Investing & Trading",
link: {
type: "generated-index",
description: "The guide about investing and trading on DeFiChain.",
},
items: [
"auto/Investing_Trading_Long_Short",
"auto/Investing_Trading_LM",
"auto/Investing_Trading_Advanced_Methods",
],
},
{
type: "category",
label: "For Developers",
link: {
type: "generated-index",
description: "Coding guides and resources.",
},
items: [
"auto/Jellyfish_tutorial",
"auto/Testnet",
"auto/CustomTransaction",
{
type: "category",
label: "External Documentation",
link: {
type: "generated-index",
description: "Documentation resources on other websites.",
},
items: [
{
type: "link",
label: "Jellyfish Documentation",
href: "https://jellyfish.defichain.com/",
},
{
type: "link",
label: "Chain Documentation",
href: "https://github.com/DeFiCh/ain/wiki ",
},
],
},
],
},
],
},
{
type: "category",
label: "Community",
link: {
type: "generated-index",
description: "Voting, projects and more.",
},
items: [
"auto/Proposals",
"auto/Taxes",
"auto/Services",
"auto/DeFiChain-Masternode-Monitor",
"auto/DeFiChain-Portfolio",
"auto/Punks",
"auto/Masternode-Tracking-Google-Sheet",
"auto/Community_Calendar",
"auto/Masternode_service",
"auto/LOCK_Staking",
{
type: "category",
label: "DFX",
link: {
type: "generated-index",
description: "Information about DFX and how to use it.",
},
items: [
"auto/DFI_Staking_at_DFX",
"auto/DFX_FAQ",
"auto/DFX_manual_registration",
],
},
"auto/Vault_maxi",
],
},
"auto/Contribute",
// "auto/JellyChat",
"auto/Links",
],
};
module.exports = sidebars;