From 0f9317979baf7f707f3eff2a3fe84a1df7e50c15 Mon Sep 17 00:00:00 2001 From: Foorack Date: Sun, 4 Jul 2021 10:51:02 +0200 Subject: [PATCH] Minor fix to sidebar Currently the sidebar "jumps around" a lot, making it very hard to navigate. This fixes this bug. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"], ];