Skip to content

Commit

Permalink
Added module mounts for translated java, go & js sdk pages
Browse files Browse the repository at this point in the history
Signed-off-by: Jorim Van Hove <[email protected]>
  • Loading branch information
JorimVanHoveGS committed Nov 3, 2023
1 parent 745d4e5 commit 26cf292
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions daprdocs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ id = "G-60C6Q1ETC1"
source = "../translations/docs-zh/content/sdks_dotnet"
target = "content/developing-applications/sdks/dotnet"
lang = "zh-hans"
[[module.mounts]]
source = "../translations/docs-zh/content/sdks_java"
target = "content/developing-applications/sdks/java"
lang = "zh-hans"
[[module.mounts]]
source = "../translations/docs-zh/content/sdks_go"
target = "content/developing-applications/sdks/go"
lang = "zh-hans"
[[module.mounts]]
source = "../translations/docs-zh/content/sdks_js"
target = "content/developing-applications/sdks/js"
lang = "zh-hans"

# Markdown Engine - Allow inline html
[markup]
Expand Down

0 comments on commit 26cf292

Please sign in to comment.