We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d2dcc commit 5212f31Copy full SHA for 5212f31
docusaurus.config.ts
@@ -93,7 +93,7 @@ const config: Config = {
93
items: [
94
{
95
label: 'Tutorial',
96
- to: 'docs/docs/leads/home',
+ to: 'docs/leads/home',
97
},
98
],
99
src/pages/index.tsx
@@ -20,7 +20,7 @@ function HomepageHeader() {
20
<div className={styles.buttons}>
21
<Link
22
className="button button--secondary button--lg"
23
- to="docs/docs/leads/home"
+ to="docs/leads/home"
24
>
25
Docusaurus Tutorial - 5min ⏱️
26
</Link>
0 commit comments