You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/01/03 12:21:59 UTC

[incubator-iotdb-website] branch master updated: Add how to vote page (#57)

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

sunzesong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b87108  Add how to vote page (#57)
7b87108 is described below

commit 7b871085ff4125fe1b4915db4ff1309c0e5c726c
Author: Zesong Sun <sz...@mails.tsinghua.edu.cn>
AuthorDate: Fri Jan 3 20:21:54 2020 +0800

    Add how to vote page (#57)
---
 src/components/NavBar.vue | 1 +
 src/views/Development.vue | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 2f4b2f4..9e2bfd0 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -103,6 +103,7 @@
           {"url": "/Development/Contributing", "content": "Questions and Contributing"},
           {"url": "/Development/IDE", "content": "Developing in IDE"},
           {"url": "/Development/Development-Chinese", "content": "Guide for Chinese"},
+          {"url": "/Development/Development-VoteRelease", "content": "How to vote"},
           {"url": "/Development/Tsfile", "content": "Changelist of TsFile"},
           {"url": "/Development/RPC", "content": "Changelist of RPC"}
         ],
diff --git a/src/views/Development.vue b/src/views/Development.vue
index 8adb91e..97497d2 100644
--- a/src/views/Development.vue
+++ b/src/views/Development.vue
@@ -66,6 +66,8 @@
           Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/service-rpc/rpc-changelist.md",
           "Development-Chinese": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/docs/Development-Chinese.md",
+          "Development-VoteRelease": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
+          Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/docs/Development-VoteRelease.md",
         };
         const content = this.content();
         let url = null;