chore: обновлены конфиги под единый файл workflow
- Заменена группа из 9 пунктов Workflow в sidebar на одну ссылку - Обновлён concat-md.js: 9 файлов воркфлоу заменены на workflow.md
This commit is contained in:
@@ -3,17 +3,7 @@ import { defineConfig } from 'vitepress';
|
|||||||
const ruSidebar = [
|
const ruSidebar = [
|
||||||
{
|
{
|
||||||
text: 'Workflow',
|
text: 'Workflow',
|
||||||
items: [
|
link: '/workflow',
|
||||||
{ text: 'Начало работы', link: '/workflow/getting-started' },
|
|
||||||
{ text: 'Создание проекта', link: '/workflow/creating-app' },
|
|
||||||
{ text: 'Генерация кода', link: '/workflow/code-generation' },
|
|
||||||
{ text: 'Добавление страницы', link: '/workflow/creating-pages' },
|
|
||||||
{ text: 'Добавление UI-модуля', link: '/workflow/creating-components' },
|
|
||||||
{ text: 'Стилизация', link: '/workflow/styling' },
|
|
||||||
{ text: 'Получение данных', link: '/workflow/data-fetching' },
|
|
||||||
{ text: 'Управление состоянием', link: '/workflow/state-management' },
|
|
||||||
{ text: 'Локализация', link: '/workflow/localization' },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Базовые правила',
|
text: 'Базовые правила',
|
||||||
|
|||||||
10
concat-md.js
10
concat-md.js
@@ -6,15 +6,7 @@ const fileOrder = [
|
|||||||
// index
|
// index
|
||||||
"index.md",
|
"index.md",
|
||||||
// workflow
|
// workflow
|
||||||
"workflow/getting-started.md",
|
"workflow.md",
|
||||||
"workflow/creating-app.md",
|
|
||||||
"workflow/code-generation.md",
|
|
||||||
"workflow/creating-pages.md",
|
|
||||||
"workflow/creating-components.md",
|
|
||||||
"workflow/styling.md",
|
|
||||||
"workflow/data-fetching.md",
|
|
||||||
"workflow/state-management.md",
|
|
||||||
"workflow/localization.md",
|
|
||||||
// basics
|
// basics
|
||||||
"basics/tech-stack.md",
|
"basics/tech-stack.md",
|
||||||
"basics/architecture.md",
|
"basics/architecture.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user