mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-23 00:26:42 +00:00
docs: point get started button to the per-environment setup docs (#1213)
Thanks untitaker!
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user