docs: new integrations section with screen recordings and videos + restructuring (#4705)

Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
This commit is contained in:
Naman
2026-02-12 05:18:37 +05:30
committed by GitHub
parent a20713d994
commit ac1a729887
20 changed files with 799 additions and 13 deletions

View File

@@ -33,18 +33,6 @@
"running-automations/extract-structured-data"
]
},
{
"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"
]
},
{
"group": "Multi-Step Automations",
"pages": [
@@ -61,7 +49,8 @@
"going-to-production/proxy-geolocation",
"going-to-production/error-handling",
"going-to-production/reliability-tips",
"going-to-production/captcha-bot-detection"
"going-to-production/captcha-bot-detection",
"integrations/mcp"
]
},
{
@@ -71,6 +60,19 @@
"debugging/troubleshooting-guide",
"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",
"integrations/local-llms"
]
}
]
},
@@ -95,6 +97,15 @@
"cloud/configure-blocks",
"cloud/run-a-workflow"
]
},
{
"group": "Integrations",
"pages": [
"integrations/zapier",
"integrations/make",
"integrations/n8n",
"integrations/workato"
]
}
]
},