zhongjiajie commented on code in PR #1740:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1740#discussion_r861424044


##########
docs/sidebars.js:
##########
@@ -68,14 +75,13 @@ const sidebars = {
       items: [
         'start/local',
         'start/docker',
-        'start/kubernetes',
+        'start/kubernetes'
       ],
     },
     {

Review Comment:
   ```suggestion
       {
         type: 'category',
         label: 'Basic Concept',
         items: [
           'concept/config',
         ],
       },
       {
   ```



##########
docs/sidebars.js:
##########
@@ -54,6 +54,13 @@ const sidebars = {
         'intro/history',
       ],
     },
+    {
+      type: 'category',
+      label: 'Basic Concept',
+      items: [
+        'concept/config',
+      ],
+    },

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to