mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -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",
|
||||
"destination": "/docs/configuration"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/moduleconfig",
|
||||
"destination": "/docs/configuration/module"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/",
|
||||
"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/",
|
||||
"destination": "/docs/configuration/module/"
|
||||
|
@ -20,14 +32,6 @@
|
|||
"source": "/docs/settings/moduleconfig/: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/",
|
||||
"destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage"
|
||||
|
|
Loading…
Reference in a new issue