forked from meshtastic/meshtastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
129 lines (129 loc) · 3.93 KB
/
vercel.json
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
{
"trailingSlash": true,
"redirects": [
{
"source": "/docs/settings/",
"destination": "/docs/configuration/"
},
{
"source": "/docs/settings/config/",
"destination": "/docs/configuration/radio/"
},
{
"source": "/docs/settings/config/:path*/",
"destination": "/docs/configuration/radio/:path*/"
},
{
"source": "/docs/settings/moduleconfig/",
"destination": "/docs/configuration/module/"
},
{
"source": "/docs/settings/moduleconfig/:path*/",
"destination": "/docs/configuration/module/:path*/"
},
{
"source": "/docs/hardware/peripheral/",
"destination": "/docs/configuration/module/remote-hardware/#remote-hardware-module-usage"
},
{
"source": "/docs/configuration/rak-gpio-mapping/",
"destination": "/docs/hardware/devices/rak/core-module/#gpio"
},
{
"source": "/software/android-too-old(.*)/",
"destination": "/docs/software/android/installation/"
},
{
"source": "/docs/software/android/android-installation(.*)/",
"destination": "/docs/software/android/installation/"
},
{
"source": "/docs/hardware/devices/Nano%20Series/",
"destination": "/docs/hardware/devices/nano/"
},
{
"source": "/docs/hardware/supported-hardware/",
"destination": "/docs/hardware/devices/"
},
{
"source": "/docs/hardware/devices/station-g1/",
"destination": "/docs/hardware/devices/station-series/"
},
{
"source": "/docs/legal/trademark/",
"destination": "/docs/legal/licensing-and-trademark/"
},
{
"source": "/docs/legal/licensing/",
"destination": "/docs/legal/licensing-and-trademark/"
},
{
"source": "/docs/software/mqtt/",
"destination": "/docs/software/integrations/mqtt"
},
{
"source": "/docs/software/mqtt/:path*/",
"destination": "/docs/software/integrations/mqtt/:path*/"
},
{
"source": "/docs/getting-started/faq",
"destination": "/docs/faq/"
},
{
"source": "/docs/",
"destination": "/docs/introduction/"
},
{
"source": "/docs/hardware/devices/rak/:path*/",
"destination": "/docs/hardware/devices/rak-wireless/wisblock/:path*"
},
{
"source": "/docs/hardware/devices/lora/:path*/",
"destination": "/docs/hardware/devices/lilygo/lora/:path*"
},
{
"source": "/docs/hardware/devices/tbeam/:path*/",
"destination": "/docs/hardware/devices/lilygo/tbeam/:path*"
},
{
"source": "/docs/hardware/devices/techo/:path*/",
"destination": "/docs/hardware/devices/lily/techo/:path*"
},
{
"source": "/docs/hardware/devices/tdeck/:path*/",
"destination": "/docs/hardware/devices/lilygo/tdeck/:path*"
},
{
"source": "/docs/hardware/devices/twatch/:path*/",
"destination": "/docs/hardware/devices/lilygo/twatch/:path*"
},
{
"source": "/docs/hardware/devices/heltec/:path*/",
"destination": "/docs/hardware/devices/heltec-automation/lora32/:path*"
},
{
"source": "/docs/hardware/devices/heltec-sensor/:path*/",
"destination": "/docs/hardware/devices/heltec-automation/sensor/:path*"
},
{
"source": "/docs/hardware/devices/nano/:path*/",
"destination": "/docs/hardware/devices/b-and-q-consulting/nano/:path*"
},
{
"source": "/docs/hardware/devices/station-series/:path*/",
"destination": "/docs/hardware/devices/b-and-q-consulting/station-series/:path*"
},
{
"source": "/docs/hardware/devices/raspberry-pi/:path*/",
"destination": "/docs/hardware/devices/raspberrypi/pico/:path*"
},
{
"source": "/docs/hardware/devices/seeed-wm1110/:path*/",
"destination": "/docs/hardware/devices/seeed-studio/wm1110/:path*"
},
{
"source": "/docs/community/software/community-meshtasticator/",
"destination": "/docs/software/meshtasticator/"
}
]
}