Skip to content

Commit

Permalink
Remove 'captures' category from Slack (#709)
Browse files Browse the repository at this point in the history
* Remove category captures from slack

* Changeset
  • Loading branch information
SamyPesse authored Feb 7, 2025
1 parent a44bb45 commit e4ba11b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-scissors-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gitbook/integration-slack': patch
---

Remove category `captures` from the integration
1 change: 0 additions & 1 deletion integrations/slack/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ organization: gitbook
description: Ask questions and get answers to your documentation, right in Slack.
categories:
- collaboration
- captures
previewImages:
- ./assets/slack-preview.png
- ./assets/slack-marketplace-1.png
Expand Down
12 changes: 0 additions & 12 deletions integrations/slack/src/ui/blocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ export function SourcesBlock(params: { title?: string; items: Array<RelatedSourc
];
}

export function ConversationSavedBlock(snippetsUrl: string) {
return [
{
type: 'section',
text: {
type: 'mrkdwn',
text: `:white_check_mark: Conversation saved in <${snippetsUrl}|GitBook>`,
},
},
];
}

export function QueryDisplayBlock(params: { queries: Array<string>; heading?: string }) {
const { queries, heading } = params;

Expand Down

0 comments on commit e4ba11b

Please sign in to comment.