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 2022/08/03 10:34:52 UTC

[incubator-seatunnel] branch CalvinKirs-patch-1 created (now 9062ae891)

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

kirs pushed a change to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


      at 9062ae891 [Docs]Fix Sidebars item name error

This branch includes the following new commits:

     new 9062ae891 [Docs]Fix Sidebars item name error

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.



[incubator-seatunnel] 01/01: [Docs]Fix Sidebars item name error

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9062ae8916c6e8c4c6f8380e39f39985aabdd581
Author: Kirs <ki...@apache.org>
AuthorDate: Wed Aug 3 18:34:46 2022 +0800

    [Docs]Fix Sidebars item name error
---
 docs/sidebars.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sidebars.js b/docs/sidebars.js
index dbfc3c224..ac52929be 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -87,7 +87,7 @@ const sidebars = {
                   label: 'Sink',
                   link: {
                       type: 'generated-index',
-                      title: 'Source-V2 of SeaTunnel',
+                      title: 'Sink-V2 of SeaTunnel',
                       description: 'List all Sink supported Apache SeaTunnel for now.',
                       // Should remove the `v2` suffix when we migrate all sink to v2 and delete the old one
                       slug: '/category/sink-v2',
@@ -150,7 +150,7 @@ const sidebars = {
           label: 'Sink',
           link: {
             type: 'generated-index',
-            title: 'Source of SeaTunnel',
+            title: 'Sink of SeaTunnel',
             description: 'List all sink supported Apache SeaTunnel for now.',
             slug: '/category/sink',
             keywords: ['sink'],