mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
fcc74c59ce
* hide the mess! (#3) * initial changes to folder structure * redirect tests * fix links * fix links and redirects * fix link and remove redirects for now * fixing more broken links * updates * more broken links * trunk fmt * really forked something up * another broken link * really forked something up * fixing links again * LINKS FINALLY FIXED, added missing seeed devices * stupid vs code * I really hate vs code * honestly, I despise vs code * I want to kick vs code * All this extra work for what * spacing * I really want to curse vs code * spacing * spacing * Renamed folder * had to go nuclear to fix * trunk fmt * add heltec vision master series * fixing links * test redirect * need to rename heltec folder to allow for redirects * needed to change raspberry-pi to raspberrypi * oops fix links * add chatter to index * redirects -- I think this is comprehensive * pesky comma * no * remove images * smaller images * indents and white spaces * remove weird {" "} * remove large photo * add smaller image, use image that wasn't being used
126 lines
3.8 KiB
JSON
126 lines
3.8 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*"
|
|
}
|
|
]
|
|
}
|