mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge pull request #984 from meshtastic/pdxlocations-patch-1
MQTT subpage path forwarding
This commit is contained in:
commit
538ccb9cdb
|
@ -57,6 +57,10 @@
|
||||||
"source": "/docs/software/mqtt/",
|
"source": "/docs/software/mqtt/",
|
||||||
"destination": "/docs/software/integrations/mqtt"
|
"destination": "/docs/software/integrations/mqtt"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/docs/software/mqtt/:path*/",
|
||||||
|
"destination": "/docs/software/integrations/mqtt/:path*/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/docs/getting-started/faq",
|
"source": "/docs/getting-started/faq",
|
||||||
"destination": "/docs/faq/"
|
"destination": "/docs/faq/"
|
||||||
|
|
Loading…
Reference in a new issue