Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

  • updated docs to include information for slack marketplace submission

Type of Change

  • Documentation

Testing

N/A

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 15, 2026 5:56pm

Review with Vercel Agent

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 15, 2026

Greptile Summary

This PR updates the Slack integration documentation to meet marketplace submission requirements by adding three new sections: a "Getting Started" guide with step-by-step setup instructions, an "AI-Generated Content" disclaimer warning users that AI-generated messages may contain inaccuracies, and a "Need Help?" section with support contact information. The PR also includes a minor wording adjustment to the Slack OAuth provider description. The changes are documentation-only and align with the standard patterns seen in other tool documentation files.

Confidence Score: 5/5

  • This PR is safe to merge with no risks
  • The changes are purely documentation updates with no code logic modifications. The additions follow established documentation patterns and improve compliance with marketplace requirements.
  • No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/en/tools/slack.mdx Added Getting Started section, AI-Generated Content disclaimer, and support contact information for Slack marketplace submission requirements
apps/sim/lib/oauth/oauth.ts Minor wording change to Slack service description from "using a Slack bot" to "using a bot for Slack"

Sequence Diagram

sequenceDiagram
    participant User
    participant SlackDocs as Slack Documentation
    participant OAuthConfig as OAuth Config
    participant SlackMarketplace as Slack Marketplace

    User->>SlackDocs: Views Slack integration docs
    SlackDocs-->>User: Shows Getting Started guide
    SlackDocs-->>User: Shows AI-Generated Content warning
    SlackDocs-->>User: Shows support contact info
    
    User->>OAuthConfig: Initiates Slack connection
    OAuthConfig-->>User: Shows updated description
    
    Note over SlackMarketplace: Documentation now meets<br/>marketplace requirements
Loading

@waleedlatif1 waleedlatif1 merged commit debcd76 into staging Jan 15, 2026
11 checks passed
@waleedlatif1 waleedlatif1 deleted the improvement/slack branch January 15, 2026 18:01
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