mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 05:57:05 +02:00
test(v2): test different type of sidebar item
This commit is contained in:
parent
f47059b5bd
commit
badb067b4b
5 changed files with 58 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue