parent
5b1bf4428e
commit
86c202e28b
|
@ -65,6 +65,11 @@ module.exports = {
|
|||
label: "Community",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
to: "https://github.com/kubevela/samples",
|
||||
label: "Examples",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: "https://kubevela.net",
|
||||
label: "Mirror",
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
"message": "社区",
|
||||
"description": "Navbar item with label Community"
|
||||
},
|
||||
"item.label.Examples": {
|
||||
"message": "参考样例",
|
||||
"description": "Navbar item with label Examples"
|
||||
},
|
||||
"item.label.Mirror": {
|
||||
"message": "国内加速",
|
||||
"description": "Navbar item with label Mirror"
|
||||
|
|
Loading…
Reference in New Issue