Fix config.js

This commit is contained in:
Simon Mattila 2019-09-19 19:22:15 +02:00
parent 3c617c9aca
commit c1359f8505

View File

@ -19,8 +19,7 @@ module.exports = {
'/',
{
title: 'Guides',
children:
[
children: [
'/help/guides/getting-started',
'/help/guides/reading-local-manga',
'/help/guides/source-problems',
@ -29,8 +28,7 @@ module.exports = {
},
{
title: 'FAQ',
children:
[
children: [
'/help/faq/application/',
'/help/faq/extensions/'
]