You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/12 02:04:21 UTC

[iotdb] 01/01: Fix website compile error

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

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 24375f6b0ec38d0c85f918d27b23996bf7c508dd
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu May 12 10:04:15 2022 +0800

    Fix website compile error
---
 site/src/main/.vuepress/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 4712f29663..d29e8f0913 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -117,7 +117,7 @@ var config = {
 					items: [
 					  { text: 'How to vote', link: '/Development/VoteRelease'},
 					  { text: 'How to Commit', link: '/Development/HowToCommit'},
-					  { text: 'Become a Contributor', link: '/Development/HowToJoin'}
+					  { text: 'Become a Contributor', link: '/Development/HowToJoin'},
 					  { text: 'Become a Committer', link: '/Development/Committer'},
 					  { text: 'ContributeGuide', link: '/Development/ContributeGuide'},
 					  { text: 'Changelist of TsFile', link: '/Development/format-changelist'},
@@ -1057,7 +1057,7 @@ var config = {
 					items: [
 					  { text: '如何投票', link: '/zh/Development/VoteRelease'},
 					  { text: '如何提交代码', link: '/zh/Development/HowToCommit'},
-					  { text: '成为Contributor', link: '/zh/Development/HowToJoin'}
+					  { text: '成为Contributor', link: '/zh/Development/HowToJoin'},
 					  { text: '成为Committer', link: '/zh/Development/Committer'},
 					  { text: '项目开发指南', link: '/zh/Development/ContributeGuide'},
 					  { text: 'TsFile的更改列表', link: '/zh/Development/format-changelist'},