Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 5, 2024
1 parent 89a432d commit 816e5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Config } from '@docusaurus/types';
import type * as Plugin from '@docusaurus/types/src/plugin';

const config: Config = {
title: 'hyperse track',
title: 'hyperse data tracker engine',
tagline:
'A typed, smart, scalable , powerful data collection engine written in typescript',
url: 'https://hyperse-io.github.io',
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title={`A typed, smart, scalable , powerful data collection engine written in typescript`}
description={siteConfig.tagline}
>
<div className={styles.topBackground} />
<HomepageHeader />
Expand Down

0 comments on commit 816e5a9

Please sign in to comment.