From 64db18917b1453576721a927a0361a14e542d725 Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Sat, 25 Apr 2026 20:00:52 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=D0=B7=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?EN-=D0=BB=D0=B5=D0=BD=D0=B4=D0=B8=D0=BD=D0=B3=20=D1=81=20=D1=80?= =?UTF-8?q?=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - обновлён EN tagline на лендинге под новый стиль (RU уже был обновлён) - английская карточка «For Assistant» приведена к структуре русской: две кнопки llms.txt и llms-full.txt с заглушечными ссылками (#) и бейджем «in development» - шаблон карточки теперь поддерживает badge при наличии buttons: карточка приглушается, кнопки не кликаются --- docs/index.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 18972d7..529878c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,7 +42,7 @@ const dict = { }, }, en: { - tagline: 'Ready-made standards for architecture, code, components, and infrastructure in Next.js + TypeScript projects — so your team writes consistently and new developers ramp up faster.', + tagline: 'Conventions for Next.js project development: application architecture and layers, code structure, module organization, styling, typing, and infrastructure.', langLabel: 'Language', themeLabel: 'Theme', themes: { auto: 'Auto', light: 'Light', dark: 'Dark' }, @@ -57,9 +57,11 @@ const dict = { ai: { title: 'For Assistant', desc: 'Documentation map in llms.txt format for AI agents.', - href: '#', - cta: 'Open', badge: 'in development', + buttons: [ + { label: 'llms.txt', href: '#' }, + { label: 'llms-full.txt', href: '#' }, + ], }, zip: { title: 'Download rules', @@ -168,15 +170,20 @@ function toggleTheme(value) {