Fixed sidebar navigation for FAQ #21

This commit is contained in:
Soitora 2019-09-19 19:24:51 +02:00 committed by GitHub
commit e281d8217e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 17 deletions

View File

@ -9,7 +9,7 @@ module.exports = {
editLinks: true,
nav: [
{ text: 'Guides', link: '/help/guides/getting-started' },
{ text: 'FAQ', link: '/help/faq/' },
{ text: 'FAQ', link: '/help/faq/application' },
{ text: 'Extensions', link: '/extensions/' },
{ text: 'Wiki', link: 'https://github.com/inorichi/tachiyomi/wiki' },
{ text: 'Discord', link: 'https://discord.gg/tachiyomi' },
@ -23,8 +23,7 @@ module.exports = {
},
{
title: 'FAQ',
path: '/help/faq/',
children: ['/help/faq/application/', '/help/faq/extensions/']
children: ['/help/faq/application', '/help/faq/extensions']
},
'/extensions/'
],

View File

@ -1,14 +0,0 @@
---
title: FAQ
lang: en-US
sidebarDepth: 2
---
# FAQ
Here you can find the frequently asked questions.
They are separated by the categories listed below.
- [Application](/help/faq/application/)
- [Extensions](/help/faq/extensions/)