Docs: change footer link (#468)

Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
barnettZQG 2022-01-21 14:14:06 +08:00 committed by GitHub
parent cc3f30dad6
commit 73812f1958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -75,11 +75,11 @@ module.exports = {
to: "/docs/quick-start", to: "/docs/quick-start",
}, },
{ {
label: "Case Studies", label: "Tutorials",
to: "/docs/case-studies/jenkins-cicd", to: "/docs/tutorials/webservice",
}, },
{ {
label: "Administrator Manuals", label: "Extension",
to: "/docs/platform-engineers/oam/oam-model", to: "/docs/platform-engineers/oam/oam-model",
}, },
], ],

View File

@ -15,11 +15,11 @@
"message": "快速开始", "message": "快速开始",
"description": "The label of footer link with label=Getting Started linking to /docs/install" "description": "The label of footer link with label=Getting Started linking to /docs/install"
}, },
"link.item.label.Case Studies": { "link.item.label.Tutorials": {
"message": "最佳实践", "message": "实践教程",
"description": "The label of footer link with label=Getting Case Studies to /docs/case-studies" "description": "The label of footer link with label=Getting Case Studies to /docs/case-studies"
}, },
"link.item.label.Administrator Manuals": { "link.item.label.Extension": {
"message": "自定义扩展", "message": "自定义扩展",
"description": "The label of footer link with label=Administrator Manuals linking to /docs/platform-engineers/overview" "description": "The label of footer link with label=Administrator Manuals linking to /docs/platform-engineers/overview"
}, },