You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/07/20 01:20:11 UTC

[iotdb] branch master updated: Wordings improvement of website nav bar (#3591)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 31bf7e9  Wordings improvement of website nav bar (#3591)
31bf7e9 is described below

commit 31bf7e95d6672b961e9e870e66c4694ee847666b
Author: J.J. Liu <li...@gmail.com>
AuthorDate: Tue Jul 20 09:17:43 2021 +0800

    Wordings improvement of website nav bar (#3591)
---
 site/README.md                    |  2 +-
 site/src/main/.vuepress/config.js | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/site/README.md b/site/README.md
index 3d01bc6..93b30d1 100644
--- a/site/README.md
+++ b/site/README.md
@@ -58,7 +58,7 @@ npm run dev
 npm run build
 ```
 
-Remeber, only the changes of site/src can be logged by Git. 
+Remember, only the changes of site/src can be logged by Git. 
 All changes in the target folder will be ignored by Git.
 
 ## Deploy Manually
diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 6d7d4f3..415cd28 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -52,7 +52,7 @@ var config = {
         repo: 'https://github.com/apache/iotdb.git',
 
         // github 地址的链接名
-        repoLabel: 'gitHub',
+        repoLabel: 'GitHub',
 
 		logo: '/img/logo.png',
 
@@ -77,18 +77,18 @@ var config = {
 			algolia: {},
 			nav: [
 				 {
-					text: 'Document',
+					text: 'Documentation',
 					items: [
-						{ text: 'In progress', link: '/UserGuide/Master/QuickStart/QuickStart' },
-						{ text: 'V0.12.x', link: '/UserGuide/V0.12.x/QuickStart/QuickStart' },
-						{ text: 'V0.11.x', link: '/UserGuide/V0.11.x/Get Started/QuickStart' },
-						{ text: 'V0.10.x', link: '/UserGuide/V0.10.x/Get Started/QuickStart' },
-						{ text: 'V0.9.x', link: '/UserGuide/V0.9.x/0-Get Started/1-QuickStart' },
-						{ text: 'V0.8.x', link: '/UserGuide/V0.8.x/0-Get Started/1-QuickStart'},
+						{ text: 'latest', link: '/UserGuide/Master/QuickStart/QuickStart' },
+						{ text: 'v0.12.x', link: '/UserGuide/V0.12.x/QuickStart/QuickStart' },
+						{ text: 'v0.11.x', link: '/UserGuide/V0.11.x/Get Started/QuickStart' },
+						{ text: 'v0.10.x', link: '/UserGuide/V0.10.x/Get Started/QuickStart' },
+						{ text: 'v0.9.x', link: '/UserGuide/V0.9.x/0-Get Started/1-QuickStart' },
+						{ text: 'v0.8.x', link: '/UserGuide/V0.8.x/0-Get Started/1-QuickStart'},
 					]
 				  },
 				  {
-					text: 'System design',
+					text: 'Design',
 					link: '/SystemDesign/Architecture/Architecture'
 				  },
 				  {