Updated docs

This commit is contained in:
amithkoujalgi
2025-04-18 23:02:32 +05:30
parent 9d9bc53e0b
commit 63b3bcb71e
4 changed files with 21 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ function HomepageHeader() {
export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<HomepageHeader/>
<main>