Skip to content

Commit

Permalink
docs: matching bolt-js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegalbraithrussell committed Jul 30, 2024
1 parent 624fe6c commit 55a5f16
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview of Workflow Steps for apps
lang: en
slug: /concepts/steps-overview
slug: /concepts/steps
---

:::danger
Expand Down
3 changes: 1 addition & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ const config = {

['@docusaurus/plugin-client-redirects',
{
fromExtensions: ['html', 'htm'], // /myPage.html -> /myPage
redirects: [
{
to: '/getting-started',
from: ['/tutorial/getting-started','/'],
from: ['/tutorial/getting-started','/','/concepts', '/concepts/basic', '/concepts/advanced'],
},
],
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ワークフローステップの概要
lang: ja-jp
slug: /concepts/steps-overview
slug: /concepts/steps
---

(アプリによる)ワークフローステップでは、処理をアプリ側で行うカスタムのワークフローステップを提供することができます。ユーザーは[ワークフロービルダー](https://api.slack.com/workflows)を使ってこれらのステップをワークフローに追加できます。
Expand Down
2 changes: 2 additions & 0 deletions docs/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ if (ExecutionEnvironment.canUseDOM) {
(function() {
// List of specific URLs to handle
const urlsToHandle = [
'/bolt-python/concepts#basic',
'/bolt-python/concepts#advanced',
'/bolt-python/concepts#message-listening',
'/bolt-python/concepts#message-sending',
'/bolt-python/concepts#event-listening',
Expand Down
5 changes: 2 additions & 3 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const sidebars = {
defaultStyle: true, // Use the default menu item styling
},
'getting-started',
{type: 'html', value: '<hr>'},
{
type: 'category',
label: 'Basic concepts',
Expand Down Expand Up @@ -68,7 +67,7 @@ const sidebars = {
type: 'category',
label: 'Workflow steps (Deprecated)',
items: [
'steps/steps-overview',
'steps/steps',
'steps/executing-steps',
'steps/creating-steps',
'steps/adding-editing-steps',
Expand All @@ -87,7 +86,7 @@ const sidebars = {
{
type: 'link',
label: 'Reference',
href: 'pathname:///api-docs/slack_bolt/',
href: '/api-docs/slack_bolt/',
},
{type: 'html', value: '<hr>'},
'Changelog',
Expand Down

0 comments on commit 55a5f16

Please sign in to comment.