Skip to content

Commit ca3d777

Browse files
committed
docs: add slack category
1 parent 9062b37 commit ca3d777

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

content/docs/tutorials/just-in-time-database-access-part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Just-in-Time Database Access - Part 2'
33
author: Ningjing
44
tags: Tutorial
55
updated_at: 2024/12/11 18:15
6-
integrations: General
6+
integrations: General, Slack
77
level: Advanced
88
estimated_time: '30 mins'
99
description: 'In this tutorial, we will demonstrate how to automate JIT access via Slack, utilizing Bytebase webhooks and API'

src/components/pages/tutorial/posts/posts.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import TidbIcon from '@/svgs/tidb.inline.svg';
2222
import MySQLIcon from '@/svgs/mysql.inline.svg';
2323
import APIIcon from '@/svgs/api.inline.svg';
2424
import JiraIcon from '@/svgs/jira.inline.svg';
25+
import SlackIcon from '@/svgs/slack.inline.svg';
2526

2627
const allIntegrations: { [key: string]: React.FunctionComponent<React.SVGProps<SVGSVGElement>> } = {
2728
aurora: AuroraIcon,
@@ -44,6 +45,7 @@ const allIntegrations: { [key: string]: React.FunctionComponent<React.SVGProps<S
4445
mysql: MySQLIcon,
4546
mariadb: MariaDBIcon,
4647
api: APIIcon,
48+
slack: SlackIcon,
4749
};
4850

4951
type PostsProps = {

src/svgs/slack.inline.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)