Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/concepts/commands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Listening and responding to commands
title: Listening & responding to commands
lang: en
slug: /concepts/commands
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/custom-steps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Listening and responding to custom steps
sidebar_label: Custom steps
sidebar_label: Custom Steps
lang: en
slug: /concepts/custom-steps
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/shortcuts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Listening and responding to shortcuts
title: Listening & responding to shortcuts
lang: en
slug: /concepts/shortcuts
---
Expand Down
6 changes: 3 additions & 3 deletions docs/content/concepts/steps-from-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ slug: /legacy/steps-from-apps

:::danger

Steps from apps are a deprecated feature.
Steps from Apps is a deprecated feature.

Steps from apps are different than, and not interchangeable with, Slack automation workflows. We encourage those who are currently publishing steps from apps to consider the new [Slack automation features](https://api.slack.com/automation), such as [custom steps for Bolt](https://api.slack.com/automation/functions/custom-bolt),
Steps from Apps are different than, and not interchangeable with, Slack automation workflows. We encourage those who are currently publishing steps from apps to consider the new [Slack automation features](https://api.slack.com/automation), such as [custom steps for Bolt](https://api.slack.com/automation/functions/custom-bolt).

Please [read the Slack API changelog entry](https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back) for more information.

Expand Down Expand Up @@ -171,7 +171,7 @@ ws = WorkflowStep(
app.step(ws)
```

## Executing steps from app
## Executing steps from apps

When your step from app is executed by an end user, your app will receive a [`workflow_step_execute` event](https://api.slack.com/events/workflow_step_execute). The `execute` callback in your `WorkflowStep` configuration will be run when this event is received.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/updating-pushing-views.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Updating and pushing views
title: Updating & pushing views
lang: en
slug: /concepts/updating-pushing-views
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/view-submissions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Listening for view submissions
title: Listening to views
lang: en
slug: /concepts/view_submissions
---
Expand Down
196 changes: 176 additions & 20 deletions docs/content/getting-started.md

Large diffs are not rendered by default.

322 changes: 0 additions & 322 deletions docs/content/tutorial/getting-started-http.md

This file was deleted.

32 changes: 32 additions & 0 deletions docs/i18n/ja-jp/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,37 @@
"theme.unlistedContent.message": {
"message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
"description": "The unlisted content banner message"
},
"theme.blog.author.pageTitle": {
"message": "{authorName} - {nPosts}",
"description": "The title of the page for a blog author"
},
"theme.blog.authorsList.pageTitle": {
"message": "著者一覧",
"description": "The title of the authors page"
},
"theme.blog.authorsList.viewAll": {
"message": "すべての著者を見る",
"description": "The label of the link targeting the blog authors page"
},
"theme.blog.author.noPosts": {
"message": "この著者による投稿はまだありません。",
"description": "The text for authors with 0 blog post"
},
"theme.contentVisibility.unlistedBanner.title": {
"message": "非公開のページ",
"description": "The unlisted content banner title"
},
"theme.contentVisibility.unlistedBanner.message": {
"message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
"description": "The unlisted content banner message"
},
"theme.contentVisibility.draftBanner.title": {
"message": "下書きのページ",
"description": "The draft content banner title"
},
"theme.contentVisibility.draftBanner.message": {
"message": "このページは下書きです。開発環境でのみ表示され、本番環境のビルドには含まれません。",
"description": "The draft content banner message"
}
}
48 changes: 48 additions & 0 deletions docs/i18n/ja-jp/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,53 @@
"sidebar.sidebarBoltPy.link.Contributors Guide": {
"message": "貢献",
"description": "The label for link Contributors Guide in sidebar sidebarBoltPy, linking to https://github.com/SlackAPI/bolt-python/blob/main/.github/contributing.md"
},
"sidebar.sidebarBoltPy.category.Guides": {
"message": "ガイド",
"description": "The label for category Guides in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.Slack API calls": {
"message": "Slack API コール",
"description": "The label for category Slack API calls in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.Events": {
"message": "イベント API",
"description": "The label for category Events in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.App UI & Interactivity": {
"message": "インタラクティビティ & ショートカット",
"description": "The label for category App UI & Interactivity in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.App Configuration": {
"message": "App の設定",
"description": "The label for category App Configuration in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.Middleware & Context": {
"message": "ミドルウェア & コンテキスト",
"description": "The label for category Middleware & Context in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.Adaptors": {
"message": "アダプター",
"description": "The label for category Adaptors in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.Authorization & Security": {
"message": "認可 & セキュリティ",
"description": "The label for category Authorization & Security in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.category.Legacy": {
"message": "レガシー(非推奨)",
"description": "The label for category Legacy in sidebar sidebarBoltPy"
},
"sidebar.sidebarBoltPy.link.Reference": {
"message": "リファレンス",
"description": "The label for link Reference in sidebar sidebarBoltPy, linking to https://tools.slack.dev/bolt-python/api-docs/slack_bolt/"
},
"sidebar.sidebarBoltPy.link.Release notes": {
"message": "リリースノート",
"description": "The label for link Release notes in sidebar sidebarBoltPy, linking to https://github.com/slackapi/bolt-python/releases"
},
"sidebar.sidebarBoltPy.doc.Bolt for Python": {
"message": "Bolt for Python",
"description": "The label for the doc item Bolt for Python in sidebar sidebarBoltPy, linking to the doc index"
}
}
Loading