[repo-assist] remove: Dockerfile and mybinder badge/documentation#1204
Draft
github-actions[bot] wants to merge 2 commits intomainfrom
Draft
[repo-assist] remove: Dockerfile and mybinder badge/documentation#1204github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
Remove the docs/Dockerfile (used for mybinder.org Binder integration) and all mybinder badge links from the six documentation .fsx pages. Also remove the mybinder documentation section from content.fsx and the mybinder recommendation from upgrade.md. The Binder integration relied on a deprecated .NET 7 SDK image and a deprecated Microsoft.dotnet-interactive version; mybinder.org support is discontinued per maintainer decision. Closes #1178 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
🤖 This PR was created by Repo Assist, an automated AI assistant, at the request of
@dsyme.Closes #1178
Summary
Removes the mybinder.org Binder integration from this repository, as requested by the maintainer.
Changes
docs/Dockerfiledocs/img/badge-binder.svgdocs/content.fsxdocs/codeformat.fsxdocs/markdown.fsxdocs/apidocs.fsxdocs/evaluation.fsxdocs/literate.fsxdocs/upgrade.mdRELEASE_NOTES.md[Unreleased] ### RemovedRationale
The Binder integration relied on:
mcr.microsoft.com/dotnet/sdk:7.0, EOL May 2024)Microsoft.dotnet-interactiveversion (1.0.410202)Per the maintainer discussion in #1178, the Dockerfile is only used for mybinder.org (the "run in Binder" badge on docs pages), not in CI. The decision was made to remove it cleanly rather than update to a new (also potentially deprecated) version.
Test Status
dotnet fantomas docs/*.fsx --check— formatting verified, no changes needed