From c46b8436703b91748798842ccfabd4139e6c056e Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Tue, 31 Mar 2026 15:18:08 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D1=82=D1=8C=20'=D0=98=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5'=20=D0=BF=D0=BE=D1=81?= =?UTF-8?q?=D0=BB=D0=B5=20'=D0=A2=D0=B5=D1=85=D0=BD=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B3=D0=B8=D0=B8'=20=D0=B2=20=D1=81=D0=B0=D0=B9=D0=B4=D0=B1?= =?UTF-8?q?=D0=B0=D1=80=D0=B5=20=D0=B8=20=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=BD=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 | 3 ++- concat-md.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 2e554c5..5394386 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -9,9 +9,9 @@ const ruSidebar = [ text: 'Базовые правила', items: [ { text: 'Технологии и библиотеки', link: '/basics/tech-stack' }, + { text: 'Именование', link: '/basics/naming' }, { text: 'Архитектура', link: '/basics/architecture' }, { text: 'Стиль кода', link: '/basics/code-style' }, - { text: 'Именование', link: '/basics/naming' }, { text: 'Документирование', link: '/basics/documentation' }, { text: 'Типизация', link: '/basics/typing' }, ], @@ -22,6 +22,7 @@ const ruSidebar = [ { text: 'Настройка VS Code', link: '/applied/vscode' }, { text: 'Структура проекта', link: '/applied/project-structure' }, { text: 'UI и компоненты', link: '/applied/components' }, + { text: 'Компоненты (new)', link: '/applied/components-new' }, { text: 'Страницы (App Router)', link: '/applied/page-level' }, { text: 'Шаблоны и генерация кода', link: '/applied/templates-generation' }, { text: 'Стили', link: '/applied/styles' }, diff --git a/concat-md.js b/concat-md.js index 6c5182d..5bcf6a6 100644 --- a/concat-md.js +++ b/concat-md.js @@ -9,9 +9,9 @@ const fileOrder = [ "workflow.md", // basics "basics/tech-stack.md", + "basics/naming.md", "basics/architecture.md", "basics/code-style.md", - "basics/naming.md", "basics/documentation.md", "basics/typing.md", // applied