From 165ce0210ca032f4ee35d6d22dac43d89ef5a0f3 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 4 Apr 2023 17:26:47 -0400 Subject: [PATCH] Remove legacy tag (#1796) --- docs/.ruby-version | 2 +- docs/_includes/sidebar.html | 6 +++--- docs/_steps/adding_editing_workflow_step.md | 2 +- docs/_steps/creating_workflow_step.md | 2 +- docs/_steps/executing_workflow_steps.md | 2 +- docs/_steps/saving_workflow_step.md | 4 ++-- docs/_steps/workflow_steps_overview.md | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/.ruby-version b/docs/.ruby-version index 0ae56ba3b..8b733973b 100644 --- a/docs/.ruby-version +++ b/docs/.ruby-version @@ -1,4 +1,4 @@ -2.7.4 +2.7.6 # This version number should track the Ruby version used in production: https://pages.github.com/versions/. # If it is out of date, please update and send a PR with the change. diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html index 54d8e80b1..59a9c6d22 100644 --- a/docs/_includes/sidebar.html +++ b/docs/_includes/sidebar.html @@ -81,16 +81,16 @@
  • {{ site.t[page.lang].steps }} - +
  • {% assign workflow_steps = site.steps | sort: "order" | where: "lang", page.lang %} {% for step in workflow_steps %} {% if step.slug != "steps-overview" %} {% assign str = step.title %} - {% assign a = str | split: ' ' %} +
  • {{ a[0] }}
  • diff --git a/docs/_steps/adding_editing_workflow_step.md b/docs/_steps/adding_editing_workflow_step.md index 2521fc4b2..711fce538 100644 --- a/docs/_steps/adding_editing_workflow_step.md +++ b/docs/_steps/adding_editing_workflow_step.md @@ -1,5 +1,5 @@ --- -title: Adding or editing workflow steps LEGACY +title: Adding or editing workflow steps lang: en slug: adding-editing-steps order: 3 diff --git a/docs/_steps/creating_workflow_step.md b/docs/_steps/creating_workflow_step.md index 2238342cb..56a2e3449 100644 --- a/docs/_steps/creating_workflow_step.md +++ b/docs/_steps/creating_workflow_step.md @@ -1,5 +1,5 @@ --- -title: Creating workflow steps LEGACY +title: Creating workflow steps lang: en slug: creating-steps order: 2 diff --git a/docs/_steps/executing_workflow_steps.md b/docs/_steps/executing_workflow_steps.md index 6fa9d3d2f..ffc5b0cd0 100644 --- a/docs/_steps/executing_workflow_steps.md +++ b/docs/_steps/executing_workflow_steps.md @@ -1,5 +1,5 @@ --- -title: Executing workflow steps LEGACY +title: Executing workflow steps lang: en slug: executing-steps order: 5 diff --git a/docs/_steps/saving_workflow_step.md b/docs/_steps/saving_workflow_step.md index fea1f729d..d6a06ae70 100644 --- a/docs/_steps/saving_workflow_step.md +++ b/docs/_steps/saving_workflow_step.md @@ -1,5 +1,5 @@ --- -title: Saving step configurations LEGACY +title: Saving step configurations lang: en slug: saving-steps order: 4 @@ -52,4 +52,4 @@ const ws = new WorkflowStep('add_task', { }, execute: async ({ step, complete, fail }) => {}, }); -``` \ No newline at end of file +``` diff --git a/docs/_steps/workflow_steps_overview.md b/docs/_steps/workflow_steps_overview.md index 778f41142..2e8931410 100644 --- a/docs/_steps/workflow_steps_overview.md +++ b/docs/_steps/workflow_steps_overview.md @@ -1,5 +1,5 @@ --- -title: Overview of Workflow Steps for apps LEGACY +title: Overview of Workflow Steps for apps lang: en slug: steps-overview order: 1 @@ -7,11 +7,11 @@ order: 1
    -**⚠️ Workflow Steps from Apps are a legacy feature, not to be confused with workflows that are part of the next-gen beta. They are not interchangeable features. We encourage those who are currently publishing Workflow Steps from apps to join the beta - you can learn more about getting started with it [here](/bolt-js/future/getting-started).** + Workflow Steps from apps allow your app to create and process custom workflow steps that users can add using [Workflow Builder](https://api.slack.com/workflows). -A workflow step is made up of three distinct user events: +A workflow step is made up of three distinct user events: - Adding or editing the step in a Workflow - Saving or updating the step's configuration