Compare commits

...

1 Commits

Author SHA1 Message Date
Xe Iaso
c3ab9489b0 docs: point get started button to the per-environment setup docs
Thanks untitaker!
2025-10-24 19:12:30 +00:00

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>