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

Reply via email to