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 <[email protected]>
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'],

Reply via email to