Skip to content

Commit 90332d6

Browse files
committed
fixing merged files to adhere to markdown rules
1 parent 6e64163 commit 90332d6

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

docs/use-cases/AI_ML/MCP/ai_agent_libraries/slackbot.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ in the Slack documentation.
4141
## Configure Slack app settings {#configure-slack-app-settings}
4242

4343
- Go to `App Home`
44-
- Under `Show Tabs``Messages Tab`: Enable `Allow users to send Slash commands and messages from the messages tab`
45-
- Go to `Socket Mode`
46-
- Enable `Socket Mode`**`
47-
- Note down the `Socket Mode Handler`**` for the environment variable `SLACK_APP_TOKEN`
48-
- Go to `OAuth & Permissions`
49-
- Add the following `Bot Token Scopes`:
50-
- `app_mentions:read`
51-
- `assistant:write`
52-
- `chat:write`
53-
- `im:history`
54-
- `im:read`
55-
- `im:write`
56-
- `channels:history`
57-
- Install the app to your workspace and note down the `Bot User OAuth Token` for the environment variable `SLACK_BOT_TOKEN`.
58-
- Go to `Event Subscriptions`
59-
- Enable `Events`
60-
- Under `Subscribe to bot events`, add:
61-
- `app_mention`
62-
- `assistant_thread_started`
63-
- `message:im`
64-
- Save Changes
44+
- Under `Show Tabs``Messages Tab`: Enable `Allow users to send Slash commands and messages from the messages tab`
45+
- Go to `Socket Mode`
46+
- Enable `Socket Mode`**`
47+
- Note down the `Socket Mode Handler`**` for the environment variable `SLACK_APP_TOKEN`
48+
- Go to `OAuth & Permissions`
49+
- Add the following `Bot Token Scopes`:
50+
- `app_mentions:read`
51+
- `assistant:write`
52+
- `chat:write`
53+
- `im:history`
54+
- `im:read`
55+
- `im:write`
56+
- `channels:history`
57+
- Install the app to your workspace and note down the `Bot User OAuth Token` for the environment variable `SLACK_BOT_TOKEN`.
58+
- Go to `Event Subscriptions`
59+
- Enable `Events`
60+
- Under `Subscribe to bot events`, add:
61+
- `app_mention`
62+
- `assistant_thread_started`
63+
- `message:im`
64+
- Save Changes
6565

6666
## Add environment variables (`.env`) {#add-env-vars}
6767

scripts/.markdownlint-cli2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ignores:
3636
- "docs/cloud/reference/release-notes-index.md" # autogenerated
3737
- "docs/_placeholders"
3838
- "docs/cloud/manage/api"
39+
- "docs/use-cases/AI_ML/MCP/ai_agent_libraries/index.md" # autogenerated
3940
- "docs/sql-reference" # core repo
4041
- "docs/operations" # core repo
4142
- "docs/interfaces" # core repo

0 commit comments

Comments
 (0)