Skip to content

Commit

Permalink
patch: Add default FAQ redirect for troubleshooting
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
  • Loading branch information
vipulgupta2048 committed Sep 17, 2024
1 parent cd224b4 commit 9f83b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
/learn/manage/apps /learn/develop/apps/

# FAQ restructure
/faq/troubleshooting/ /faq/troubleshooting/raspberrypi5/
/faq/troubleshooting /faq/troubleshooting/raspberrypi5/
/faq/troubleshooting/faq/ /faq/questions/
/faq/troubleshooting/faq /faq/questions/
/faq/troubleshooting/debugging-device-gateway/ /faq/debugging-device-gateway/
Expand Down Expand Up @@ -326,6 +328,7 @@
^\/learn\/getting-started\/?(\?.+)?(#.+)?$ -> /learn/getting-started/raspberrypi5/nodejs/$1$2
^\/reference\/supervisor\/configuration-list\/?(\?.+)?(#.+)?$ -> /reference/supervisor/configuration-list/raspberrypi3/$1$2
^\/faq\/troubleshooting\/troubleshooting\/?(\?.+)?(#.+)?$ -> /faq/troubleshooting/troubleshooting/raspberrypi3/$1$2
^\/faq\/troubleshooting\/?(\?.+)?(#.+)?$ -> /faq/troubleshooting/raspberrypi5/$1$2
^\/learn\/develop\/?(\?.+)?(#.+)?$ -> /learn/develop/local-mode/$1$2
^\/learn\/develop\/cloud-iot-provisioning\/?(\?.+)?(#.+)?$ -> /learn/develop/cloud-iot-provisioning/aws/$1$2
^\/learn\/deploy\/?(\?.+)?(#.+)?$ -> /learn/deploy/deployment/$1$2
Expand Down

0 comments on commit 9f83b94

Please sign in to comment.