Add 'Menus' category (#63)

Adds the menus:
My library, Library updates, Recently read, Catalogues, Extensions and Download queue.
This commit is contained in:
Soitora 2019-10-01 16:37:32 +02:00 committed by GitHub
parent 3d1f9a42d0
commit 3cea2e5d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 88 additions and 4 deletions

View File

@ -3,7 +3,7 @@ module.exports = [
text: 'Need help?',
items: [
{
text: 'Regular',
text: 'General',
items: [
{
text: 'Application',
@ -30,7 +30,7 @@ module.exports = [
text: 'Guides',
items: [
{
text: 'Regular',
text: 'General',
items: [
{
text: 'Getting started',
@ -58,6 +58,35 @@ module.exports = [
}
]
},
{
text: 'Menus',
items: [
{
text: 'My library',
link: '/help/guides/my-library'
},
{
text: 'Library updates',
link: '/help/guides/library-updates'
},
{
text: 'Recently read',
link: '/help/guides/recently-read'
},
{
text: 'Catalogues',
link: '/help/guides/catalogues'
},
{
text: 'Extensions',
link: '/help/guides/extensions'
},
{
text: 'Download queue',
link: '/help/guides/download-queue'
}
]
},
{
text: 'Settings',
items: [

View File

@ -6,7 +6,7 @@ module.exports = [
sidebarDepth: 2,
children: [
{
title: 'Regular',
title: 'General',
collapsable: false,
sidebarDepth: 2,
children: [
@ -18,6 +18,19 @@ module.exports = [
'/help/guides/source-migration'
]
},
{
title: 'Menus',
collapsable: false,
sidebarDepth: 2,
children: [
'/help/guides/my-library',
'/help/guides/library-updates',
'/help/guides/recently-read',
'/help/guides/catalogues',
'/help/guides/extensions',
'/help/guides/download-queue'
]
},
{
title: 'Settings',
collapsable: false,
@ -39,7 +52,7 @@ module.exports = [
sidebarDepth: 2,
children: [
{
title: 'Regular',
title: 'General',
collapsable: false,
sidebarDepth: 2,
children: [

View File

@ -0,0 +1,7 @@
---
title: Catalogues
lang: en-US
---
# Catalogues
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/catalogues.md)!

View File

@ -0,0 +1,7 @@
---
title: Download queue
lang: en-US
---
# Download queue
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/download-queue.md)!

View File

@ -0,0 +1,7 @@
---
title: Extensions
lang: en-US
---
# Extensions
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/extensions.md)!

View File

@ -0,0 +1,7 @@
---
title: Library updates
lang: en-US
---
# Library updates
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/library-updates.md)!

View File

@ -0,0 +1,7 @@
---
title: My library
lang: en-US
---
# My library
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/my-library.md)!

View File

@ -0,0 +1,7 @@
---
title: Recently read
lang: en-US
---
# Recently read
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/recently-read.md)!