Skip to content

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

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/link-two-blogs-to-our-blog
Draft

Add June 2026 external blog redirects for DevBlogs and Teams Blog posts#2873
Copilot wants to merge 2 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

authors:
- name: Microsoft 365 Dev
title: Microsoft
tags: [teams-sdk, agents, teams-ai-library]

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.

Not teams-ai-library anymore. Remove this tag

external_url: https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613
date: 2026-06-02
authors:
- name: Microsoft Teams Blog

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.

Can you get the actual author names? For both blogs

"csharp",
"python"
],
"in-depth-guides/ai/best-practices": [

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.

Why does this need to be removed

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
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.

2 participants