mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
🔄 synced local 'docs/' with remote 'docs/'
This commit is contained in:
parent
9fcfffd85f
commit
8a30ef8a42
71 changed files with 934 additions and 340 deletions
214
docs/docs.json
214
docs/docs.json
|
|
@ -58,16 +58,8 @@
|
|||
"cloud/getting-started/introduction",
|
||||
"cloud/getting-started/core-concepts",
|
||||
"cloud/getting-started/ai-agents-quickstart",
|
||||
"cloud/getting-started/overview"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Running Tasks",
|
||||
"pages": [
|
||||
"cloud/getting-started/run-your-first-task",
|
||||
"cloud/getting-started/run-a-task",
|
||||
"cloud/getting-started/monitor-a-run",
|
||||
"cloud/getting-started/run-from-code"
|
||||
"cloud/getting-started/overview",
|
||||
"cloud/getting-started/mcp"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -76,12 +68,24 @@
|
|||
"cloud/building-workflows/build-a-workflow",
|
||||
"cloud/building-workflows/manage-workflows",
|
||||
"cloud/building-workflows/add-parameters",
|
||||
"cloud/building-workflows/configure-blocks",
|
||||
"cloud/building-workflows/run-a-workflow",
|
||||
"cloud/building-workflows/scheduling",
|
||||
"cloud/building-workflows/run-from-code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Workflow Blocks",
|
||||
"pages": ["cloud/building-workflows/configure-blocks"]
|
||||
},
|
||||
{
|
||||
"group": "Running Tasks",
|
||||
"pages": [
|
||||
"cloud/getting-started/run-your-first-task",
|
||||
"cloud/getting-started/run-a-task",
|
||||
"cloud/getting-started/monitor-a-run",
|
||||
"cloud/getting-started/run-from-code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Re-using Browsers",
|
||||
"pages": [
|
||||
|
|
@ -107,15 +111,6 @@
|
|||
"cloud/managing-credentials/external-providers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Account & Settings",
|
||||
"pages": [
|
||||
"cloud/account-settings/api-keys",
|
||||
"cloud/account-settings/billing-usage",
|
||||
"cloud/account-settings/organization-settings",
|
||||
"cloud/account-settings/profile-settings"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Integrations",
|
||||
"pages": [
|
||||
|
|
@ -124,6 +119,15 @@
|
|||
"integrations/n8n",
|
||||
"integrations/workato"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Account & Settings",
|
||||
"pages": [
|
||||
"cloud/account-settings/api-keys",
|
||||
"cloud/account-settings/billing-usage",
|
||||
"cloud/account-settings/organization-settings",
|
||||
"cloud/account-settings/profile-settings"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -133,78 +137,81 @@
|
|||
{
|
||||
"group": "Getting Started",
|
||||
"pages": [
|
||||
"getting-started/introduction",
|
||||
"getting-started/core-concepts",
|
||||
"getting-started/quickstart",
|
||||
"getting-started/ai-agents-quickstart",
|
||||
"integrations/mcp",
|
||||
"developers/getting-started/introduction",
|
||||
"developers/getting-started/core-concepts",
|
||||
"developers/getting-started/quickstart",
|
||||
"developers/getting-started/ai-agents-quickstart",
|
||||
"developers/getting-started/mcp",
|
||||
"integrations/cli"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Core Features",
|
||||
"pages": [
|
||||
"features/captcha-and-bot-bypass",
|
||||
"features/browser-sessions",
|
||||
"features/proxy-and-geo-targeting",
|
||||
"features/authentication-and-2fa",
|
||||
"features/code-caching"
|
||||
"developers/features/captcha-and-bot-bypass",
|
||||
"developers/features/browser-sessions",
|
||||
"developers/features/proxy-and-geo-targeting",
|
||||
"developers/features/authentication-and-2fa",
|
||||
"developers/features/code-caching"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Browser Automation",
|
||||
"pages": [
|
||||
"browser-automations/overview",
|
||||
"browser-automations/actions-reference",
|
||||
"browser-automations/extract-structured-data",
|
||||
"browser-automations/work-with-files",
|
||||
"browser-automations/handle-browsers"
|
||||
"developers/browser-automations/overview",
|
||||
"developers/browser-automations/extract-structured-data",
|
||||
"developers/browser-automations/work-with-files",
|
||||
"developers/browser-automations/handle-browsers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Workflow Blocks",
|
||||
"pages": ["developers/browser-automations/actions-reference"]
|
||||
},
|
||||
{
|
||||
"group": "Handling Authentication",
|
||||
"pages": [
|
||||
"credentials/store-credentials",
|
||||
"credentials/handle-2fa",
|
||||
"credentials/troubleshooting-login"
|
||||
"developers/credentials/store-credentials",
|
||||
"developers/credentials/handle-2fa",
|
||||
"developers/credentials/troubleshooting-login"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Optimization",
|
||||
"pages": [
|
||||
"optimization/browser-sessions",
|
||||
"optimization/browser-profiles",
|
||||
"optimization/cost-control"
|
||||
"developers/optimization/browser-sessions",
|
||||
"developers/optimization/browser-profiles",
|
||||
"developers/optimization/cost-control"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Going to Production",
|
||||
"pages": [
|
||||
"going-to-production/webhooks",
|
||||
"going-to-production/proxy-geolocation",
|
||||
"going-to-production/error-handling",
|
||||
"going-to-production/reliability-tips"
|
||||
"developers/going-to-production/webhooks",
|
||||
"developers/going-to-production/proxy-geolocation",
|
||||
"developers/going-to-production/error-handling",
|
||||
"developers/going-to-production/reliability-tips"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Debugging",
|
||||
"pages": [
|
||||
"debugging/using-artifacts",
|
||||
"debugging/troubleshooting-guide",
|
||||
"debugging/observability-with-laminar",
|
||||
"debugging/faq"
|
||||
"developers/debugging/using-artifacts",
|
||||
"developers/debugging/troubleshooting-guide",
|
||||
"developers/debugging/observability-with-laminar",
|
||||
"developers/debugging/faq"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Self-Hosted Deployment",
|
||||
"pages": [
|
||||
"self-hosted/overview",
|
||||
"self-hosted/docker",
|
||||
"self-hosted/llm-configuration",
|
||||
"self-hosted/browser",
|
||||
"self-hosted/proxy",
|
||||
"self-hosted/kubernetes",
|
||||
"self-hosted/storage",
|
||||
"developers/self-hosted/overview",
|
||||
"developers/self-hosted/docker",
|
||||
"developers/self-hosted/llm-configuration",
|
||||
"developers/self-hosted/browser",
|
||||
"developers/self-hosted/proxy",
|
||||
"developers/self-hosted/kubernetes",
|
||||
"developers/self-hosted/storage",
|
||||
"integrations/local-llms"
|
||||
]
|
||||
}
|
||||
|
|
@ -364,14 +371,13 @@
|
|||
"navbar": {
|
||||
"links": [
|
||||
{
|
||||
"label": "Dashboard",
|
||||
"href": "https://app.skyvern.com"
|
||||
"label": "Get API Key",
|
||||
"href": "https://app.skyvern.com/settings"
|
||||
}
|
||||
],
|
||||
"primary": {
|
||||
"type": "button",
|
||||
"label": "Get API Key",
|
||||
"href": "https://app.skyvern.com/settings/"
|
||||
"type": "github",
|
||||
"href": "https://github.com/Skyvern-AI/skyvern"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
|
|
@ -408,7 +414,7 @@
|
|||
"redirects": [
|
||||
{
|
||||
"source": "/going-to-production/captcha-bot-detection",
|
||||
"destination": "/features/captcha-and-bot-bypass"
|
||||
"destination": "/developers/features/captcha-and-bot-bypass"
|
||||
},
|
||||
{
|
||||
"source": "/sdk-reference/browser-automation/find",
|
||||
|
|
@ -484,15 +490,15 @@
|
|||
},
|
||||
{
|
||||
"source": "/introduction",
|
||||
"destination": "/getting-started/quickstart"
|
||||
"destination": "/developers/getting-started/quickstart"
|
||||
},
|
||||
{
|
||||
"source": "/getting-started/skyvern-in-action",
|
||||
"destination": "/getting-started/core-concepts"
|
||||
"destination": "/developers/getting-started/core-concepts"
|
||||
},
|
||||
{
|
||||
"source": "/getting-started/prompting-guide",
|
||||
"destination": "/debugging/troubleshooting-guide"
|
||||
"destination": "/developers/debugging/troubleshooting-guide"
|
||||
},
|
||||
{
|
||||
"source": "/running-tasks/run-tasks",
|
||||
|
|
@ -500,7 +506,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/running-tasks/visualizing-results",
|
||||
"destination": "/debugging/using-artifacts"
|
||||
"destination": "/developers/debugging/using-artifacts"
|
||||
},
|
||||
{
|
||||
"source": "/running-tasks/cancel-runs",
|
||||
|
|
@ -508,15 +514,15 @@
|
|||
},
|
||||
{
|
||||
"source": "/running-tasks/webhooks-faq",
|
||||
"destination": "/going-to-production/webhooks"
|
||||
"destination": "/developers/going-to-production/webhooks"
|
||||
},
|
||||
{
|
||||
"source": "/running-tasks/connect-local-browser",
|
||||
"destination": "/self-hosted/browser"
|
||||
"destination": "/developers/self-hosted/browser"
|
||||
},
|
||||
{
|
||||
"source": "/running-tasks/proxy-location",
|
||||
"destination": "/going-to-production/proxy-geolocation"
|
||||
"destination": "/developers/going-to-production/proxy-geolocation"
|
||||
},
|
||||
{
|
||||
"source": "/running-tasks/advanced-features",
|
||||
|
|
@ -536,7 +542,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/running-automations/extract-structured-data",
|
||||
"destination": "/browser-automations/extract-structured-data"
|
||||
"destination": "/developers/browser-automations/extract-structured-data"
|
||||
},
|
||||
{
|
||||
"source": "/workflows/manage-workflows",
|
||||
|
|
@ -556,7 +562,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/workflows/consistent-workflows",
|
||||
"destination": "/going-to-production/reliability-tips"
|
||||
"destination": "/developers/going-to-production/reliability-tips"
|
||||
},
|
||||
{
|
||||
"source": "/workflows/running-workflows",
|
||||
|
|
@ -584,35 +590,35 @@
|
|||
},
|
||||
{
|
||||
"source": "/multi-step-automations/overview",
|
||||
"destination": "/browser-automations/overview"
|
||||
"destination": "/developers/browser-automations/overview"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/actions-reference",
|
||||
"destination": "/browser-automations/actions-reference"
|
||||
"destination": "/developers/browser-automations/actions-reference"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/extract-structured-data",
|
||||
"destination": "/browser-automations/extract-structured-data"
|
||||
"destination": "/developers/browser-automations/extract-structured-data"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/work-with-files",
|
||||
"destination": "/browser-automations/work-with-files"
|
||||
"destination": "/developers/browser-automations/work-with-files"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/handle-browsers",
|
||||
"destination": "/browser-automations/handle-browsers"
|
||||
"destination": "/developers/browser-automations/handle-browsers"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/build-a-workflow",
|
||||
"destination": "/browser-automations/overview"
|
||||
"destination": "/developers/browser-automations/overview"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/workflow-blocks-reference",
|
||||
"destination": "/browser-automations/actions-reference"
|
||||
"destination": "/developers/browser-automations/actions-reference"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/file-operations",
|
||||
"destination": "/browser-automations/work-with-files"
|
||||
"destination": "/developers/browser-automations/work-with-files"
|
||||
},
|
||||
{
|
||||
"source": "/multi-step-automations/workflow-parameters",
|
||||
|
|
@ -648,15 +654,15 @@
|
|||
},
|
||||
{
|
||||
"source": "/browser-sessions/introduction",
|
||||
"destination": "/optimization/browser-sessions"
|
||||
"destination": "/developers/optimization/browser-sessions"
|
||||
},
|
||||
{
|
||||
"source": "/browser-sessions/browser-profiles",
|
||||
"destination": "/optimization/browser-profiles"
|
||||
"destination": "/developers/optimization/browser-profiles"
|
||||
},
|
||||
{
|
||||
"source": "/observability/overview",
|
||||
"destination": "/debugging/using-artifacts"
|
||||
"destination": "/developers/debugging/using-artifacts"
|
||||
},
|
||||
{
|
||||
"source": "/integrations/make.com",
|
||||
|
|
@ -668,11 +674,19 @@
|
|||
},
|
||||
{
|
||||
"source": "/integrations/mcp-server",
|
||||
"destination": "/integrations/mcp"
|
||||
"destination": "/developers/getting-started/mcp"
|
||||
},
|
||||
{
|
||||
"source": "/home/integrations/mcp-server",
|
||||
"destination": "/integrations/mcp"
|
||||
"destination": "/developers/getting-started/mcp"
|
||||
},
|
||||
{
|
||||
"source": "/integrations/mcp",
|
||||
"destination": "/developers/getting-started/mcp"
|
||||
},
|
||||
{
|
||||
"source": "/going-to-production/mcp",
|
||||
"destination": "/developers/getting-started/mcp"
|
||||
},
|
||||
{
|
||||
"source": "/api-reference/api-reference/agent/run-task",
|
||||
|
|
@ -813,6 +827,38 @@
|
|||
{
|
||||
"source": "/api-reference/api-reference/files/upload-file",
|
||||
"destination": "/api-reference/files/upload-file"
|
||||
},
|
||||
{
|
||||
"source": "/getting-started/:slug*",
|
||||
"destination": "/developers/getting-started/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/credentials/:slug*",
|
||||
"destination": "/developers/credentials/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/debugging/:slug*",
|
||||
"destination": "/developers/debugging/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/going-to-production/:slug*",
|
||||
"destination": "/developers/going-to-production/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/optimization/:slug*",
|
||||
"destination": "/developers/optimization/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/self-hosted/:slug*",
|
||||
"destination": "/developers/self-hosted/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/features/:slug*",
|
||||
"destination": "/developers/features/:slug*"
|
||||
},
|
||||
{
|
||||
"source": "/browser-automations/:slug*",
|
||||
"destination": "/developers/browser-automations/:slug*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue