Skip to content

Commit

Permalink
add resource recommend doc in sidebar Engilish (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui42 authored Sep 8, 2023
1 parent 35c659a commit f940e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar/V1.2.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ export const enSidebar = {
// children: 'structure',
children: [
{ text: 'Environmental Requirement', link: 'Environmental-Requirement' },
{ text: 'Get Installation Package', link: 'Get-Installation-Package' },
{ text: 'Resource Recommendation', link: 'Deployment-Recommendation' },
{ text: 'Deployment Guide', link: 'Deployment-Guide' },
{ text: 'Docker Install', link: 'Docker-Install' },
{ text: 'Monitoring-Board-Install-and-Deploy', link: 'Monitoring-Board-Install-and-Deploy' },
],
},

Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar/V1.2.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const zhSidebar = {
// children: 'structure',
children: [
{ text: '环境要求', link: 'Environmental-Requirement' },
{ text: '资源推荐', link: 'Deployment-Recommendation' },
{ text: '安装包获取', link: 'Get-Installation-Package' },
{ text: '部署指导', link: 'Deployment-Guide' },
{ text: 'docker部署', link: 'Docker-Install' },
Expand Down

0 comments on commit f940e3c

Please sign in to comment.