From 5309fcfb8d4b23a81a8a591ae7424f5dc52d3d1e Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Aug 2024 10:26:16 +0200 Subject: [PATCH] feat: better start page --- src/pages/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b8d69b7..cbc41d4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,11 +25,13 @@ export default function Home(): JSX.Element { const {siteConfig} = useDocusaurusContext(); return ( + title={`Care.nvim`} + description="Completion And Recommendation Engine">
- + Getting Started + Configuration + For Developers
);