There was an error while loading. Please reload this page.
1 parent 402063a commit 2110c05Copy full SHA for 2110c05
2 files changed
docs/getting-started/index.mdx
@@ -0,0 +1,4 @@
1
+---
2
+title: "Getting Started"
3
+sidebar_position: 1
4
src/pages/index.tsx
@@ -20,7 +20,7 @@ function HomepageHeader() {
20
<div className={styles.buttons}>
21
<Link
22
className="button button--secondary button--lg"
23
- to="/docs/">
+ to="/docs/getting-started/">
24
Getting Started
25
</Link>
26
</div>
@@ -34,7 +34,7 @@ export default function Home(): ReactNode {
34
return (
35
<Layout
36
title={`Welcome to ${siteConfig.title}`}
37
- description="Description will go into a meta tag in <head />">
+ description="Build your own weather station">
38
<HomepageHeader />
39
<main>
40
{/*<HomepageFeatures />*/}
0 commit comments