From 59011157cd3a2dbc34c9616e2e2498a864600fee Mon Sep 17 00:00:00 2001 From: Jacob Dahl Date: Fri, 14 Aug 2026 16:11:00 -0600 Subject: [PATCH] docs(gitbook): prefix redirect keys with the site section slug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Measured after #62: 53 of 58 old URLs forward. The 5 that still 404 are exactly the Just A Jetson pages whose key lacked a section prefix. GitBook matches redirect keys against the full site URL path, not the space-relative path. The PAB keys only worked by coincidence — their old repo directory products/ is also the section slug. Key every entry by its old site URL. --- .gitbook.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitbook.yaml b/.gitbook.yaml index 29a09503..709e7283 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -7,13 +7,13 @@ structure: # Old file path -> current file, for pages whose file moved in the reorganization. # Keys are repo-relative paths without .md (a README is keyed by its directory). redirects: - embedded-computers/ark-just-a-jetson/apt-upgrade-hold-back-risky-packages: ark-os/apt-hold-back.md - embedded-computers/ark-just-a-jetson/ark-services: ark-os/README.md - embedded-computers/ark-just-a-jetson/ark-services/services: ark-os/services.md - embedded-computers/ark-just-a-jetson/getting-started: embedded-computers/ark-just-a-jetson/setup/README.md - embedded-computers/ark-just-a-jetson/usb-bluetooth-adapters: knowledge-base/usb-peripherals.md - embedded-computers/ark-just-a-jetson/usb-cameras-and-gps: knowledge-base/usb-peripherals.md - embedded-computers/ark-just-a-jetson/usb-wi-fi-adapters: knowledge-base/usb-peripherals.md + products/embedded-computers/ark-just-a-jetson/apt-upgrade-hold-back-risky-packages: ark-os/apt-hold-back.md + products/embedded-computers/ark-just-a-jetson/ark-services: ark-os/README.md + products/embedded-computers/ark-just-a-jetson/ark-services/services: ark-os/services.md + products/embedded-computers/ark-just-a-jetson/getting-started: embedded-computers/ark-just-a-jetson/setup/README.md + products/embedded-computers/ark-just-a-jetson/usb-bluetooth-adapters: knowledge-base/usb-peripherals.md + products/embedded-computers/ark-just-a-jetson/usb-cameras-and-gps: knowledge-base/usb-peripherals.md + products/embedded-computers/ark-just-a-jetson/usb-wi-fi-adapters: knowledge-base/usb-peripherals.md products/accessories/ark-pixhawk-payload-bus-breakout/3d-model: accessories/ark-pixhawk-payload-bus-breakout/3d-model.md products/accessories/ark-pixhawk-payload-bus-breakout: accessories/ark-pixhawk-payload-bus-breakout/README.md products/accessories/ark-pixhawk-payload-bus-breakout/pinout: accessories/ark-pixhawk-payload-bus-breakout/pinout.md