[PR #3277] [MERGED] docs: add Microsoft Teams bot setup guide for Fleet #3336

Closed
opened 2026-06-05 18:22:46 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3277
Author: @johannes117
Created: 3/23/2026
Status: Merged
Merged: 3/24/2026
Merged by: @lnhsingh

Base: mainHead: johannes/add-teams-bot-setup-guide


📝 Commits (2)

  • 52fd7c7 docs: add Microsoft Teams bot setup guide for Fleet
  • 883733b fix: remove spaces around em dashes to pass Vale linting

📊 Changes

3 files changed (+204 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/fleet/channels.mdx (+6 -0)
src/langsmith/fleet/teams-app.mdx (+197 -0)

📄 Description

Summary

  • Adds a new doc page (src/langsmith/fleet/teams-app.mdx) with step-by-step instructions for setting up a custom Microsoft Teams bot integration with Fleet
  • Covers Azure Bot creation, credential registration, webhook configuration, Teams installation, agent linking, tools setup, and troubleshooting
  • Updates src/langsmith/fleet/channels.mdx with a link to the new Teams guide
  • Adds the page to src/docs.json navigation under Fleet > Tools and automation

Context

The Teams bot setup is more involved than Slack since it requires creating an Azure Bot resource and configuring Bot Framework credentials. This guide walks customers through the full process based on the actual implementation in the langchainplus codebase.

Test plan

  • Verify the page renders correctly in local Mintlify dev server
  • Verify all internal links resolve
  • Verify navigation entry appears in the correct location

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3277 **Author:** [@johannes117](https://github.com/johannes117) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `johannes/add-teams-bot-setup-guide` --- ### 📝 Commits (2) - [`52fd7c7`](https://github.com/langchain-ai/docs/commit/52fd7c7c47f903eebf03be5dcc464a6be986d7e4) docs: add Microsoft Teams bot setup guide for Fleet - [`883733b`](https://github.com/langchain-ai/docs/commit/883733b3c286e16abd7df216e93a60a61e32f1d3) fix: remove spaces around em dashes to pass Vale linting ### 📊 Changes **3 files changed** (+204 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/fleet/channels.mdx` (+6 -0) ➕ `src/langsmith/fleet/teams-app.mdx` (+197 -0) </details> ### 📄 Description ## Summary - Adds a new doc page (`src/langsmith/fleet/teams-app.mdx`) with step-by-step instructions for setting up a custom Microsoft Teams bot integration with Fleet - Covers Azure Bot creation, credential registration, webhook configuration, Teams installation, agent linking, tools setup, and troubleshooting - Updates `src/langsmith/fleet/channels.mdx` with a link to the new Teams guide - Adds the page to `src/docs.json` navigation under Fleet > Tools and automation ## Context The Teams bot setup is more involved than Slack since it requires creating an Azure Bot resource and configuring Bot Framework credentials. This guide walks customers through the full process based on the actual implementation in the langchainplus codebase. ## Test plan - [x] Verify the page renders correctly in local Mintlify dev server - [x] Verify all internal links resolve - [x] Verify navigation entry appears in the correct location --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:22:46 -04:00
yindo closed this issue 2026-06-05 18:22:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3336