From 7020a2ef72f7b29a8638a7faa4228529c6360144 Mon Sep 17 00:00:00 2001 From: Akira kure <1259315+kuredev@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:43:01 +0900 Subject: [PATCH] docs: Changed "App Token" to "App-Level Tokens" (#2336) Co-authored-by: Akira Kure --- docs/content/getting-started.mdx | 2 +- .../docusaurus-plugin-content-docs/current/getting-started.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/getting-started.mdx b/docs/content/getting-started.mdx index e07b47c33..426390309 100644 --- a/docs/content/getting-started.mdx +++ b/docs/content/getting-started.mdx @@ -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**. diff --git a/docs/i18n/ja-jp/docusaurus-plugin-content-docs/current/getting-started.mdx b/docs/i18n/ja-jp/docusaurus-plugin-content-docs/current/getting-started.mdx index 86c59dc29..bf1a56416 100644 --- a/docs/i18n/ja-jp/docusaurus-plugin-content-docs/current/getting-started.mdx +++ b/docs/i18n/ja-jp/docusaurus-plugin-content-docs/current/getting-started.mdx @@ -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` トークンを保存します。