update description & home hero button
This commit is contained in:
parent
bc5c9560f5
commit
2eee055f2a
|
@ -18,7 +18,7 @@ function HomepageHeader() {
|
|||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
Docusaurus Tutorial - 5min ⏱️
|
||||
Get Started
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -31,7 +31,7 @@ export default function Home() {
|
|||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
description="Documentation for Trifid, an open-source mesh networking tool">
|
||||
<HomepageHeader />
|
||||
<main>
|
||||
<HomepageFeatures />
|
||||
|
|
Loading…
Reference in New Issue