forked from sheetjs/docs.sheetjs.com
link
This commit is contained in:
parent
bbb3b06fd5
commit
9581571f9f
@ -98,7 +98,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
label: 'Example',
|
||||
to: '/docs/getting-started/example',
|
||||
to: '/docs/getting-started/example/',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -14,11 +14,7 @@ function HomepageHeader() {
|
||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs">
|
||||
Get Started
|
||||
</Link>
|
||||
<Link className="button button--secondary button--lg" to="/docs/">Get Started</Link>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user