fix(fde): remove duplicate ghost introduction file resolving devops node bug#10111
Open
swdev-Animesh wants to merge 1 commit into
Open
fix(fde): remove duplicate ghost introduction file resolving devops node bug#10111swdev-Animesh wants to merge 1 commit into
swdev-Animesh wants to merge 1 commit into
Conversation
…on@LRBwP7EQj4byox7yKdPAj.md Deletes `introduction@LRBwP7EQj4byox7yKdPAj.md` to resolve an ID collision with the DevOps Skills node. This ensures the correct DevOps resources load when clicked.
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.
Target Issue
Closes #10110
Changes Made
src/data/roadmaps/forward-deployed-engineer/content/introduction@LRBwP7EQj4byox7yKdPAj.md.Context
This ghost file shared an identical node ID (
LRBwP7EQj4byox7yKdPAj) with the officialdevops-skillscontent file and its content was an exact duplicate of the correct introduction file (introduction@PBtnaTE_5AMOa5mxbhoT2.md).This collision caused the build script to overwrite or serve the introduction payload instead of the DevOps resources when the DevOps node was clicked in the UI.
Removing this file completely clears the collision and restores the correct content mapping.