Skip to content

Commit

Permalink
feat: add links for en
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtao0101 committed May 6, 2024
1 parent 4a17d20 commit 9f2a42d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .vitepress/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,50 @@ function getEnNavs() {
},
],
},
{
text: 'Links',
items: [
{
text: 'Playground',
items: [
{
text: 'SLS Playground',
link: 'https://sls.aliyun.com/doc/en/playground/demo.html',
},
{
text: 'ARMS Playground',
link: 'https://sls.aliyun.com/doc/en/playground/armsdemo.html',
},
],
},
{
text: 'Console',
items: [
{
text: 'SLS',
link: 'https://sls.console.aliyun.com/',
},
{
text: 'ARMS',
link: 'https://arms.console.aliyun.com/',
},
{
text: 'CloudMonitor',
link: 'https://cloudmonitornext.console.aliyun.com/',
},
],
},
{
text: 'Others',
items: [
{
text: 'Documents',
link: 'https://help.aliyun.com/document_detail/48869.html',
},
],
},
],
},
]

return base
Expand Down

0 comments on commit 9f2a42d

Please sign in to comment.