Add June 2026 external blog redirects for DevBlogs and Teams Blog posts#2873
Open
heyitsaamir with Copilot wants to merge 3 commits into
Open
Add June 2026 external blog redirects for DevBlogs and Teams Blog posts#2873heyitsaamir with Copilot wants to merge 3 commits into
heyitsaamir with Copilot wants to merge 3 commits into
Conversation
Copilot created this pull request from a session on behalf of
heyitsaamir
June 4, 2026 01:51
View session
heyitsaamir
reviewed
Jun 4, 2026
heyitsaamir
left a comment
Collaborator
There was a problem hiding this comment.
@copilot address the feedback
Contributor
Author
Addressed in commit
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two June 2026 external blog redirect entries to the Teams SDK docs site so they show up in the blog feed and redirect to the original external posts.
Changes:
- Added an external redirect MDX post for a DevBlogs article.
- Added an external redirect MDX post for a TechCommunity “Teams Blog” article.
- Updated the external slug→URL mapping used by the blog sidebar/link resolution.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| teams.md/src/data/externalBlogUrls.ts | Adds the two new slugs to the external URL map used for sidebar/blog link resolution. |
| teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx | New external redirect entry pointing to the TechCommunity post. |
| teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx | New external redirect entry pointing to the DevBlogs post. |
Co-authored-by: Copilot Autofix powered by AI <175728472+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 updates the Teams SDK blog index to include two requested external posts so they appear in our blog feed and route out correctly. It adds one DevBlogs post and one TechCommunity Teams Blog post using the existing external-redirect pattern.
External redirect entries
teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdxteams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdxSlug-to-URL mapping
teams.md/src/data/externalBlogUrls.tswith both new slugs so sidebar/link resolution recognizes them as external linksRedirect format used