From 787223010f95e1fe36fc09e2a4869fdcb881b6b1 Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Mon, 20 Apr 2026 11:44:27 +0300 Subject: [PATCH] =?UTF-8?q?style:=20=D1=81=D0=B2=D0=B5=D1=80=D0=BD=D1=83?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=BF=D1=83=D0=BD=D0=BA=D1=82?= =?UTF-8?q?=D1=8B=20=D0=B0=D1=80=D1=85=D0=B8=D1=82=D0=B5=D0=BA=D1=82=D1=83?= =?UTF-8?q?=D1=80=D1=8B=20=D0=B2=20=D1=81=D0=B0=D0=B9=D0=B4=D0=B1=D0=B0?= =?UTF-8?q?=D1=80=D0=B5=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index faa6d40..6d72c4f 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -13,7 +13,7 @@ const ruSidebar = [ { text: 'Архитектура', link: '/basics/architecture/', - collapsed: false, + collapsed: true, items: [ { text: 'Слои', link: '/basics/architecture/reference/layers' }, { text: 'Модули', link: '/basics/architecture/reference/modules' },