You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2022/06/16 01:52:37 UTC

[incubator-seatunnel] branch dev updated: [Doc][Transform] Add uuid, udf, replace transform to doc (#2016)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new b663e5a35 [Doc][Transform] Add uuid, udf, replace transform to doc (#2016)
b663e5a35 is described below

commit b663e5a352d09db2f59d97307c73c2ed65abb5c4
Author: Hisoka <10...@qq.com>
AuthorDate: Thu Jun 16 09:52:29 2022 +0800

    [Doc][Transform] Add uuid, udf, replace transform to doc (#2016)
    
    * update contribute-plugin.md about plugin mapping.
    
    * update contribute-plugin.md about plugin mapping.
    
    * add uuid, udf, replace transform to doc
    
    Co-authored-by: TrickyZerg <32...@users.noreply.github.com>
---
 docs/sidebars.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/sidebars.js b/docs/sidebars.js
index 1ce0f9002..170874ed2 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -128,6 +128,9 @@ const sidebars = {
         'transform/sql',
         'transform/split',
         'transform/json',
+        'transform/replace',
+        'transform/udf',
+        'transform/uuid',
       ],
     },
     {