Skip to content

Commit

Permalink
feat: better start page
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 4, 2024
1 parent 4941c75 commit 5309fcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Max397574`}
description="Personal page from max397574">
title={`Care.nvim`}
description="Completion And Recommendation Engine">
<HomepageHeader />
<main>
<HomepageFeatures />
<a href="getting_started">Getting Started</a>
<a href="config">Configuration</a>
<a href="dev">For Developers</a>
</main>
</Layout>
);
Expand Down

0 comments on commit 5309fcf

Please sign in to comment.