mirror of https://github.com/dapr/docs.git
Change name of submodule
This commit is contained in:
parent
359df0d16b
commit
5ef3bf0d28
|
@ -10,7 +10,7 @@
|
|||
[submodule "sdkdocs/dotnet"]
|
||||
path = sdkdocs/dotnet
|
||||
url = https://github.com/dapr/dotnet-sdk.git
|
||||
[submodule "l18n/docs-zh"]
|
||||
path = l18n/docs-zh
|
||||
[submodule "translations/docs-zh"]
|
||||
path = translations/docs-zh
|
||||
url = https://github.com/dapr/docs-zh.git
|
||||
branch = v1.0_content
|
||||
|
|
|
@ -12,12 +12,12 @@ languageCode = "en-us"
|
|||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "English"
|
||||
title = "Dapr Docs"
|
||||
weight = 1
|
||||
contentDir = "content/en"
|
||||
languageName = "English"
|
||||
[languages.zh-hans]
|
||||
title = "简体中文"
|
||||
title = "Dapr 文档库"
|
||||
weight = 2
|
||||
contentDir = "content/zh-hans"
|
||||
languageName = "简体中文"
|
||||
|
@ -73,23 +73,23 @@ id = "UA-149338238-3"
|
|||
lang = "en"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "../l18n/docs-zh/content/zh-hans"
|
||||
source = "../translations/docs-zh/content/zh-hans"
|
||||
target = "content"
|
||||
lang = "zh-hans"
|
||||
[[module.mounts]]
|
||||
source = "../l18n/docs-zh/content/contributing"
|
||||
source = "../translations/docs-zh/content/contributing"
|
||||
target = "content/contributing/"
|
||||
lang = "zh-hans"
|
||||
[[module.mounts]]
|
||||
source = "../l18n/docs-zh/content/sdks_python"
|
||||
source = "../translations/docs-zh/content/sdks_python"
|
||||
target = "content/developing-applications/sdks/python"
|
||||
lang = "zh-hans"
|
||||
[[module.mounts]]
|
||||
source = "../l18n/docs-zh/content/sdks_php"
|
||||
source = "../translations/docs-zh/content/sdks_php"
|
||||
target = "content/developing-applications/sdks/php"
|
||||
lang = "zh-hans"
|
||||
[[module.mounts]]
|
||||
source = "../l18n/docs-zh/content/sdks_dotnet"
|
||||
source = "../translations/docs-zh/content/sdks_dotnet"
|
||||
target = "content/developing-applications/sdks/dotnet"
|
||||
lang = "zh-hans"
|
||||
|
||||
|
|
Loading…
Reference in New Issue