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.
This pull request updates the
docs/get_started/quickstart.mdx
file to improve the clarity and usability of the quickstart guide for the Restate SDK. The changes include enhancements to the instructions, additional visual aids, and updates to code examples to align with best practices. Below is a summary of the key updates:Improvements to Instructions and Visual Aids:
http://localhost:9070
) and added screenshots (playground.png
) for better guidance. [1] [2] [3] [4] [5]quickstart_retries.png
). [1] [2] [3] [4] [5]Code and Dependency Updates:
uv run .
. Also updated the example file path for clarity. [1] [2]uv
dependency in the Python quickstart section.Durable Execution Explanation:
These updates aim to make the quickstart guide more user-friendly and informative for developers using the Restate SDK.
Fixes restatedev/examples#239