diff --git a/index.html b/index.html
index c6c9af7..8f1035b 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
       executeScript: true,
       auto2top: true,
       maxLevel: 1,
-      subMaxLevel: 2,
+      subMaxLevel: 1,
       name: "VRChat API Documentation",
       search: {
         placeholder: "Type to search",
@@ -54,8 +54,8 @@
     };
     
     const redirects = [
-      ["#", "#/README"], 
-      ["", "#/README"], 
+      ["#", "#/README"],
+      ["", "#/README"],
       ["#/ModerationAPI/Against", "#/Archive/ModerationAPI/Against"],
       ["#/GettingStarted", "#/GettingStarted/QuickStart"],
     ];