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/26 12:05:00 UTC

[incubator-iotdb-website] branch master updated: Add development guide in Chinese (#56)

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 242b157  Add development guide in Chinese (#56)
242b157 is described below

commit 242b15780a84d3b3c141eb62556d49c241842ced
Author: Zesong Sun <sz...@mails.tsinghua.edu.cn>
AuthorDate: Thu Dec 26 20:04:50 2019 +0800

    Add development guide in Chinese (#56)
---
 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 b44f060..2f4b2f4 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -102,6 +102,7 @@
         "Development": [
           {"url": "/Development/Contributing", "content": "Questions and Contributing"},
           {"url": "/Development/IDE", "content": "Developing in IDE"},
+          {"url": "/Development/Development-Chinese", "content": "Guide for Chinese"},
           {"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 1f62bfb..8adb91e 100644
--- a/src/views/Development.vue
+++ b/src/views/Development.vue
@@ -64,6 +64,8 @@
           Global.SUPPORT_VERSION[Global.PROGRESS_STR]['branch'] + "/tsfile/format-changelist.md",
           "RPC": Global.SUPPORT_VERSION[Global.PROGRESS_STR]['doc-prefix'] +
           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",
         };
         const content = this.content();
         let url = null;