-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for Restate 1.1.0 (#451)
* Update for Restate 1.1.0 * Update Python SDK to 0.3.0 * Add a Rust SDK placeholder * Fixup links * Link to Rust template
- Loading branch information
Showing
8 changed files
with
512 additions
and
53 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Rust SDK", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: "Get an idea of what a Restate Rust service looks like." | ||
--- | ||
|
||
import Admonition from '@theme/Admonition'; | ||
|
||
# Overview | ||
|
||
The Restate Rust SDK is open source and can be found on GitHub: ([sdk-rust repo](https://github.com/restatedev/sdk-rust)). | ||
|
||
<Admonition type="info" icon="🚧" title="Work in progress"> | ||
The Rust SDK documentation is still under construction. Please refer to the [Rust hello-world template](https://github.com/restatedev/examples/tree/main/templates/rust) and the [`restate-sdk` crate docs](https://docs.rs/restate-sdk/latest/restate_sdk/) to get started. | ||
</Admonition> |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"RESTATE_VERSION": "1.0", | ||
"RESTATE_VERSION": "1.1", | ||
"TYPESCRIPT_SDK_VERSION": "1.3.0", | ||
"JAVA_SDK_VERSION": "1.0.1", | ||
"GO_SDK_VERSION": "0.10.0", | ||
"PYTHON_SDK_VERSION": "0.2.0" | ||
"GO_SDK_VERSION": "0.11.0", | ||
"PYTHON_SDK_VERSION": "0.3.0" | ||
} |
Oops, something went wrong.