docs: add single workspace limitation to Slack documentation#2287
docs: add single workspace limitation to Slack documentation#2287amikofalvy merged 3 commits intomainfrom
Conversation
…lation guide Reflects PR #2286 which prevents linking multiple Slack workspaces to a single Inkeep tenant.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Ito Test Report ✅17 test cases ran. 17 passed. This verification confirms that PR #2287 correctly adds the single workspace limitation Note to all three Slack documentation pages (Overview, Installation, Configuration). The Note components render properly with correct text variations per page, maintain proper spacing when consecutive, and the internal link in the Configuration page successfully navigates to the Installation page. The Commands/Usage Guide page remains unaffected as expected. All responsive layout, navigation, and SSR tests passed, confirming the documentation changes integrate seamlessly with the existing site. ✅ Passed (17)📋 View Recording |
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Inkeep Agent Framework Docs' |
Summary
Updates the Slack integration documentation to reflect the single workspace per tenant limitation introduced in #2286.
Changes
Added a Note component to each of the three Slack documentation pages clarifying that:
Files updated
agents-docs/content/talk-to-your-agents/slack/overview.mdx- Added limitation note after the Enterprise availability noteagents-docs/content/talk-to-your-agents/slack/installation.mdx- Added limitation note with details on re-auth vs. new workspace behavioragents-docs/content/talk-to-your-agents/slack/configuration.mdx- Added limitation note with link to installation page for switching workspacesRelated