add redirect url for load-balancing content & fix bold rendering (#573)

Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
Riskey
2025-12-02 11:36:17 +08:00
committed by GitHub
parent 5fcc31f2e2
commit bc81a32bdb
2 changed files with 24 additions and 12 deletions

View File

@@ -5030,6 +5030,18 @@
{
"source": "/self-host/:slug*",
"destination": "/en/self-host/:slug*"
},
{
"source": "/en/guides/model-configuration/load-balancing",
"destination": "/en/use-dify/workspace/model-providers#configure-model-load-balancing"
},
{
"source": "/zh-hans/guides/model-configuration/load-balancing",
"destination": "/zh/use-dify/workspace/model-providers#配置模型负载均衡"
},
{
"source": "/ja-jp/guides/model-configuration/load-balancing",
"destination": "/ja/use-dify/workspace/model-providers#負荷分散の構成"
}
],
"navbar": {