meshtastic/vercel.json
rcarteraz 7badcedbbc
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled
Move Meshtasticator to Official Software and Add Documentation Pages (#1506)
* Move meshtasticator to official software, add docs pages.

* formatting changes and add link back

* feedback

* feedback

* redirect
2024-10-16 14:27:12 -07:00

130 lines
3.9 KiB
JSON

{
"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/"
}
]
}