feat: add Debug Your Tasks section to protocol sidebar#85
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Debug Your Tasks section to protocol sidebar
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new documentation section called "Debug Your Tasks" to the protocol sidebar, providing comprehensive guidance on debugging iExec tasks.
- Adds a new markdown file with detailed debugging instructions for iExec tasks
- Includes extensive documentation on task and replicate statuses with mermaid flowcharts
- Provides comprehensive failure cause reference tables for troubleshooting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/protocol/debugging.md | New comprehensive debugging guide with task statuses, flowcharts, and failure causes |
| .vitepress/sidebar.ts | Adds "Debug Your Tasks" link to the protocol section in sidebar navigation |
Comments suppressed due to low confidence (2)
src/protocol/debugging.md:1
- Corrected spelling of 'pre-commpute' to 'pre-compute'.
# Debug your tasks
src/protocol/debugging.md:1
- Corrected spelling of 'UNKOWN_ISSUE' to 'UNKNOWN_ISSUE'.
# Debug your tasks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
src/protocol/debugging.md:1
- Corrected spelling of 'pre-commpute' to 'pre-compute'.
# Debug your tasks
src/protocol/debugging.md:1
- Corrected spelling of 'UNKOWN' to 'UNKNOWN'.
# Debug your tasks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.