docs: point get started button to the per-environment setup docs (#1213)
Thanks untitaker!
This commit is contained in:
parent
2fc3765340
commit
a4efcef1c9
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue