mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Turn Guides and FAQ collapsable.
This commit is contained in:
parent
50e230156c
commit
fccea81a19
@ -19,13 +19,11 @@ module.exports = {
|
|||||||
'/',
|
'/',
|
||||||
{
|
{
|
||||||
title: 'Guides',
|
title: 'Guides',
|
||||||
collapsable: false,
|
|
||||||
children: ['/help/guides/getting-started', '/help/guides/reading-local-manga']
|
children: ['/help/guides/getting-started', '/help/guides/reading-local-manga']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'FAQ',
|
title: 'FAQ',
|
||||||
path: '/help/faq/',
|
path: '/help/faq/',
|
||||||
collapsable: false,
|
|
||||||
children: ['/help/faq/application/', '/help/faq/extensions/']
|
children: ['/help/faq/application/', '/help/faq/extensions/']
|
||||||
},
|
},
|
||||||
'/extensions/'
|
'/extensions/'
|
||||||
|
Loading…
Reference in New Issue
Block a user