Skip to content

Commit c64c241

Browse files
committed
docs: Add an introduction button
Add a button for the introduction to the website and let the getting started button actually link to the getting started docs. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent f6d9972 commit c64c241

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus/src/pages/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ function HomepageHeader() {
3535
<p className="hero__subtitle">{siteConfig.tagline}</p>
3636
<div className={styles.buttons}>
3737
<Link
38-
className="button button--secondary button--lg"
38+
className="button button--secondary button--lg margin-right--lg"
3939
to="/docs/intro">
40+
Introduction
41+
</Link>
42+
<Link
43+
className="button button--secondary button--lg"
44+
to="/docs/getting-started/installation">
4045
Getting Started
4146
</Link>
4247
</div>

0 commit comments

Comments
 (0)