Merge pull request #4856 from menloresearch/origin/chore/update-jan-doc-remove-workflow

chore: remove workflow automation
This commit is contained in:
David 2025-04-07 16:44:32 +07:00 committed by GitHub
commit 21984afa1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -6,6 +6,5 @@
"index": { "title": "Overview", "href": "/integrations", "display": "hidden" },
"coding": "Coding",
"function-calling": "Function Calling",
"messaging": "Messaging",
"workflow-automation": "Workflow Automation"
"messaging": "Messaging"
}

View File

@ -25,5 +25,4 @@ import { Cards, Card } from 'nextra/components'
<Card title="Coding" href="/integrations/coding/continue-dev" />
<Card title="Function Calling" href="/integrations/function-calling/interpreter" />
<Card title="Messaging" href="/integrations/messaging/llmcord" />
<Card title="Workflow Automation" href="/integrations/workflow-automation/raycast" />
</Cards>