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