fix(docs): restore canonical version-picker bootstrap in docfx.json _appFooter#194
Merged
Merged
Conversation
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.
Summary
The
_appFooterfield indocfx_project/docfx.jsongot reverted to a bare"Made with DocFX"string at some point. Per reference_docfx_version_picker and the canonical repo-template, the version-picker dropdown is wired only via an inline<script>bootstrap inside_appFooter(DocFX'smain.jsslot is always an emptyexport default {}stub). Without the bootstrap,docfx_project/public/version-picker.jsnever loads, and the deployed docs site has no version-picker UI even though the JS,versions.json, anddocs/DOCFX-VERSION-PICKER.mdall describe it as wired.This PR restores the canonical
_appFooterstring. Identical change going out to 13 affected Wolfgang.* repos as a fleet sweep.Verification
curl -s https://chris-wolfgang.github.io/<repo>/versions/latest/ | grep version-pickerreturns 0 hits today (broken).<script src=".../public/version-picker.js">tag injected into<head>).cd docfx_project && docfx build && grep -l version-picker _site/**/*.html.Origin
Discovered during Try-Pattern's v0.3.3 Tier-1 maintenance pilot, docs-accuracy audit (PR #217 / sub-issue #128).
template-drift-scanondocfx.jsonacross all 30 Wolfgang.* repos showed 13 affected.🤖 Generated with Claude Code