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