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) {