From 616c02daa4c262b5f2f4169119c6da3d0fc410c7 Mon Sep 17 00:00:00 2001 From: Arsen Date: Mon, 20 Oct 2025 11:49:51 +0300 Subject: [PATCH] fix: hopefully fixed sidebar loading --- docs/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 8a98ff1..6486e05 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,9 +16,13 @@ name: 'STOP_AI', repo: 'https://github.com/raijin57/STOP_AI', loadSidebar: true, // подключаем боковую панель из _sidebar.md + alias: { + '/.*/_sidebar.md': '/_sidebar.md', + }, homepage: 'README.md', - subMaxLevel: 2, - auto2top: true + subMaxLevel: 3, + auto2top: true, + sidebarDisplayLevel: 1, };