You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/10 02:23:09 UTC

[incubator-iotdb-website] branch master updated: Add a new page for document contributing steps

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

qiaojialin 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 947b33d  Add a new page for document contributing steps
     new 36d4c98  Merge pull request #47 from samperson1997/doc
947b33d is described below

commit 947b33dc5e6347caad20d3706f1bdbe5a4a20ed6
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
AuthorDate: Mon Dec 9 15:21:16 2019 +0800

    Add a new page for document contributing steps
---
 src/views/Development.vue | 2 ++
 src/views/Documents.vue   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/views/Development.vue b/src/views/Development.vue
index 49074af..1f62bfb 100644
--- a/src/views/Development.vue
+++ b/src/views/Development.vue
@@ -56,6 +56,8 @@
         const dict = {
           "Contributing": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/docs/Development-Contributing.md",
+          "Contributing-Document": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
+          Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/docs/Development-Document.md",
           "IDE": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/docs/Development-IDE.md",
           "Tsfile": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
diff --git a/src/views/Documents.vue b/src/views/Documents.vue
index 46ae39e..0c90852 100644
--- a/src/views/Documents.vue
+++ b/src/views/Documents.vue
@@ -204,7 +204,7 @@
         }
       },
       goToDevelopment() {
-        this.$router.push('/Development/Contributing');
+        this.$router.push('/Development/Contributing-Document');
       }
     }
   }