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>
|
</Heading>
|
||||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||||
<div className={styles.buttons}>
|
<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
|
Get started
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue