Skip to content

Commit 4ccba0a

Browse files
Fix 404'ing Overview and Getting Started
1 parent 2f4e4c5 commit 4ccba0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ module.exports = {
3838
items: [
3939
{
4040
label: 'Overview',
41-
to: 'docs/overview/',
41+
to: 'docs/',
4242
},
4343
{
4444
label: 'Getting Started',
45-
to: 'docs/doc2/',
45+
to: 'docs/getting_started/',
4646
},
4747
],
4848
},

0 commit comments

Comments
 (0)