mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
24 lines
567 B
JSON
24 lines
567 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/docs/settings",
|
|
"destination": "/docs/configuration"
|
|
},
|
|
{
|
|
"source": "/docs/settings/moduleconfig",
|
|
"destination": "/docs/configuration/module"
|
|
},
|
|
{
|
|
"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*"
|
|
}
|
|
]
|
|
} |