Remove all irrelvent content from blogs branch to prepare blog migration #2947
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.
What changes were proposed in this pull request?
This PR removes all existing content from the blogs branch to prepare it for migration of blog content from the main branch. The blogs branch was originally created from versioned-docs and contained unrelated files that need to be cleared before adding the actual blog content.
This is Part 1 of 2 for issue #2774:
Part 1 (this PR): Clean the blogs branch by removing all existing files
Part 2 (follow-up PR): Add blog content from main branch with preserved author information
Why are the changes needed?
As discussed in issue #2774, the blog content needs to be moved to a separate blogs branch. However, the blogs branch currently contains files from versioned-docs that are not related to blogs.
Separating the cleanup and addition into two PRs makes the changes easier to review and addresses feedback from previous attempts where mixing both operations caused:
Difficulty in reviewing the changes
Unintended modifications to files
Confusion in the diff
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Verified locally that:
All files are properly removed from the blogs branch
The diff shows only deletions with no modifications
The branch structure remains intact
CHANGELOG.md
Not applicable - this is an internal repository reorganization with no user-facing changes.