mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 12:07:58 +02:00
feat(v2): add help page (#1835)
This commit is contained in:
parent
82946df0f5
commit
a059e17c6c
2 changed files with 124 additions and 0 deletions
|
@ -92,6 +92,10 @@ module.exports = {
|
|||
label: 'Installation',
|
||||
to: 'docs/installation',
|
||||
},
|
||||
{
|
||||
label: 'Migration from v1 to v2',
|
||||
to: 'docs/migration-from-v1-to-v2',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -109,6 +113,10 @@ module.exports = {
|
|||
label: 'Discord',
|
||||
href: 'https://discordapp.com/invite/docusaurus',
|
||||
},
|
||||
{
|
||||
label: 'Help',
|
||||
to: 'help',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue