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 50dc8aa  Fix Tool links and github button style
     new e31d993  Merge pull request #25 from samperson1997/tool_link
50dc8aa is described below

commit 50dc8aab68a5984f2623b3f09b0885327e721031
Author: 151250128 <[email protected]>
AuthorDate: Fri Jul 19 11:34:42 2019 +0800

    Fix Tool links and github button style
---
 src/components/SideBar.vue | 2 +-
 src/views/SingleTool.vue   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue
index cfc4f94..fa1ea81 100644
--- a/src/components/SideBar.vue
+++ b/src/components/SideBar.vue
@@ -105,6 +105,6 @@
   }
 
   .github-button {
-    margin: 10px;
+    margin: 7px;
   }
 </style>
diff --git a/src/views/SingleTool.vue b/src/views/SingleTool.vue
index bc88ecd..ed1b1b4 100644
--- a/src/views/SingleTool.vue
+++ b/src/views/SingleTool.vue
@@ -63,16 +63,16 @@
         const dict = {
           "Cli": Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['branch'] + 
docLanguageUrl +
-          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + "/7-Tools-Cli.md",
+          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + "/8-Tools-Cli.md",
           "Grafana": 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['branch'] + 
docLanguageUrl +
-          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + 
"/7-Tools-Grafana.md",
+          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + 
"/8-Tools-Grafana.md",
           "Hadoop": 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['branch'] + 
docLanguageUrl +
-          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + 
"/7-Tools-Hadoop.md",
+          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + 
"/8-Tools-Hadoop.md",
           "Spark": 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['doc-prefix'] +
           Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['branch'] + 
docLanguageUrl +
-          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + "/7-Tools-spark.md",
+          "/UserGuide" + 
Global.SUPPORT_VERSION[Global.DEFAULT_VERSION]['version'] + "/8-Tools-Spark.md",
         };
         const content = this.content();
         let url = null;

Reply via email to