Docs: change footer link (#468)
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
parent
cc3f30dad6
commit
73812f1958
|
|
@ -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",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue