Add yamlfmt precommit hook (#2584)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Asher Foa
2025-06-05 15:34:20 -04:00
committed by GitHub
parent 4f0eecc181
commit 721ed50116
15 changed files with 219 additions and 1372 deletions

View File

@@ -62,90 +62,90 @@ tabs:
navigation:
- tab: home
layout:
- section: Getting Started
contents:
- page: Introduction
path: introduction.mdx
- page: Quickstart
path: getting-started/quickstart.mdx
- page: Skyvern In Action
path: getting-started/skyvern-in-action.mdx
- page: Task Prompting Guide
path: getting-started/prompting-guide.mdx
- section: Tasks
contents:
- page: Run Tasks
path: running-tasks/run-tasks.mdx
- page: Visualizing Results
path: running-tasks/visualizing-results.mdx
- page: Cancel Task Runs
path: running-tasks/cancel-runs.mdx
- page: Webhooks FAQ
path: running-tasks/webhooks-faq.mdx
- page: Advanced Settings for tasks
hidden: true
path: running-tasks/advanced-features.mdx
- page: Legacy Task APIs
hidden: true
path: running-tasks/api-spec.mdx
- section: Workflows
contents:
- 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: Consistency and Reliability
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: Overview
path: credentials/introduction.mdx
- page: Password Management
path: credentials/passwords.mdx
- page: Credit Card Management
path: credentials/credit-cards.mdx
- page: 2FA Support (TOTP)
path: credentials/totp.mdx
- page: Bitwarden
path: credentials/bitwarden.mdx
- section: Browser Sessions (Beta)
contents:
- page: Introduction
path: browser-sessions/introduction.mdx
- section: Integrations
contents:
- page: Skyvern MCP
path: integrations/mcp.mdx
- page: Zapier
path: integrations/zapier.mdx
- page: Make
path: integrations/make.com.mdx
- page: N8N
path: integrations/n8n.mdx
- page: Workato
path: integrations/workato.mdx
- section: Getting Started
contents:
- page: Introduction
path: introduction.mdx
- page: Quickstart
path: getting-started/quickstart.mdx
- page: Skyvern In Action
path: getting-started/skyvern-in-action.mdx
- page: Task Prompting Guide
path: getting-started/prompting-guide.mdx
- section: Tasks
contents:
- page: Run Tasks
path: running-tasks/run-tasks.mdx
- page: Visualizing Results
path: running-tasks/visualizing-results.mdx
- page: Cancel Task Runs
path: running-tasks/cancel-runs.mdx
- page: Webhooks FAQ
path: running-tasks/webhooks-faq.mdx
- page: Advanced Settings for tasks
hidden: true
path: running-tasks/advanced-features.mdx
- page: Legacy Task APIs
hidden: true
path: running-tasks/api-spec.mdx
- section: Workflows
contents:
- 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: Consistency and Reliability
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: Overview
path: credentials/introduction.mdx
- page: Password Management
path: credentials/passwords.mdx
- page: Credit Card Management
path: credentials/credit-cards.mdx
- page: 2FA Support (TOTP)
path: credentials/totp.mdx
- page: Bitwarden
path: credentials/bitwarden.mdx
- section: Browser Sessions (Beta)
contents:
- page: Introduction
path: browser-sessions/introduction.mdx
- section: Integrations
contents:
- page: Skyvern MCP
path: integrations/mcp.mdx
- page: Zapier
path: integrations/zapier.mdx
- page: Make
path: integrations/make.com.mdx
- page: N8N
path: integrations/n8n.mdx
- page: Workato
path: integrations/workato.mdx
- tab: api
layout:
- api: API Reference
@@ -154,37 +154,37 @@ navigation:
layout:
- section: Agent
contents:
- POST /v1/run/tasks
- GET /v1/runs/{run_id}
- POST /v1/runs/{run_id}/cancel
- POST /v1/runs/{run_id}/retry_webhook
- POST /v1/run/tasks
- GET /v1/runs/{run_id}
- POST /v1/runs/{run_id}/cancel
- POST /v1/runs/{run_id}/retry_webhook
- section: Workflows
contents:
- POST /v1/run/workflows
- GET /v1/workflows
- POST /v1/workflows
- POST /v1/workflows/{workflow_id}
- POST /v1/workflows/{workflow_id}/delete
- POST /v1/run/workflows
- GET /v1/workflows
- POST /v1/workflows
- POST /v1/workflows/{workflow_id}
- POST /v1/workflows/{workflow_id}/delete
- section: Artifacts
contents:
- GET /v1/artifacts/{artifact_id}
- GET /v1/artifacts/{artifact_id}
- section: Browser Session
contents:
- GET /v1/browser_sessions
- POST /v1/browser_sessions
- POST /v1/browser_sessions/{browser_session_id}/close
- GET /v1/browser_sessions/{browser_session_id}
- GET /v1/browser_sessions
- POST /v1/browser_sessions
- POST /v1/browser_sessions/{browser_session_id}/close
- GET /v1/browser_sessions/{browser_session_id}
- section: Credentials
contents:
- POST /v1/credentials/totp
- GET /v1/credentials
- POST /v1/credentials
- POST /v1/credentials/{credential_id}/delete
- GET /v1/credentials/{credential_id}
- POST /v1/credentials/totp
- GET /v1/credentials
- POST /v1/credentials
- POST /v1/credentials/{credential_id}/delete
- GET /v1/credentials/{credential_id}
- tab: blog
- tab: community
- tab: github
- tab: cloud
- tab: demo
experimental:
openapi-parser-v3: true
openapi-parser-v3: true