mirror of https://github.com/dapr/docs.git
Merge branch 'v1.14' into filinto/high-priority-class-name
This commit is contained in:
commit
3c6ae2e222
|
@ -29,3 +29,6 @@
|
|||
[submodule "sdkdocs/pluggable-components/go"]
|
||||
path = sdkdocs/pluggable-components/go
|
||||
url = https://github.com/dapr-sandbox/components-go-sdk
|
||||
[submodule "sdkdocs/rust"]
|
||||
path = sdkdocs/rust
|
||||
url = https://github.com/dapr/rust-sdk.git
|
||||
|
|
|
@ -103,6 +103,14 @@ id = "G-60C6Q1ETC1"
|
|||
source = "../sdkdocs/js/daprdocs/content/en/js-sdk-contributing"
|
||||
target = "content/contributing/sdk-contrib/"
|
||||
lang = "en"
|
||||
[[module.mounts]]
|
||||
source = "../sdkdocs/rust/daprdocs/content/en/rust-sdk-docs"
|
||||
target = "content/developing-applications/sdks/rust"
|
||||
lang = "en"
|
||||
[[module.mounts]]
|
||||
source = "../sdkdocs/rust/daprdocs/content/en/rust-sdk-contributing"
|
||||
target = "content/contributing/sdks-contrib"
|
||||
lang = "en"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "../translations/docs-zh/translated_content/zh_CN/docs"
|
||||
|
|
|
@ -29,7 +29,7 @@ Select your [preferred language below]({{< ref "#sdk-languages" >}}) to learn mo
|
|||
| [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ | |
|
||||
| [Javascript]({{< ref js >}}) | Stable| ✔ | | ✔ | ✔ |
|
||||
| [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | | |
|
||||
| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | ✔ | |
|
||||
| [Rust]({{< ref rust >}}) | In development | ✔ | | ✔ | |
|
||||
|
||||
## Further reading
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ed283c2e259c21cc77a24b3dbc03733103455f1b
|
Loading…
Reference in New Issue