docs: adding AI-friendly features (#5918)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Angie Jones
2025-12-01 04:44:20 +01:00
committed by GitHub
parent ccf939d215
commit fa7ce8ec94
4 changed files with 145 additions and 1 deletions
+13
View File
@@ -44,6 +44,19 @@ const config: Config = {
locales: ["en"],
},
headTags: [
{
tagName: "link",
attributes: {
rel: "alternate",
type: "text/plain",
title: "LLM context",
href: "/goose/llms.txt",
},
},
],
presets: [
[
"classic",