docs: point get started button to the per-environment setup docs

Thanks untitaker!
This commit is contained in:
Xe Iaso
2025-10-24 19:12:30 +00:00
parent 2fc3765340
commit c3ab9489b0

View File

@@ -18,7 +18,10 @@ function HomepageHeader() {
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs/">
<Link
className="button button--secondary button--lg"
to="/docs/category/environments"
>
Get started
</Link>
</div>