From 90bf360c06198a6aa4e9a59a1de65fb775dad411 Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Sat, 25 Apr 2026 21:26:45 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=20=C2=AB?= =?UTF-8?q?=D0=98=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=C2=BB=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0?= =?UTF-8?q?=D0=B2=D0=BD=D1=8B=D1=85=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B5?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - блок поднят над «Структура документации» — это первое что видит читатель после описания - разделён на две аудитории: * «Для AI-агентов»: llms.txt (карта) и llms-full.txt (полный текст) * «Для проекта»: ZIP-архив с распаковкой в ./ai/nextjs-style-guide/ - прямые URL на nextjs-style-guide.gromlab.ru - README.md и README_RU.md (генерируются из docs/{ru,en}/index.md) обновлены автоматически --- README.md | 13 +++++++++++++ README_RU.md | 13 +++++++++++++ docs/en/index.md | 13 +++++++++++++ docs/ru/index.md | 13 +++++++++++++ 4 files changed, 52 insertions(+) diff --git a/README.md b/README.md index 39bd837..16fca63 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ Conventions for Next.js project development: application architecture and layers, code structure, module organization, styling, typing, and infrastructure. +## Usage + +**For AI agents:** + +- [Sections map](https://nextjs-style-guide.gromlab.ru/en/llms.txt) — `llms.txt`, table of contents with links to sections. +- [Full text](https://nextjs-style-guide.gromlab.ru/en/llms-full.txt) — `llms-full.txt`, the entire documentation in a single file. + +**For projects:** + +- [Rules archive](https://nextjs-style-guide.gromlab.ru/nextjs-style-guide-en.zip) — `nextjs-style-guide-en.zip`, a set of Markdown files to unpack into `./ai/nextjs-style-guide/` or another project folder. + ## Documentation Structure ### Processes @@ -51,3 +62,5 @@ Conventions for Next.js project development: application architecture and layers | Hooks | _(not filled)_ | | Fonts | _(not filled)_ | | Localization | _(not filled)_ | + + diff --git a/README_RU.md b/README_RU.md index 75e9289..ccadec3 100644 --- a/README_RU.md +++ b/README_RU.md @@ -2,6 +2,17 @@ Соглашения по разработке Next.js проектов: архитектура и слои приложения, структура кода, организация модулей, стилизация, типизация и инфраструктура. +## Использование + +**Для AI-агентов:** + +- [Карта разделов](https://nextjs-style-guide.gromlab.ru/ru/llms.txt) — `llms.txt`, оглавление со ссылками на разделы. +- [Полный текст](https://nextjs-style-guide.gromlab.ru/ru/llms-full.txt) — `llms-full.txt`, вся документация одним файлом. + +**Для проекта:** + +- [Архив с правилами](https://nextjs-style-guide.gromlab.ru/nextjs-style-guide-ru.zip) — `nextjs-style-guide-ru.zip`, набор Markdown-файлов для распаковки в `./ai/nextjs-style-guide/` или другую папку проекта. + ## Структура документации ### Workflow @@ -54,3 +65,5 @@ | Шрифты | _(не заполнен)_ | | Локализация | _(не заполнен)_ | + + diff --git a/docs/en/index.md b/docs/en/index.md index 39bd837..16fca63 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -2,6 +2,17 @@ Conventions for Next.js project development: application architecture and layers, code structure, module organization, styling, typing, and infrastructure. +## Usage + +**For AI agents:** + +- [Sections map](https://nextjs-style-guide.gromlab.ru/en/llms.txt) — `llms.txt`, table of contents with links to sections. +- [Full text](https://nextjs-style-guide.gromlab.ru/en/llms-full.txt) — `llms-full.txt`, the entire documentation in a single file. + +**For projects:** + +- [Rules archive](https://nextjs-style-guide.gromlab.ru/nextjs-style-guide-en.zip) — `nextjs-style-guide-en.zip`, a set of Markdown files to unpack into `./ai/nextjs-style-guide/` or another project folder. + ## Documentation Structure ### Processes @@ -51,3 +62,5 @@ Conventions for Next.js project development: application architecture and layers | Hooks | _(not filled)_ | | Fonts | _(not filled)_ | | Localization | _(not filled)_ | + + diff --git a/docs/ru/index.md b/docs/ru/index.md index 75e9289..ccadec3 100644 --- a/docs/ru/index.md +++ b/docs/ru/index.md @@ -2,6 +2,17 @@ Соглашения по разработке Next.js проектов: архитектура и слои приложения, структура кода, организация модулей, стилизация, типизация и инфраструктура. +## Использование + +**Для AI-агентов:** + +- [Карта разделов](https://nextjs-style-guide.gromlab.ru/ru/llms.txt) — `llms.txt`, оглавление со ссылками на разделы. +- [Полный текст](https://nextjs-style-guide.gromlab.ru/ru/llms-full.txt) — `llms-full.txt`, вся документация одним файлом. + +**Для проекта:** + +- [Архив с правилами](https://nextjs-style-guide.gromlab.ru/nextjs-style-guide-ru.zip) — `nextjs-style-guide-ru.zip`, набор Markdown-файлов для распаковки в `./ai/nextjs-style-guide/` или другую папку проекта. + ## Структура документации ### Workflow @@ -54,3 +65,5 @@ | Шрифты | _(не заполнен)_ | | Локализация | _(не заполнен)_ | + +