This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new f940e3c  add resource recommend doc in sidebar Engilish (#89)
f940e3c is described below

commit f940e3ce6c4f4bd50f5e6ccc995199de58340339
Author: wanghui42 <105700158+wanghu...@users.noreply.github.com>
AuthorDate: Fri Sep 8 14:35:09 2023 +0800

    add resource recommend doc in sidebar Engilish (#89)
---
 src/.vuepress/sidebar/V1.2.x/en.ts | 3 ++-
 src/.vuepress/sidebar/V1.2.x/zh.ts | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/.vuepress/sidebar/V1.2.x/en.ts 
b/src/.vuepress/sidebar/V1.2.x/en.ts
index cf830a7..8a9da1b 100644
--- a/src/.vuepress/sidebar/V1.2.x/en.ts
+++ b/src/.vuepress/sidebar/V1.2.x/en.ts
@@ -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' },
       ],
     },
 
diff --git a/src/.vuepress/sidebar/V1.2.x/zh.ts 
b/src/.vuepress/sidebar/V1.2.x/zh.ts
index c3d0066..4012f47 100644
--- a/src/.vuepress/sidebar/V1.2.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.2.x/zh.ts
@@ -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' },

Reply via email to