Skip to content

Commit

Permalink
docs: swap the permalink for a package slug w webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Dec 14, 2024
1 parent 5e52a45 commit cd89dea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The Node Slack SDK has corresponding packages for Slack APIs. They are small and

| Slack API | Use | NPM package |
|--------------|--------------|-------------------|
| Web API | Send data to or query data from Slack using any of [over 200 methods](https://api.slack.com/methods). | [`@slack/web-api`](https://tools.slack.dev/node-slack-sdk/web-api) |
| OAuth | Set up the authentication flow using V2 OAuth for Slack apps as well as V1 OAuth for classic Slack apps. | [`@slack/oauth`](https://tools.slack.dev/node-slack-sdk/oauth) |
| Incoming Webhooks | Send notifications to a single channel which the user picks on installation. | [`@slack/webhook`](https://tools.slack.dev/node-slack-sdk/webhook) |
| Socket Mode | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. | [`@slack/socket-mode`](https://tools.slack.dev/node-slack-sdk/socket-mode) |
| Web API | Send data to or query data from Slack using any of [over 200 methods](https://api.slack.com/methods). | [`@slack/web-api`](/web-api) |
| OAuth | Set up the authentication flow using V2 OAuth for Slack apps as well as V1 OAuth for classic Slack apps. | [`@slack/oauth`](/oauth) |
| Incoming Webhooks | Send notifications to a single channel which the user picks on installation. | [`@slack/webhook`](/webhook) |
| Socket Mode | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. | [`@slack/socket-mode`](/socket-mode) |

:::warning[Deprecation Notice]

Expand Down
2 changes: 1 addition & 1 deletion docs/content/packages/webhook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Incoming Webhooks
permalink: /webhook
slug: /webhook
---

# Slack Incoming Webhooks
Expand Down

0 comments on commit cd89dea

Please sign in to comment.