mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Add 'Menus' category (#63)
Adds the menus: My library, Library updates, Recently read, Catalogues, Extensions and Download queue.
This commit is contained in:
parent
3d1f9a42d0
commit
3cea2e5d94
@ -3,7 +3,7 @@ module.exports = [
|
|||||||
text: 'Need help?',
|
text: 'Need help?',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Regular',
|
text: 'General',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Application',
|
text: 'Application',
|
||||||
@ -30,7 +30,7 @@ module.exports = [
|
|||||||
text: 'Guides',
|
text: 'Guides',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Regular',
|
text: 'General',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Getting started',
|
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',
|
text: 'Settings',
|
||||||
items: [
|
items: [
|
||||||
|
@ -6,7 +6,7 @@ module.exports = [
|
|||||||
sidebarDepth: 2,
|
sidebarDepth: 2,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: 'Regular',
|
title: 'General',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebarDepth: 2,
|
sidebarDepth: 2,
|
||||||
children: [
|
children: [
|
||||||
@ -18,6 +18,19 @@ module.exports = [
|
|||||||
'/help/guides/source-migration'
|
'/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',
|
title: 'Settings',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
@ -39,7 +52,7 @@ module.exports = [
|
|||||||
sidebarDepth: 2,
|
sidebarDepth: 2,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: 'Regular',
|
title: 'General',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebarDepth: 2,
|
sidebarDepth: 2,
|
||||||
children: [
|
children: [
|
||||||
|
7
src/help/guides/catalogues.md
Normal file
7
src/help/guides/catalogues.md
Normal 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)!
|
7
src/help/guides/download-queue.md
Normal file
7
src/help/guides/download-queue.md
Normal 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)!
|
7
src/help/guides/extensions.md
Normal file
7
src/help/guides/extensions.md
Normal 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)!
|
7
src/help/guides/library-updates.md
Normal file
7
src/help/guides/library-updates.md
Normal 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)!
|
7
src/help/guides/my-library.md
Normal file
7
src/help/guides/my-library.md
Normal 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)!
|
7
src/help/guides/recently-read.md
Normal file
7
src/help/guides/recently-read.md
Normal 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)!
|
Loading…
Reference in New Issue
Block a user