From d621e6b57d09fe2d9f9f13aff8eb75549f5393f4 Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Mon, 20 Apr 2026 16:56:27 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=91=D0=B0=D0=B7=20=D1=81=20=D1=80?= =?UTF-8?q?=D0=B0=D1=81=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B5=D0=BC=20=D0=B2?= =?UTF-8?q?=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=BD=D0=BE=D0=B9=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=B8?= 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 6d72c4f..a7c441c 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -12,9 +12,9 @@ const ruSidebar = [ { text: 'Именование', link: '/basics/naming' }, { text: 'Архитектура', - link: '/basics/architecture/', collapsed: true, items: [ + { text: 'Обзор', link: '/basics/architecture/' }, { text: 'Слои', link: '/basics/architecture/reference/layers' }, { text: 'Модули', link: '/basics/architecture/reference/modules' }, { text: 'Сегменты', link: '/basics/architecture/reference/segments' },