Skip to content

Commit

Permalink
Docs: Changed "App Token" to "App-Level Tokens"
Browse files Browse the repository at this point in the history
  • Loading branch information
kuredev committed Nov 15, 2024
1 parent 248663d commit 274863c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ import TabItem from '@theme/TabItem';

1. Head to your app's configuration page (click on the app [from your app settings page](https://api.slack.com/apps)). Navigate to **Socket Mode** on the left side menu and toggle to enable.

2. Go to **Basic Information** and scroll down under the App Token section and click **Generate Token and Scopes** to generate an app token. Add the `connections:write` scope to this token and save the generated `xapp` token, we'll use that in just a moment.
2. Go to **Basic Information** and scroll down under the App-Level Tokens section and click **Generate Token and Scopes** to generate an app token. Add the `connections:write` scope to this token and save the generated `xapp` token, we'll use that in just a moment.

3. Finally, it's time to tell Slack what events we'd like to listen for. Under **Event Subscriptions**, toggle the switch labeled **Enable Events**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ import TabItem from '@theme/TabItem';

1. アプリの設定ページに向かいます([アプリ管理ページ](https://api.slack.com/apps)からアプリをクリックします)。左側のメニューにある「Socket Mode」に移動し、有効に切り替えます。

2. **Basic Information** にアクセスし、「App Token」セクションの下にスクロールし、**Generate Token and Scopes** をクリックしてアプリトークンを生成します。このトークンに `connections:write` スコープを追加し、生成された `xapp` トークンを保存します。
2. **Basic Information** にアクセスし、「App-Level Tokens」セクションの下にスクロールし、**Generate Token and Scopes** をクリックしてアプリトークンを生成します。このトークンに `connections:write` スコープを追加し、生成された `xapp` トークンを保存します。

</TabItem>
<TabItem value="http" label="HTTP">
Expand Down

0 comments on commit 274863c

Please sign in to comment.