From c59e4a06686db62ad8ec134ec1c97080673fbcb3 Mon Sep 17 00:00:00 2001 From: Siddharth Kumar Sah Date: Fri, 27 Mar 2026 16:41:33 +0800 Subject: [PATCH] feat(docs): add llms.txt links to GitHub Pages footer Add llms.txt and llms-full.txt links in the footer with "AI-friendly docs" label. Also add link rel="llms-txt" head tag for automatic discovery by AI tools. --- apps/docs/.vitepress/config.mts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/docs/.vitepress/config.mts b/apps/docs/.vitepress/config.mts index 77cd1ee1..874b8eaa 100644 --- a/apps/docs/.vitepress/config.mts +++ b/apps/docs/.vitepress/config.mts @@ -11,6 +11,7 @@ export default defineConfig({ head: [ ["meta", { name: "theme-color", content: "#3b82f6" }], ["link", { rel: "icon", type: "image/svg+xml", href: "/Stirling-Image/favicon.svg" }], + ["link", { rel: "llms-txt", href: "/Stirling-Image/llms.txt" }], ], themeConfig: { @@ -48,7 +49,9 @@ export default defineConfig({ }, footer: { - message: "Released under the MIT License.", + message: + 'Released under the MIT License. · llms.txt · llms-full.txt', + copyright: 'AI-friendly docs available at /llms-full.txt', }, editLink: {