Skip to content

Commit

Permalink
Merge pull request #4180 from hhunter-ms/rust_submodules
Browse files Browse the repository at this point in the history
Rust SDK - add mounts to config.toml
  • Loading branch information
hhunter-ms authored Jun 3, 2024
2 parents ce71a2d + d03aeee commit 0226532
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions daprdocs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0226532

Please sign in to comment.