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