feat(v2): add help page (#1835)

This commit is contained in:
Yangshun Tay 2019-10-12 01:03:51 -07:00 committed by GitHub
parent 82946df0f5
commit a059e17c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 124 additions and 0 deletions

View file

@ -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',
},
],
},
{