-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsidebars.js
108 lines (108 loc) · 3.01 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
module.exports = {
docs: [
"home",
"introduction",
{
type: "category",
label: "Deploy a WeatherXM Device",
items: [
{
type: "category",
label: "M5 (WB1000)",
items: [
"wxm-devices/m5/introduction",
"wxm-devices/m5/contents",
"wxm-devices/m5/assemble",
"wxm-devices/m5/install-weather-station",
"wxm-devices/m5/connect-and-claim",
"wxm-devices/m5/maintenance",
"wxm-devices/m5/troubleshooting"
],
collapsed: true
},
{
type: "category",
label: "Helium (WS2000)" ,
items: [
"wxm-devices/helium/introduction",
"wxm-devices/helium/contents",
"wxm-devices/helium/assemble",
"wxm-devices/helium/connect-and-claim",
"wxm-devices/helium/update-firmware",
"wxm-devices/helium/install-weather-station",
"wxm-devices/helium/maintenance",
"wxm-devices/helium/troubleshooting"
],
collapsed: true
},
{
type: "category",
label: "D1 (WB1200)",
items: [
"wxm-devices/d1/introduction",
"wxm-devices/d1/contents",
"wxm-devices/d1/assemble",
"wxm-devices/d1/install-weather-station",
"wxm-devices/d1/connect-and-claim",
"wxm-devices/d1/maintenance",
"wxm-devices/d1/troubleshooting"
],
collapsed: true
},
{
type: "category",
label: "Pulse (WB3000)",
items: [
"wxm-devices/pulse/introduction",
"wxm-devices/pulse/contents",
"wxm-devices/pulse/assemble",
"wxm-devices/pulse/install-weather-station",
"wxm-devices/pulse/connect-and-claim",
"wxm-devices/pulse/maintenance",
"wxm-devices/pulse/troubleshooting"
],
collapsed: true
},
"wxm-devices/deployment-examples",
"wxm-devices/frequency-plans",
],
collapsed: true,
},
{
type: "category",
label: "Rewards",
items: [
"rewards/reward-mechanism",
"rewards/data-quality",
"rewards/proof-of-location",
"rewards/cell-capacity",
"rewards/hardware-class",
"rewards/reward-boosts",
"rewards/rewards-troubleshooting",
"rewards/rewards-claiming",
"rewards/how-to-join-arbitrum-and-see-your-tokens"
],
collapsed: true,
},
{
type: "category",
label: "Mobile App",
items: [
{
type: "category",
label: "Wallet",
items: [
"mobile-app/wallet/add-edit-wallet-address"
],
collapsed: true,
},
"mobile-app/delete-account",
"mobile-app/change-password"
],
collapsed: true,
},
"tokenomics",
"glossary",
"faq"
]
};