You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2021/12/27 11:43:14 UTC

[incubator-seatunnel-website] branch main updated: Add historical document link. (#16)

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

kirs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 4038ce4  Add historical document link. (#16)
4038ce4 is described below

commit 4038ce4250d0362d252f7be3ebfe60b8e43565d0
Author: Kerwin <37...@users.noreply.github.com>
AuthorDate: Mon Dec 27 19:43:09 2021 +0800

    Add historical document link. (#16)
---
 docusaurus.config.js | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index b4e2af5..2245bce 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -74,7 +74,12 @@ const config = {
                 {
                     position: 'right',
                     label: '文档',
-                    to: "/docs/introduction",
+                    items: [
+                        {
+                            "label": "1.x(Not apache release)",
+                            "to": "https://interestinglab.github.io/seatunnel-docs"
+                        }
+                    ],
                 },
                 {
                     to: 'https://github.com/InterestingLab/seatunnel/releases',