mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
get in line
This commit is contained in:
parent
1fc9ffb90f
commit
ef4f5b452a
28
vercel.json
28
vercel.json
|
@ -4,14 +4,26 @@
|
||||||
"source": "/docs/settings",
|
"source": "/docs/settings",
|
||||||
"destination": "/docs/configuration"
|
"destination": "/docs/configuration"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"source": "/docs/settings/moduleconfig",
|
|
||||||
"destination": "/docs/configuration/module"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"source": "/docs/settings/",
|
"source": "/docs/settings/",
|
||||||
"destination": "/docs/configuration/"
|
"destination": "/docs/configuration/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/docs/settings/config",
|
||||||
|
"destination": "/docs/configuration/radio"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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/",
|
"source": "/docs/settings/moduleconfig/",
|
||||||
"destination": "/docs/configuration/module/"
|
"destination": "/docs/configuration/module/"
|
||||||
|
@ -20,14 +32,6 @@
|
||||||
"source": "/docs/settings/moduleconfig/:path*",
|
"source": "/docs/settings/moduleconfig/:path*",
|
||||||
"destination": "/docs/configuration/module/:path*"
|
"destination": "/docs/configuration/module/:path*"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"source": "/docs/settings/config",
|
|
||||||
"destination": "/docs/configuration/radio"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "/docs/settings/config/:path*",
|
|
||||||
"destination": "/docs/configuration/radio/:path*"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"source": "/docs/hardware/peripheral/",
|
"source": "/docs/hardware/peripheral/",
|
||||||
"destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage"
|
"destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage"
|
||||||
|
|
Loading…
Reference in a new issue