Fix broken A/B boot update cross-reference; remove leftover orphaned source files#4320
Open
ZayanKhan-12 wants to merge 6 commits into
Open
Fix broken A/B boot update cross-reference; remove leftover orphaned source files#4320ZayanKhan-12 wants to merge 6 commits into
ZayanKhan-12 wants to merge 6 commits into
Conversation
The xref targeted #ab-boot-update, but the section's anchor in services/connect is [[remoteupdate-ab]] (and its derived title id is a-b-boot-update), so the link landed at the top of the page instead of the section. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Emptied and unreferenced since the configuration restructure (raspberrypi#418); the boot folder contents are documented in the config_txt pages. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Emptied and unreferenced since the configuration restructure (raspberrypi#418); device tree documentation lives in the configuration reference. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Emptied and unreferenced since the configuration restructure (raspberrypi#418). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Emptied and unreferenced since the Touch Display consolidation (raspberrypi#470). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Unreferenced since the configuration clean-up; its content is superseded by the 'Configure your Raspberry Pi to use a proxy server' section ([[proxy]]) in configuration/configuring-networking.adoc. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
@ZayanKhan-12 Thank you for your contribution. We'll work on publishing it soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Six commits, intended to be cherry-pickable individually:
computers/raspberry-pi/boot-eeprom.adoclinkedxref:../services/connect.adoc#ab-boot-update, but no such id exists anywhere in the Connect page: the target section declares the explicit anchor[[remoteupdate-ab]](and its title derivesa-b-boot-update). The link therefore landed at the top of the Connect page instead of the A/B Boot Update section. Fixed to the stable explicit anchor.2–5. Remove four empty leftover files —
computers/configuration/boot_folder.adoc,device-tree.adoc,pin-configuration.adoc(all emptied and unreferenced since the configuration restructure, Update linux.md #418) andaccessories/display/legacy.adoc(since the Touch Display consolidation, add a note to the expand-filesystem option #470). All are zero-byte and included by nothing.computers/configuration/use-a-proxy.adoc— unreferenced by any page or manifest since the configuration clean-up; its content is superseded by the "Configure your Raspberry Pi to use a proxy server" section ([[proxy]]) inconfiguration/configuring-networking.adoc. Happy to drop this commit if you'd prefer to keep the file around.Verification (macOS, Ruby 3.2 + ninja, matching CI): full
make htmlbuild succeeds; the builtcomputers/raspberry-pi.htmlnow linksservices/connect.html#remoteupdate-aband that id exists in the built Connect page (the old#ab-boot-updatehref is gone); no built page references the removed files. The only asciidoctor diagnostic in the build log (a table-row warning inaccessories/usb/about.adoc) is pre-existing on master and untouched by this PR.Prepared with AI assistance (Claude); every reference was mechanically verified against the source tree and the built site as described above.