From 69f9cfc331aab82617e8917821891690b4570bdc Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Fri, 13 Dec 2024 17:37:38 -0800 Subject: [PATCH] docs: remove tags and badges from github pages --- docs/content/packages/webhook.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/content/packages/webhook.md b/docs/content/packages/webhook.md index 62df8f81a..61547cb68 100644 --- a/docs/content/packages/webhook.md +++ b/docs/content/packages/webhook.md @@ -3,13 +3,6 @@ title: Incoming Webhooks slug: /webhook --- -# Slack Incoming Webhooks - -[![build-ci](https://github.com/slackapi/node-slack-sdk/actions/workflows/ci-build.yml/badge.svg)](https://github.com/slackapi/node-slack-sdk/actions/workflows/ci-build.yml) - -[![codecov](https://codecov.io/gh/slackapi/node-slack-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/slackapi/node-slack-sdk) - - The `@slack/webhook` package contains a helper for making requests to Slack's [Incoming Webhooks](https://api.slack.com/incoming-webhooks). Use it in your app to send a notification to a channel.