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 @@ | Шрифты | _(не заполнен)_ | | Локализация | _(не заполнен)_ | + +