website/netlify.toml
lannyfu c3481ff4c5 feat: Redirect docs
Signed-off-by: lannyfu <lannyfu@kubesphere.io>
2025-08-05 10:02:36 +08:00

57 lines
996 B
TOML

[context.production.environment]
HUGO_VERSION = "0.126.2"
[context.deploy-preview.environment]
HUGO_VERSION = "0.126.2"
[[redirects]]
from = "/log/*"
to = "https://log.kubesphere.io/:splat"
status = 308
force = true
[[redirects]]
from = "/tr/forum/*"
to = "http://139.198.113.75:9900/tr/forum/:splat"
status = 200
force = true
[[redirects]]
from = "/forum/*"
to = "https://ask.kubesphere.io/forum/:splat"
status = 301
force = true
[[redirects]]
from = "/forum/"
to = "https://ask.kubesphere.io/forum/"
status = 301
force = true
[[redirects]]
from = "/docs/"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true
[[redirects]]
from = "/docs/*"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true
[[redirects]]
from = "/zh/docs/"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true
[[redirects]]
from = "/zh/docs/*"
to = "https://docs.kubesphere.com.cn "
status = 301
force = true