feat: new workflows docs (#4565)
Co-authored-by: Kunal Mishra <kunalm2345@gmail.com> Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -32,19 +32,38 @@
|
||||
"running-automations/task-parameters",
|
||||
"running-automations/extract-structured-data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Multi-Step Automations",
|
||||
"pages": [
|
||||
"multi-step-automations/build-a-workflow",
|
||||
"multi-step-automations/workflow-blocks-reference",
|
||||
"multi-step-automations/file-operations",
|
||||
"multi-step-automations/workflow-parameters"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Going to Production",
|
||||
"pages": [
|
||||
"going-to-production/webhooks",
|
||||
"going-to-production/proxy-geolocation",
|
||||
"going-to-production/error-handling",
|
||||
"going-to-production/reliability-tips",
|
||||
"going-to-production/captcha-bot-detection"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "Cloud UI",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Cloud UI",
|
||||
"pages": [
|
||||
"cloud/getting-started"
|
||||
]
|
||||
}
|
||||
"pages": [
|
||||
"cloud/getting-started",
|
||||
"cloud/running-tasks"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "API Reference",
|
||||
"openapi": "api-reference/openapi.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -69,6 +88,11 @@
|
||||
}
|
||||
},
|
||||
"api": {
|
||||
"baseUrl": "https://api.skyvern.com",
|
||||
"auth": {
|
||||
"method": "key",
|
||||
"name": "x-api-key"
|
||||
},
|
||||
"playground": {
|
||||
"display": "interactive"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user