Skip to content

Commit 3a0d734

Browse files
authored
Minor fix to sidebar (#76)
Currently the sidebar "jumps around" a lot, making it very hard to navigate. This fixes this bug.
1 parent 3f587c9 commit 3a0d734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
executeScript: true,
3030
auto2top: true,
3131
maxLevel: 1,
32-
subMaxLevel: 2,
32+
subMaxLevel: 1,
3333
name: "VRChat API Documentation",
3434
search: {
3535
placeholder: "Type to search",
@@ -54,8 +54,8 @@
5454
};
5555

5656
const redirects = [
57-
["#", "#/README"],
58-
["", "#/README"],
57+
["#", "#/README"],
58+
["", "#/README"],
5959
["#/ModerationAPI/Against", "#/Archive/ModerationAPI/Against"],
6060
["#/GettingStarted", "#/GettingStarted/QuickStart"],
6161
];

0 commit comments

Comments
 (0)