We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b62b75 commit 6f45285Copy full SHA for 6f45285
docusaurus.config.js
@@ -99,11 +99,7 @@ const config = {
99
items: [
100
{
101
label: 'Documents',
102
- to: '/docs/intro',
103
- },
104
- {
105
- label: 'API',
106
- to: '/api'
+ to: '/docs/stable/intro',
107
}
108
],
109
},
@@ -129,7 +125,7 @@ const config = {
129
125
130
126
131
127
label: 'API',
132
- to: '/api',
128
+ to: '/docs/api/intro',
133
134
135
label: 'GitHub',
src/pages/index.js
@@ -19,7 +19,7 @@ function HomepageHeader() {
19
<div className={styles.buttons}>
20
<Link
21
className="button button--secondary button--lg"
22
- to="/docs/intro">
+ to="/docs/stable/intro">
23
Docusaurus Tutorial - 5min ⏱️
24
</Link>
25
</div>
0 commit comments