docs: update Python SDK status from preview to beta#280
Open
vinitaporlekar wants to merge 2 commits into
Open
Conversation
The Python SDK has been promoted to Beta (as reflected in the GitHub README and release notes), but the docs still referenced preview in several places. This updates: - get-started.mdx: preview -> beta label and note title - api-stability.mdx: preview -> beta - sidebar.astro: remove preview flag for Python - LanguageSelector.astro: Preview -> Beta status badge
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the status of the Genkit Python SDK from "Preview" to "Beta" across various files, including the language selector, sidebar configurations, and documentation. The reviewer noted that the note title in get-started.mdx still refers to "Preview release" and should be updated to "Beta release" for consistency.
|
|
||
| :::note[Preview release] | ||
| The Genkit libraries for Python are currently in **preview**. You might see API and functional changes as development progresses. We recommend using it only for prototyping and exploration. | ||
| The Genkit libraries for Python are currently in **beta**. You might see API and functional changes as development progresses. We recommend using it only for prototyping and exploration. |
Contributor
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.
The Python SDK has been promoted to Beta (as reflected in the GitHub README and release notes), but the docs still referenced preview in several places. This updates: