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 2022/12/01 11:04:24 UTC

[iotdb] branch master updated: Add v1.0.x in site navigation bar (#8288)

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 f21edc60f1 Add v1.0.x in site navigation bar (#8288)
f21edc60f1 is described below

commit f21edc60f1bf3e5c385dde85ca7c5a7092429d95
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu Dec 1 19:04:18 2022 +0800

    Add v1.0.x in site navigation bar (#8288)
---
 site/src/main/.vuepress/config.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 4099f40474..9bc7f53016 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -85,6 +85,7 @@ var config = {
 					text: 'Documentation',
 					items: [
 						{ text: 'latest', link: '/UserGuide/Master/QuickStart/QuickStart' },
+						{ text: 'v1.0.x', link: '/UserGuide/V1.0.x/QuickStart/QuickStart' },
 						{ text: 'v0.13.x', link: '/UserGuide/V0.13.x/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' },
@@ -1310,6 +1311,7 @@ var config = {
 					text: '文档',
 					items: [
 						{ text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart' },
+						{ text: 'v1.0.x', link: '/zh/UserGuide/V1.0.x/QuickStart/QuickStart' },
 						{ text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
 						{ text: 'v0.12.x', link: '/zh/UserGuide/V0.12.x/QuickStart/QuickStart' },
 						{ text: 'v0.11.x', link: '/zh/UserGuide/V0.11.x/Get Started/QuickStart' },