-
Notifications
You must be signed in to change notification settings - Fork 3.3k
improvement(docs): add quick reference page and update SDK documentation #2994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryThis PR enhances the documentation with a new Quick Reference page and updates SDK documentation to reflect the recently changed API interface. Key Changes:
Verification: Impact: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Docs as Documentation Site
participant SDK as SDK (Python/TypeScript)
participant API as Sim API
Note over Dev,API: Documentation Enhancement Flow
Dev->>Docs: Add Quick Reference Page
Note right of Docs: Comprehensive action tables<br/>for common tasks
Dev->>Docs: Update Keyboard Shortcuts
Note right of Docs: Add Mod+Shift+F (fit to view)<br/>Add Mod+Shift+Enter (accept copilot)
Dev->>Docs: Fix TOC Popover Display
Note right of Docs: Hide on tablet (768px-1279px)<br/>Improve UX on medium screens
Dev->>SDK: Update SDK Documentation
Note right of SDK: New parameter signatures<br/>input (not input_data)<br/>Add retry, rate limits, async
Dev->>Docs: Update Navigation
Note right of Docs: Add quick-reference to meta.json
Note over Dev,API: User Workflow with Updated Docs
Dev->>Docs: Read Quick Reference
Docs-->>Dev: Common actions & shortcuts
Dev->>SDK: Use execute_workflow(input)
SDK->>API: POST /api/workflows/:id/execute
API-->>SDK: WorkflowExecutionResult
SDK-->>Dev: Result with output
Dev->>SDK: Check rate limits
SDK-->>Dev: RateLimitInfo
Dev->>SDK: Retry on rate limit
SDK->>API: Retry with backoff
API-->>SDK: Success after retry
SDK-->>Dev: WorkflowExecutionResult
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No files reviewed, no comments
Summary
Type of Change
Testing
Tested manually
Checklist