Browse Source

Reorder sidebar doc by bringing LLMs higher up (#3922)

mamoodi 1 year ago
parent
commit
8a419b5c45
1 changed files with 36 additions and 36 deletions
  1. 36 36
      docs/sidebars.ts

+ 36 - 36
docs/sidebars.ts

@@ -8,42 +8,6 @@ const sidebars: SidebarsConfig = {
       label: 'Getting Started',
       id: 'usage/getting-started',
     },
-    {
-      type: 'doc',
-      label: 'Troubleshooting',
-      id: 'usage/troubleshooting/troubleshooting',
-    },
-    {
-      type: 'doc',
-      label: 'Feedback',
-      id: 'usage/feedback',
-    },
-    {
-      type: 'category',
-      label: 'How-to Guides',
-      items: [
-        {
-          type: 'doc',
-          id: 'usage/how-to/cli-mode',
-        },
-        {
-          type: 'doc',
-          id: 'usage/how-to/headless-mode',
-        },
-        {
-          type: 'doc',
-          id: 'usage/how-to/custom-sandbox-guide',
-        },
-        {
-          type: 'doc',
-          id: 'usage/how-to/evaluation-harness',
-        },
-        {
-          type: 'doc',
-          id: 'usage/how-to/openshift-example',
-        }
-      ]
-    },
     {
       type: 'category',
       label: 'LLMs',
@@ -86,6 +50,42 @@ const sidebars: SidebarsConfig = {
         },
       ],
     },
+    {
+      type: 'doc',
+      label: 'Troubleshooting',
+      id: 'usage/troubleshooting/troubleshooting',
+    },
+    {
+      type: 'doc',
+      label: 'Feedback',
+      id: 'usage/feedback',
+    },
+    {
+      type: 'category',
+      label: 'How-to Guides',
+      items: [
+        {
+          type: 'doc',
+          id: 'usage/how-to/cli-mode',
+        },
+        {
+          type: 'doc',
+          id: 'usage/how-to/headless-mode',
+        },
+        {
+          type: 'doc',
+          id: 'usage/how-to/custom-sandbox-guide',
+        },
+        {
+          type: 'doc',
+          id: 'usage/how-to/evaluation-harness',
+        },
+        {
+          type: 'doc',
+          id: 'usage/how-to/openshift-example',
+        }
+      ]
+    },
     {
       type: 'category',
       label: 'Architecture',