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

Startrekzky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 6596fd4ae26 Fix example of parallel executions in AdvancedMode.md 
(#825)
6596fd4ae26 is described below

commit 6596fd4ae26049b4d8064f8e30b288facb240678
Author: rabelenda <[email protected]>
AuthorDate: Thu May 21 10:36:32 2026 -0300

    Fix example of parallel executions in AdvancedMode.md (#825)
    
    While reading the documentation I didn't noticed much difference between 
parallel and sequential examples. My guess is that the model is 
blueprint([stage([task({}),...]),...])
---
 docs/Configuration/AdvancedMode.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/docs/Configuration/AdvancedMode.md 
b/docs/Configuration/AdvancedMode.md
index 4d61e4c4f64..daf6a1a2d0f 100644
--- a/docs/Configuration/AdvancedMode.md
+++ b/docs/Configuration/AdvancedMode.md
@@ -174,9 +174,7 @@ Below is an example for collecting a GitLab repo and a Jira 
board in parallel. I
                 "boardId":8,
                 "connectionId":1
             }
-        }
-    ],
-    [
+        },
         {
             "Plugin":"gitlab",
             "Options":{
@@ -242,9 +240,7 @@ Below is an example for collecting a TAPD workspace and a 
GitLab repo in paralle
                 "workspaceId": 6***14,
                 "connectionId": 1
             }
-        }
-    ],
-    [
+        },
         {
             "Plugin":"gitlab",
             "Options":{

Reply via email to