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 { ...@@ -24,8 +24,8 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext(); const { siteConfig } = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`} title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />" 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 /> <HomepageHeader />
<main> <main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment