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 10:36:51 UTC

[iotdb] 01/01: Add v1.0.x in site navigation bar

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

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

commit b7a940dfb1efb20e1d9e7ff5095b59111aebba83
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Dec 1 18:36:30 2022 +0800

    Add v1.0.x in site navigation bar
---
 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' },