setting up bones for documentation

This commit is contained in:
Marston Connell
2022-07-09 13:17:54 -04:00
parent e1c43f4b94
commit 3ff468781d
17 changed files with 50 additions and 228 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min
Get Started
</Link>
</div>
</div>
@@ -30,7 +30,7 @@ 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>