From 55d9b58286543a84ee4a82b10881c954dd5705d2 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 3 Oct 2023 22:41:46 -0700 Subject: [PATCH 1/2] forward gpio --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 9b29715d..af9f6e28 100644 --- a/vercel.json +++ b/vercel.json @@ -19,6 +19,10 @@ { "source": "/docs/settings/config/:path*", "destination": "/docs/configuration/radio/:path*" + }, + { + "source": "/docs/hardware/peripheral/", + "destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage" } ] } \ No newline at end of file From 5ed7ec649c6c58b0aa2b6612724a2e8cd668f290 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 3 Oct 2023 23:14:48 -0700 Subject: [PATCH 2/2] I also moved rak gpio pin mapping --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index af9f6e28..494dc82e 100644 --- a/vercel.json +++ b/vercel.json @@ -23,6 +23,10 @@ { "source": "/docs/hardware/peripheral/", "destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage" + }, + { + "source": "/docs/configuration/rak-gpio-mapping", + "destination": "/docs/hardware/devices/rak/core-module#gpio" } ] } \ No newline at end of file