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:50 UTC

[iotdb] branch Add_nav created (now b7a940dfb1)

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

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


      at b7a940dfb1 Add v1.0.x in site navigation bar

This branch includes the following new commits:

     new b7a940dfb1 Add v1.0.x in site navigation bar

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ha...@apache.org.
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' },