chore: remove orphaned learning-objectives snippet#1451
Open
memosr wants to merge 1 commit into
Open
Conversation
The snippet at docs/snippets/learning-objectives.mdx contained 46 broken links to a /learn/ directory that was removed in base#1042 (Feb 2026) when the Learn section was migrated to a separate repo (github.com/base/learn-docs). The file is currently unused — a repo-wide grep for 'learning-objectives' returns zero references in any .mdx, .md, .json, .ts, or .tsx file. It was imported with the original Mintlify migration and never updated after the Learn section was extracted. Since: - None of the 46 linked topics have equivalents in the current docs - The archived curriculum lives at github.com/base/learn-docs - The snippet has no consumers removing it is the cleanest option.
Collaborator
🟡 Heimdall Review Status
|
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
Removes
docs/snippets/learning-objectives.mdx— a 253-line snippet containing 46 broken internal links to a/learn/directory that no longer exists in this repo.Background
In PR #1042 (Feb 2026), the Learn section was removed from this repo and migrated to a separate repo at github.com/base/learn-docs. All 180
/learn/files were deleted at that time, but thelearning-objectives.mdxsnippet that referenced them was left behind.Why delete instead of fix?
I investigated all three options:
base/learn-docsarchiveVerification
learning-objectivesreturns zero references in any.mdx,.md,.json,.ts, or.tsxfiledocs/treeImpact
Happy to convert to a redirect/external link approach if maintainers prefer — just let me know.