meshtastic/vercel.json

74 lines
2 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
},
{
"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/"
2024-03-13 12:20:00 -07:00
}
2023-09-28 19:10:42 -07:00
]
}