-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsidebarsRenJS.js
More file actions
98 lines (98 loc) · 3.41 KB
/
Copy pathsidebarsRenJS.js
File metadata and controls
98 lines (98 loc) · 3.41 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
module.exports = {
docs: [
"welcome",
{
type: "category",
label: "RenJS v3",
collapsed: false,
items: [
"v3/quick-start",
"v3/introduction",
"v3/changelog",
{
type: "category",
label: "Tutorial",
items: [
"v3/tutorial/overview",
"v3/tutorial/smart-contract",
"v3/tutorial/react-setup",
"v3/tutorial/chain-transactions",
"v3/tutorial/gateway-transactions",
"v3/tutorial/gateways",
"v3/tutorial/app",
],
collapsed: false,
},
{
type: "category",
label: "Reference",
items: [
"v3/reference/renJS",
"v3/reference/gateway",
"v3/reference/gatewayTransaction",
"v3/reference/txSubmitter",
"v3/reference/inputChainTransaction",
"v3/reference/fees",
"v3/reference/setupTxs",
{
type: "category",
label: "Chains",
items: [
"v3/reference/chains/chain-interface",
"v3/reference/chains/bitcoin",
"v3/reference/chains/ethereum",
"v3/reference/chains/solana",
],
collapsed: false,
},
],
collapsed: false,
},
],
},
{
type: "category",
label: "RenJS v2",
collapsed: true,
items: [
"v2/quick-start",
"v2/ren-js-v3",
{
type: "category",
label: "Tutorial",
items: [
"v2/tutorial/overview",
"v2/tutorial/smart-contract",
"v2/tutorial/react-ui",
"v2/tutorial/ren-js",
],
collapsed: false,
},
"v2/things-to-note",
{
type: "category",
label: "How Tos",
items: [
"v2/how-to/resuming-transfers",
"v2/how-to/chain-utils",
"v2/how-to/handling-address-expiry",
"v2/how-to/add-parameters-at-mint",
"v2/how-to/recovery-method",
],
collapsed: false,
},
{
type: "category",
label: "Best Practices",
items: [
"v2/best-practices/ui-best-practices",
"v2/best-practices/support",
],
collapsed: false,
},
"v2/brand-hub",
"v2/forking-ren-bridge",
],
},
],
};