mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 07:32:53 +00:00
fix(v2): fix path for footer menu item Help
This commit is contained in:
parent
a5fe00ff55
commit
f4c2ae7cee
|
|
@ -162,7 +162,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
label: 'Help',
|
||||
to: 'help',
|
||||
to: 'docs/next/support',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue