From 1fc9ffb90f04525bb6677c2511fe391ef4f30c0f Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 7 Oct 2023 16:50:51 -0700 Subject: [PATCH 1/2] fix broken links --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vercel.json b/vercel.json index a60f8b07..2a85031a 100644 --- a/vercel.json +++ b/vercel.json @@ -8,6 +8,14 @@ "source": "/docs/settings/moduleconfig", "destination": "/docs/configuration/module" }, + { + "source": "/docs/settings/", + "destination": "/docs/configuration/" + }, + { + "source": "/docs/settings/moduleconfig/", + "destination": "/docs/configuration/module/" + }, { "source": "/docs/settings/moduleconfig/:path*", "destination": "/docs/configuration/module/:path*" From ef4f5b452a703399725b8114708417ad40e1c6f5 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 7 Oct 2023 16:58:06 -0700 Subject: [PATCH 2/2] get in line --- vercel.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/vercel.json b/vercel.json index 2a85031a..3aa453ae 100644 --- a/vercel.json +++ b/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"