meshtastic/vercel.json

126 lines
3.8 KiB
JSON
Raw Normal View History

2023-09-28 19:10:42 -07:00
{
2024-02-01 14:03:20 -08:00
"trailingSlash": true,
2023-09-28 19:10:42 -07:00
"redirects": [
2023-10-07 16:50:51 -07:00
{
"source": "/docs/settings/",
"destination": "/docs/configuration/"
},
2023-10-07 16:58:06 -07:00
{
"source": "/docs/settings/config/",
"destination": "/docs/configuration/radio/"
},
2023-09-28 19:10:42 -07:00
{
2024-02-01 14:03:20 -08:00
"source": "/docs/settings/config/:path*/",
"destination": "/docs/configuration/radio/:path*/"
2023-10-07 16:58:06 -07:00
},
{
"source": "/docs/settings/moduleconfig/",
"destination": "/docs/configuration/module/"
},
{
2024-02-01 14:03:20 -08:00
"source": "/docs/settings/moduleconfig/:path*/",
"destination": "/docs/configuration/module/:path*/"
2023-10-07 16:58:06 -07:00
},
2023-10-03 22:41:46 -07:00
{
"source": "/docs/hardware/peripheral/",
2024-02-01 14:03:20 -08:00
"destination": "/docs/configuration/module/remote-hardware/#remote-hardware-module-usage"
2023-10-03 23:14:48 -07:00
},
{
2024-02-01 14:03:20 -08:00
"source": "/docs/configuration/rak-gpio-mapping/",
"destination": "/docs/hardware/devices/rak/core-module/#gpio"
},
2023-10-03 18:41:13 -07:00
{
2024-02-01 14:03:20 -08:00
"source": "/software/android-too-old(.*)/",
"destination": "/docs/software/android/installation/"
2023-10-03 18:41:13 -07:00
},
{
2024-02-01 14:03:20 -08:00
"source": "/docs/software/android/android-installation(.*)/",
"destination": "/docs/software/android/installation/"
2023-11-30 22:25:17 -08:00
},
2023-11-30 22:20:10 -08:00
{
"source": "/docs/hardware/devices/Nano%20Series/",
"destination": "/docs/hardware/devices/nano/"
2023-11-30 22:40:50 -08:00
},
{
2024-02-01 14:03:20 -08:00
"source": "/docs/hardware/supported-hardware/",
"destination": "/docs/hardware/devices/"
2024-01-23 20:34:03 -08:00
},
2024-06-20 08:54:18 -07:00
{
"source": "/docs/hardware/devices/station-g1/",
"destination": "/docs/hardware/devices/station-series/"
},
2024-01-23 20:34:03 -08:00
{
"source": "/docs/legal/trademark/",
2024-02-01 14:03:20 -08:00
"destination": "/docs/legal/licensing-and-trademark/"
2024-01-23 20:34:03 -08:00
},
{
"source": "/docs/legal/licensing/",
2024-02-01 14:03:20 -08:00
"destination": "/docs/legal/licensing-and-trademark/"
2024-01-24 21:30:50 -08:00
},
{
"source": "/docs/software/mqtt/",
"destination": "/docs/software/integrations/mqtt"
2024-02-06 17:22:48 -08:00
},
2024-02-08 10:04:04 -08:00
{
"source": "/docs/software/mqtt/:path*/",
"destination": "/docs/software/integrations/mqtt/:path*/"
},
2024-02-06 17:22:48 -08:00
{
"source": "/docs/getting-started/faq",
"destination": "/docs/faq/"
2024-03-13 12:18:18 -07:00
},
{
"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*"
2024-03-13 12:20:00 -07:00
}
2023-09-28 19:10:42 -07:00
]
}