From 274863c0062eaf0d6fcbb65960111ffe910c61d6 Mon Sep 17 00:00:00 2001 From: Akira Kure Date: Sat, 16 Nov 2024 00:22:45 +0900 Subject: [PATCH] Docs: Changed "App Token" to "App-Level Tokens" --- 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` トークンを保存します。