feat(docs): fill documentation gaps across platform features#4110
feat(docs): fill documentation gaps across platform features#4110waleedlatif1 wants to merge 3 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Expands existing docs to cover Python support in the Function block (E2B sandbox + examples), adds details on deployment version history, credit top-ups, improved MCP server/client configuration guidance, and enhances Knowledge Base docs with API-key connector setup, OCR for PDFs, and clearer tag slots/filter operators. Reviewed by Cursor Bugbot for commit 6f3d1ad. Configure here. |
Greptile SummaryThis PR fills documentation gaps across multiple platform features: new pages for chat deployment, API deployment, custom tools, and variables; plus expanded content for the function block (Python support), KB connectors (API key auth, OCR), KB tags (slots/operators), deployment version history, MCP server configuration, and credit purchases. All documented claims were verified against the codebase — env variable names, resolver priority order, API response shapes, and status codes are accurate. Remaining findings are all P2 (non-blocking). Confidence Score: 5/5Safe to merge — all findings are P2 style/documentation-quality suggestions with no correctness impact. All documented claims were verified against the codebase: env var names, resolver priority order, API response shapes, job status mapping, and transport type are accurate. The three findings (misplaced import, incomplete status table, missing unit annotation) are non-blocking quality suggestions. apps/docs/content/docs/en/execution/api-deployment.mdx (incomplete status table, missing estimatedDuration unit); apps/docs/content/docs/en/execution/costs.mdx (misplaced FAQ import). Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Workflow] --> B{Deploy}
B --> C[API Deployment\n/execution/api-deployment]
B --> D[Chat Deployment\n/execution/chat]
B --> E[MCP Deployment\n/mcp/deploy-workflows]
C --> F[Sync]
C --> G[Streaming]
C --> H[Async\nPoll /api/jobs/jobId]
H --> I{Status}
I --> J[queued / waiting\nadmitting / admitted]
I --> K[processing / running]
I --> L[completed]
I --> M[failed]
D --> N[Public / Password\nEmail OTP / SSO]
E --> O[Cursor / Claude Code\nClaude Desktop / VS Code]
Reviews (2): Last reviewed commit: "fix(docs): replace smart quotes with str..." | Re-trigger Greptile |
… var placeholders
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 6f3d1ad. Configure here.
Summary
Type of Change
Testing
Tested MDX compilation with
bunx fumadocs-mdxChecklist