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,
};