workflow doc overhaul (#2473)

This commit is contained in:
Shuchang Zheng
2025-05-27 05:35:32 -07:00
committed by GitHub
parent c575ad8bc7
commit 41eb77469a
23 changed files with 218 additions and 10 deletions

View File

@@ -88,18 +88,34 @@ navigation:
path: running-tasks/api-spec.mdx
- section: Workflows
contents:
- page: Introduction
path: workflows/introduction.mdx
- page: Creating Workflows
path: workflows/creating-workflows.mdx
- page: Getting Existing Workflows
path: workflows/getting-workflows.mdx
- page: Manage Workflows
path: workflows/manage-workflows.mdx
- page: Workflow Blocks
path: workflows/workflow-blocks-details.mdx
- page: Workflow Parameters
path: workflows/workflow-parameters.mdx
- page: Run Workflows
path: workflows/run-workflows.mdx
- page: Make Workflows Consistent And Reliable
path: workflows/consistent-workflows.mdx
- page: Running Workflows
path: workflows/running-workflows.mdx
hidden: true
- page: Introduction
path: workflows/introduction.mdx
hidden: true
- page: Workflow Blocks
path: workflows/workflow-blocks.mdx
hidden: true
- page: Creating Workflows
path: workflows/creating-workflows.mdx
hidden: true
- page: Getting Existing Workflows
path: workflows/getting-workflows.mdx
hidden: true
- page: What the heck is a parameter?
path: workflows/what-is-a-parameter.mdx
hidden: true
- section: Credentials
contents:
- page: Introduction