mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Fixed sidebar navigation for FAQ #21
This commit is contained in:
commit
e281d8217e
@ -9,7 +9,7 @@ module.exports = {
|
|||||||
editLinks: true,
|
editLinks: true,
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Guides', link: '/help/guides/getting-started' },
|
{ text: 'Guides', link: '/help/guides/getting-started' },
|
||||||
{ text: 'FAQ', link: '/help/faq/' },
|
{ text: 'FAQ', link: '/help/faq/application' },
|
||||||
{ text: 'Extensions', link: '/extensions/' },
|
{ text: 'Extensions', link: '/extensions/' },
|
||||||
{ text: 'Wiki', link: 'https://github.com/inorichi/tachiyomi/wiki' },
|
{ text: 'Wiki', link: 'https://github.com/inorichi/tachiyomi/wiki' },
|
||||||
{ text: 'Discord', link: 'https://discord.gg/tachiyomi' },
|
{ text: 'Discord', link: 'https://discord.gg/tachiyomi' },
|
||||||
@ -23,8 +23,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'FAQ',
|
title: 'FAQ',
|
||||||
path: '/help/faq/',
|
children: ['/help/faq/application', '/help/faq/extensions']
|
||||||
children: ['/help/faq/application/', '/help/faq/extensions/']
|
|
||||||
},
|
},
|
||||||
'/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