Remove orphaned contribute doc flagged by @TineoC - #2
Open
Kyle-Law wants to merge 1 commit into
Open
Conversation
Kyle-Law
force-pushed
the
fix/case-studies-cleanup
branch
from
September 2, 2026 08:02
5e1b9bf to
23c8369
Compare
Addresses one of two review comments from @TineoC on kubernetes#57043: kubernetes#57043 (comment) Removes content/en/docs/contribute/new-content/case-studies.md, which documented how to submit a case study for a section that no longer exists, and drops the now-dangling links to it from content/en/docs/contribute/docs.md and content/en/docs/contribute/new-content/_index.md. Does not touch static/css/new-case-studies.css or static/css/case-studies-gradient.css, which TineoC also flagged (kubernetes#57043 (comment)): per katcosgrove's own review reply (kubernetes#57043 (comment)), "We can't remove the CSS. The case studies still exist in other localizations." Leaving those alone per that call.
Kyle-Law
force-pushed
the
fix/case-studies-cleanup
branch
from
September 2, 2026 08:19
23c8369 to
01d352c
Compare
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.
Addresses one of the two review comments from @TineoC on kubernetes#57043 that were left unresolved:
content/en/docs/contribute/new-content/case-studies.md(comment), which documented how to submit a case study for a section that no longer exists, and fixes the now-dangling links to it incontent/en/docs/contribute/docs.mdandcontent/en/docs/contribute/new-content/_index.md.Not included:
static/css/new-case-studies.cssandstatic/css/case-studies-gradient.css, which TineoC also flagged (comment). Per katcosgrove's own review reply - "We can't remove the CSS. The case studies still exist in other localizations.", those are left alone.