You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/10/28 05:19:08 UTC

[incubator-iotdb-website] branch master updated: Fix typo if Javascript is not enabled and other issues

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

hxd 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 b7a797e  Fix typo if Javascript is not enabled and other issues
b7a797e is described below

commit b7a797eb3d48ff34aeb9e01a84a734ab53b0a85c
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
AuthorDate: Mon Oct 28 08:45:15 2019 +0800

    Fix typo if Javascript is not enabled and other issues
---
 index.html                | 2 +-
 src/components/NavBar.vue | 2 +-
 src/views/Documents.vue   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 9a6eeab..c196b60 100644
--- a/index.html
+++ b/index.html
@@ -62,7 +62,7 @@
       <p style="color: #fcac45; font-weight: 500">
         We are sorry, but IoTDB website doesn't work properly without Javascript enabled.
         <br>
-        Please use a modern website to get the full version of the website.
+        Please enable Javascript to get the full version of the website.
       </p>
       <p style="color: #AAA">
         Disclaimer: Apache IoTDB (incubating) (Database for Internet of Things) is an effort undergoing incubation at
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 8165fa1..64dbef7 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -28,7 +28,7 @@
               <router-link to="/Download" class="nav-link"><span>Download</span></router-link>
             </li>
             <li class="nav-item">
-              <router-link to="/Documents/0.8.0/chap1/sec1" class="nav-link"><span>Documents</span></router-link>
+              <router-link to="/Documents/0.8.1/chap1/sec1" class="nav-link"><span>Documents</span></router-link>
             </li>
             <li class="dropdown">
               <router-link to="/Community/Project%20Committers" class="dropdown-toggle" data-toggle="dropdown" role="button"
diff --git a/src/views/Documents.vue b/src/views/Documents.vue
index 422ac33..8d90f1b 100644
--- a/src/views/Documents.vue
+++ b/src/views/Documents.vue
@@ -8,7 +8,7 @@
             <div class="center-block" style="width: 80%;">
               <select class="version-select" v-model="selectVersion">
                 <option v-for="entry in versionList" :value="entry.text">
-                  IoTDB {{entry.text}} Documents
+                  {{entry.text}}
                 </option>
               </select>
             </div>