feat: add i18n docs link

This commit is contained in:
JiPai
2024-09-05 20:54:15 +08:00
parent 27b83e471e
commit 94587c3472
5 changed files with 22 additions and 10 deletions

View File

@@ -83,5 +83,11 @@
"title": "Oops! Looks like you're lost.",
"des": "Let's get you back",
"action": "home"
},
"Link": {
"docs": {
"intro": "https://docs.dokploy.com/get-started/introduction",
"install": "https://docs.dokploy.com/en/docs/core/get-started/introduction"
}
}
}

View File

@@ -83,5 +83,11 @@
"title": "糟糕!看起来你迷路了。",
"des": "让我们送你",
"action": "回家"
},
"Link": {
"docs": {
"intro": "https://docs.dokploy.com/cn/docs/core/get-started/introduction",
"install": "https://docs.dokploy.com/cn/docs/core/get-started/introduction"
}
}
}