Skip to content

Commit

Permalink
Merge pull request #3071 from balena-io/vipulgupta2048/fix-faq-redirect
Browse files Browse the repository at this point in the history
patch: Add default FAQ redirect for troubleshooting
  • Loading branch information
flowzone-app[bot] committed Sep 17, 2024
2 parents cd224b4 + 9f83b94 commit c4b871b
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 c4b871b

Please sign in to comment.