docs: Deprecate SDK docs and consolidate to serverless documentation#542
Open
promptless[bot] wants to merge 4 commits intomainfrom
Open
docs: Deprecate SDK docs and consolidate to serverless documentation#542promptless[bot] wants to merge 4 commits intomainfrom
promptless[bot] wants to merge 4 commits intomainfrom
Conversation
| log.Fatalf("Failed to create endpoint: %v", err) | ||
| } | ||
|
|
||
| health, err := endpoint.Health() |
Contributor
Author
There was a problem hiding this comment.
Citation: Added Go health check example that was missing from the SDK documentation. The client specifically noted that "Go is missing a health check example." Example pattern based on existing Go examples in sdks/go/endpoints.mdx.
View source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Removes the SDK tab from the documentation and consolidates SDK content into the existing serverless documentation:
serverless/sdks.mdx- A consolidated guide for installing the Runpod SDK in Python, JavaScript, and Go.serverless/endpoints/send-requests.mdx- Added missing Go health check example.sdks/python/,sdks/javascript/,sdks/go/directories and all Python SDK tutorials intutorials/sdks/python/.sdks/graphql/as they document the GraphQL API, not language SDKs.Trigger Events
Internal discussion about rewriting and consolidating SDK documentation, with plans to deprecate the SDK docs section and merge relevant content into the Serverless documentation.
Agent Response
Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗