Compare commits

...

2 Commits

Author SHA1 Message Date
Logan Markewich bc759388f2 changeset 2025-07-07 11:44:17 -06:00
Logan Markewich 2c997f76f2 add title 2025-07-07 11:36:28 -06:00
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/doc": patch
---
Add title to homepage header
+3
View File
@@ -32,6 +32,9 @@ export default function Layout({ children }: { children: ReactNode }) {
sizes="16x16"
href="/favicon-16x16.png"
/>
<title>
LlamaIndex.TS - Build LLM-powered document agents and workflows
</title>
</head>
<body className="flex min-h-screen flex-col">
<TooltipProvider>