-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding concept pages with bullet points #273
Closed
Conversation
This file contains 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
* Add docs on how to invoke the handler API * Feedback
) * Unify docker commands for MacOS and Linux for quickstart and tour of Restate * Unify docker commands in documentation * Fix Jaeger host for new docker run commands * Update docs/quickstart.mdx Co-authored-by: Till Rohrmann <[email protected]> --------- Co-authored-by: Till Rohrmann <[email protected]>
* Rename managed service to Restate Cloud * Fix urls for Restate cloud docs
* Fix vanilla grpc example * Fix state key
* Document promise/awaitable any/all * Add note on requirement to immediately await side effects * Update promise combinator explanation * Fix Awaitable.all not returning response * Fix language of code snippets
* Document CLI state retrieval and editing * Add review feedback
* fix links * Fix links to examples
* Update kubernetes deployment docs to reference operator * Use tip
* Move awakeable TS code snippets * Accept custom tags to reduce number of code files * Move Java awakeable code snippets * Move code snippets Durable timers * Move error handling code snippets * Move Kafka code samples, clean up, bash code highlighting * Fix bash commands of awakeables * Move overview code snippets and cleanup of page * Move restate context code snippets * Move serialization code snippets * Move service communication snippets * Cleanup * Fix protobuf classes in restate context examples * Move serving code snippets * Move Side effects and determinism code snippets * Move state code snippets * Move service type snippets * Move operate code snippets * Fix service types code snippets * Fix typos * Address feedback: simplify github actions worflow and add more validation checks to the code loader
* Move awakeable TS code snippets * Accept custom tags to reduce number of code files * Move Java awakeable code snippets * Move code snippets Durable timers * Move error handling code snippets * Move Kafka code samples, clean up, bash code highlighting * Fix bash commands of awakeables * Move overview code snippets and cleanup of page * Move restate context code snippets * Move serialization code snippets * Move service communication snippets * Cleanup * Fix protobuf classes in restate context examples * Move serving code snippets * Move Side effects and determinism code snippets * Move state code snippets * Move service type snippets * Add github code loading * Cleanu * Move first part of tour code snippets * Retrieve tour code snippets from git * Add tour code snippets * Retrieve Java Tour code snippets from Github instead of inline * Update tour * Update tour description, fix some typos * Update Java Tour * Add custom tags and github code snippets docs to readme * Change URL to examples main * Fix bug in code loader script after merging main
# Conflicts: # docs/concepts/durable_execution.mdx # docs/concepts/services_workflows_virtual_objects.mdx # sidebars.js
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.
Fixes #266