test(v2): test different type of sidebar item

This commit is contained in:
endiliey 2019-05-15 19:16:28 +08:00
parent f47059b5bd
commit badb067b4b
5 changed files with 58 additions and 8 deletions

View file

@ -14,7 +14,15 @@ module.exports = {
'deployment',
],
Guides: [
'configuration',
{
type: 'link',
label: 'Github',
href: 'http://github.com',
},
{
type: 'ref',
id: 'configuration',
},
'creating-pages',
'writing-documentation',
'assets',