Add examples link (#737)

Signed-off-by: Arhell <arhell333@gmail.com>
This commit is contained in:
Ihor Sychevskyi 2022-06-17 12:31:54 +03:00 committed by GitHub
parent 5b1bf4428e
commit 86c202e28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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",

View File

@ -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"