From 2e83d2a80ec21651e9d3a19cd96c12045e6af981 Mon Sep 17 00:00:00 2001 From: Ashley Huynh Date: Thu, 25 Aug 2022 15:03:24 -0400 Subject: [PATCH 01/33] Initial pass at adding beta labels and scaffolding for run on slack docs --- docs/_config.yml | 8 + docs/_includes/sidebar.html | 38 +- docs/_layouts/default.html | 16 +- docs/_run-on-slack/app_manifests.md | 101 ++++ docs/_run-on-slack/built_in_functions.md | 49 ++ docs/_run-on-slack/custom_functions.md | 46 ++ docs/_run-on-slack/error_troubleshooting.md | 9 + .../getting_started_run_on_slack.md | 119 +++++ docs/_run-on-slack/triggers.md | 479 ++++++++++++++++++ docs/_run-on-slack/workflows.md | 298 +++++++++++ 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 | 2 +- docs/_steps/workflow_steps_overview.md | 2 +- docs/assets/style.css | 59 +++ 16 files changed, 1211 insertions(+), 21 deletions(-) create mode 100644 docs/_run-on-slack/app_manifests.md create mode 100644 docs/_run-on-slack/built_in_functions.md create mode 100644 docs/_run-on-slack/custom_functions.md create mode 100644 docs/_run-on-slack/error_troubleshooting.md create mode 100644 docs/_run-on-slack/getting_started_run_on_slack.md create mode 100644 docs/_run-on-slack/triggers.md create mode 100644 docs/_run-on-slack/workflows.md diff --git a/docs/_config.yml b/docs/_config.yml index 7c4a8398f..b455575f6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,6 +22,9 @@ collections: permalink: /tutorials/:slug reference: output: true + run-on-slack: + output: true + permalink: /run-on-slack/:slug defaults: - @@ -41,6 +44,8 @@ t: steps: Workflow steps deployments: Deployments contribute: Contributing + legacy: LEGACY + beta: BETA ja-jp: basic: 基本的な概念 advanced: 応用コンセプト @@ -50,6 +55,9 @@ t: deployments: Deployments reference: リファレンス contribute: 貢献 + # TODO: translate these titles + legacy: LEGACY + beta: BETA # Metadata repo_name: bolt-js diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html index b8a706b51..8a6f4bc4b 100644 --- a/docs/_includes/sidebar.html +++ b/docs/_includes/sidebar.html @@ -41,15 +41,15 @@ @@ -77,6 +77,28 @@ {% endif %} + +