D8 fleet sync: docfx.yaml from D20 canonical + delete picker-template.html#226
Closed
Chris-Wolfgang wants to merge 2 commits into
Closed
D8 fleet sync: docfx.yaml from D20 canonical + delete picker-template.html#226Chris-Wolfgang wants to merge 2 commits into
Chris-Wolfgang wants to merge 2 commits into
Conversation
Owner
Author
|
Superseded by #195 ( |
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
Brings this repo to the D8 fleet canonical state matching D20-Dice:
docfx.yaml— sync fromChris-Wolfgang/D20-Dice@main:.github/workflows/docfx.yaml. The rootindex.htmlgeneration step is rewritten to emit an inline meta-refresh →/versions/latest/instead of templating from.github/version-picker-template.html. The workflow is repo-agnostic (reads repo name from$GITHUB_REPOSITORYat runtime)..github/version-picker-template.html— delete. No longer referenced bydocfx.yamlafter this PR; the in-page picker (canonicaldocfx_project/public/version-picker.js) handles version switching from every docs page.build-all-versions.yamlretains its reference to the HTML file — this matches D20 / DateTime-Extensions / ICollection-Extensions etc. — fleet-wide dead reference in the manual-rebuild path, not in scope here.Rationale (from D20's canonical comment)
Test plan
Detect .NET Projectswill fire on this PR — that's the protected-files guard, expected. Admin-bypass merge after maintainer review.grep -niE "D20.Dice|Wolfgang\.D20"— empty)/becomes a meta-refresh to/versions/latest/Part of the D8 fleet cleanup. Companion PRs in IAsyncEnumerable-Extensions: #257 + #256.
🤖 Generated with Claude Code