Skip to content
Snippets Groups Projects
Unverified Commit b7656206 authored by Simon Suo's avatar Simon Suo Committed by GitHub
Browse files

Merge pull request #19 from run-llama/suo/update_docs_title_and_desc

Update docs title and meta description
parents a594e22d baa91540
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title={`${siteConfig.title}`}
description="LlamaIndex is a data framework for your LLM application. Use your own data with large language models (LLMs, OpenAI ChatGPT and others) in Typescript and Javascript."
>
<HomepageHeader />
<main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment