docs: объединены 9 страниц workflow в один файл
All checks were successful
CI/CD Pipeline / docker (push) Successful in 40s
CI/CD Pipeline / deploy (push) Successful in 6s

- Создан единый docs/ru/workflow.md с форматом: заголовок, описание, этапы, комментарий
- Пересобраны generated/ru/RULES.md и generated/en/RULES.md
- Старые файлы в docs/ru/workflow/ сохранены, но убраны из навигации
This commit is contained in:
2026-03-29 14:04:25 +03:00
parent 93684be5bd
commit dadfa83df5
3 changed files with 154 additions and 166 deletions

View File

@@ -57,46 +57,6 @@ Rules and standards for NextJS and TypeScript development: architecture, typing,
Full documentation in a single MD file: https://gromlab.ru/docs/frontend-style-guide/raw/branch/main/generated/en/RULES.md
<!-- /workflow/getting-started -->
## Getting Started
Setting up the environment and installing tools before starting development.
<!-- /workflow/creating-app -->
## Creating an App
How to create a new application: choosing a project template and initialization.
<!-- /workflow/creating-pages -->
## Creating Pages
Page creation pattern: routing (page.tsx) and screen.
<!-- /workflow/creating-components -->
## Creating Components
Generating components using templates, working with child components.
<!-- /workflow/styling -->
## Styling
Styling tools priority and rules for their application.
<!-- /workflow/data-fetching -->
## Data Fetching
How to fetch data: SWR, API client codegen, sockets.
<!-- /workflow/state-management -->
## State Management
When and how to create a store (Zustand), what to store locally vs globally.
<!-- /workflow/localization -->
## Localization
How to add translations and work with i18next.
<!-- /basics/tech-stack -->
## Tech Stack