You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by wu...@apache.org on 2022/03/24 13:32:20 UTC

[incubator-seatunnel-website] branch main updated: Hotfix build error with version stuff (#93)

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

wuchunfu 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 b13ab5e  Hotfix build error with version stuff (#93)
b13ab5e is described below

commit b13ab5e547b67b1e194b7dbd87cd0fcdcad23955
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Thu Mar 24 21:32:17 2022 +0800

    Hotfix build error with version stuff (#93)
---
 docusaurus.config.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1bafc3e..a33e7a9 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -33,7 +33,6 @@ const config = {
             'classic',
             ({
                 docs: {
-                    id: 'docs',
                     path: 'docs',
                     routeBasePath: 'docs',
                     sidebarPath: require.resolve('./sidebars.js'),
@@ -266,7 +265,7 @@ const config = {
                     }
                     return `https://github.com/apache/incubator-seatunnel-website/edit/dev/${versionDocsDirPath}/${docPath}`;
                 },
-                sidebarPath: require.resolve('./sidebars.js'),
+                sidebarPath: require.resolve('./sidebarsCommunity.js'),
             },
         ],
     ]