Hisoka-X commented on code in PR #3244:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3244#discussion_r1013584854


##########
docs/sidebars.js:
##########
@@ -44,173 +44,186 @@ const sidebars = {
     ],
      */
 
-    docs: [
+    "docs": [
         {
-            type: 'category',
-            label: 'Introduction',
-            items: [
-                'intro/about',
-                'intro/why',
-                'intro/history',
-            ],
+            "type": "category",
+            "label": "Introduction",
+            "items": [
+                "intro/about",
+                "intro/why",
+                "intro/history"
+            ]
         },
         {
-            type: 'category',
-            label: 'Quick Start',
-            link: {
-                type: 'generated-index',
-                title: 'Quick Start for SeaTunnel',
-                description: 'In this section, you could learn how to get up 
and running Apache SeaTunnel in both locally or in Docker environment.',
-                slug: '/category/start',
-                keywords: ['start'],
-                image: '/img/favicon.ico',
+            "type": "category",
+            "label": "Quick Start",
+            "link": {
+                "type": "generated-index",
+                "title": "Quick Start for SeaTunnel",
+                "description": "In this section, you could learn how to get up 
and running Apache SeaTunnel in both locally or in Docker environment.",
+                "slug": "/category/start",
+                "keywords": ["start"],
+                "image": "/img/favicon.ico"
             },
-            items: [
-                'start/local',
-                'start/docker',
-                'start/kubernetes'
-            ],
+            "items": [
+                "start/local",
+                "start/docker",
+                "start/kubernetes"
+            ]
         },
         {
-            type: 'category',
-            label: 'Concept',
-            items: [
-                'concept/config',
-                'concept/connector-v2-features',
-            ],
+            "type": "category",
+            "label": "Quick Start - V2",
+            "link": {
+                "type": "generated-index",
+                "title": "Quick Start(V2) for SeaTunnel",
+                "description": "In this section, you could learn how to get up 
and running Apache SeaTunnel in both locally or in Docker environment.",
+                "slug": "/category/start-v2",
+                "keywords": ["start"],
+                "image": "/img/favicon.ico"
+            },
+            "items": [
+                "start-v2/local",
+                "start-v2/docker",
+                "start-v2/kubernetes"
+            ]
         },
-        'Connector-v2-release-state',
         {
-            type: 'category',
-            label: 'Connector-V2',
-            items: [
+            "type": "category",
+            "label": "Concept",
+            "items": [
+                "concept/config"

Review Comment:
   Miss 'concept/connector-v2-features'



-- 
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