We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce968cb commit a07e9b4Copy full SHA for a07e9b4
docs/docusaurus.config.ts
@@ -99,7 +99,7 @@ const config: Config = {
99
items: [
100
{
101
label: 'Docs',
102
- to: '/docs/intro/overview',
+ to: '/docs/intro',
103
},
104
105
label: 'Blog',
docs/src/pages/index.tsx
@@ -18,7 +18,7 @@ function HomepageHeader() {
18
</Heading>
19
<p className="hero__subtitle">{siteConfig.tagline}</p>
20
<div className={styles.buttons}>
21
- <Link className="button button--secondary button--lg" to="/docs/intro/overview">
+ <Link className="button button--secondary button--lg" to="/docs/intro/getting-started">
22
Get started
23
</Link>
24
</div>
0 commit comments