File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Link from "@docusaurus/Link" ;
22import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
33import HomepageFeatures from "@site/src/components/HomepageFeatures" ;
4+ import HomepageSocials from "@site/src/components/HomepageSocials" ;
5+ import HeroImage from "@site/static/img/hero-illustration.svg" ;
46import Heading from "@theme/Heading" ;
57import Layout from "@theme/Layout" ;
68import clsx from "clsx" ;
79import type { ReactNode } from "react" ;
8- import HeroImage from "@site/static/img/hero-illustration.svg" ;
9- import HomepageSocials from "@site/src/components/HomepageSocials" ;
1010
1111import styles from "./index.module.css" ;
1212
@@ -53,7 +53,7 @@ function HomepageHeader() {
5353 < span className = { styles . green } > bash</ span >
5454 </ code >
5555 < div className = { styles . buttons } >
56- < Link className = "button button--lg" to = "/docs/introduction " >
56+ < Link className = "button button--lg" to = "/docs" >
5757 start now
5858 </ Link >
5959 </ div >
You can’t perform that action at this time.
0 commit comments