docs: point get started button to the per-environment setup docs (#1213)

Thanks untitaker!
This commit is contained in:
Xe Iaso 2025-10-24 15:19:29 -04:00 committed by GitHub
parent 2fc3765340
commit a4efcef1c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>