docs(openapi): add Human in the Loop section to API reference sidebar#4089
docs(openapi): add Human in the Loop section to API reference sidebar#4089waleedlatif1 merged 1 commit intostagingfrom
Conversation
Add the generated human-in-the-loop group to the docs navigation and create meta.json listing all HITL operation IDs so endpoints render in the API reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Introduces Reviewed by Cursor Bugbot for commit 2e040da. Configure here. |
Greptile SummaryThis PR adds sidebar navigation and a generated folder config ( Confidence Score: 5/5Safe to merge — documentation-only change with correct operation IDs and sidebar placement. Both files are pure JSON metadata. All 5 operation IDs in the new No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[API Reference Sidebar] --> B[Getting Started]
A --> C[SDKs]
A --> D[Endpoints]
D --> E["(generated)/workflows"]
D --> F["(generated)/human-in-the-loop NEW"]
D --> G["(generated)/logs"]
D --> H["(generated)/usage"]
D --> I["(generated)/audit-logs"]
D --> J["(generated)/tables"]
D --> K["(generated)/files"]
D --> L["(generated)/knowledge-bases"]
F --> M[listPausedExecutions]
F --> N[getPausedExecution]
F --> O[getPausedExecutionByResumePath]
F --> P[getPauseContext]
F --> Q[resumeExecution]
Reviews (1): Last reviewed commit: "docs(openapi): add Human in the Loop sec..." | Re-trigger Greptile |
Summary
(generated)/human-in-the-loopto the API reference sidebar navigationmeta.jsonlisting all 5 HITL operation IDs so Fumadocs renders them in the docsFollows up on #4079 which added the HITL endpoints to
openapi.json— they weren't showing in the docs because the sidebar nav and generated folder config were missing.Type of Change
Testing
Tested manually
Checklist