From e4f245b73f7c77faad7e13fa82489f7d2032d03d Mon Sep 17 00:00:00 2001 From: Loris Sigrist Date: Wed, 4 Oct 2023 12:06:22 +0200 Subject: [PATCH] Absolute sidebar --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 90c35fd..6316d7d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,7 @@ maxLevel: 3, //Sidebar - loadSidebar: "docs/_sidebar.md", + loadSidebar: "https://raw.githubusercontent.com/LorisSigrist/t18s/main/docs/_sidebar.md", };