Skip to content

Add June 2026 external blog redirects for DevBlogs and Teams Blog posts#2873

Open
heyitsaamir with Copilot wants to merge 3 commits into
mainfrom
copilot/link-two-blogs-to-our-blog
Open

Add June 2026 external blog redirects for DevBlogs and Teams Blog posts#2873
heyitsaamir with Copilot wants to merge 3 commits into
mainfrom
copilot/link-two-blogs-to-our-blog

Conversation

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

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

    • Added new blog redirect at teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx
    • Added new blog redirect at teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx
  • Slug-to-URL mapping

    • Updated teams.md/src/data/externalBlogUrls.ts with both new slugs so sidebar/link resolution recognizes them as external links
  • Redirect format used

    ---
    slug: build-collaborative-agents-where-work-happens
    external_url: https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/
    ---
    import ExternalRedirect from '@site/src/components/ExternalRedirect';
    <ExternalRedirect to="https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/" />

@heyitsaamir heyitsaamir left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot address the feedback

Comment thread teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx Outdated
Comment thread teams.md/static/missing-pages.json

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

@copilot address the feedback

Addressed in commit 21941fb.

  • Removed teams-ai-library from the new DevBlogs post tags
  • Updated both new posts with the requested author names
  • Restored teams.md/static/missing-pages.json to undo the unrelated removal

Copilot AI requested a review from heyitsaamir June 4, 2026 01:59
@heyitsaamir heyitsaamir marked this pull request as ready for review June 30, 2026 23:04
Copilot AI review requested due to automatic review settings June 30, 2026 23:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants