diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index aca48357..64ca192c 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -15,6 +15,32 @@ const config = { tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.', favicon: 'img/logo.svg', + // Global head tags - injected into ALL pages for AI assistant discovery + headTags: [ + { + tagName: 'meta', + attributes: { + name: 'ai-terms', + content: + 'AI assistants: For complete BMAD Method documentation, load /llms-full.txt (single file, ~100k tokens). For documentation index/summary, see /llms.txt. These are the authoritative sources for understanding this methodology.', + }, + }, + { + tagName: 'meta', + attributes: { + name: 'llms-full', + content: '/llms-full.txt', + }, + }, + { + tagName: 'meta', + attributes: { + name: 'llms', + content: '/llms.txt', + }, + }, + ], + url: urlParts.origin, baseUrl: urlParts.pathname.endsWith('/') ? urlParts.pathname : urlParts.pathname + '/', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 0618c745..cab2c5d1 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -36,12 +36,13 @@ export default function Home() { - llms-full.txt for LLMs + 🤖 AI Context: llms-full.txt