mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Fixed sidebar navigation for FAQ.
This commit is contained in:
parent
ea7486615b
commit
749c795173
@ -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/'
|
||||
],
|
||||
|
@ -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/)
|
Loading…
Reference in New Issue
Block a user