mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Guide/FAQ overview page added (Split 3 of 3 - #27)
This commit is contained in:
commit
edf773b4aa
@ -49,11 +49,11 @@ module.exports = [
|
||||
link: '/help/guides/categories'
|
||||
},
|
||||
{
|
||||
text: 'Library Filters',
|
||||
text: 'Library filters',
|
||||
link: '/help/guides/library-filters'
|
||||
},
|
||||
{
|
||||
text: 'Source Migration',
|
||||
text: 'Source migration',
|
||||
link: '/help/guides/source-migration'
|
||||
}
|
||||
]
|
||||
|
@ -2,6 +2,7 @@ module.exports = [
|
||||
'/',
|
||||
{
|
||||
title: 'Guides',
|
||||
path: '/help/guides/',
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
{
|
||||
@ -34,6 +35,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
title: 'Frequently Asked Questions',
|
||||
path: '/help/faq/',
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
{
|
||||
|
33
src/help/faq/README.md
Normal file
33
src/help/faq/README.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: Frequently Asked Questions
|
||||
lang: en-US
|
||||
---
|
||||
|
||||
# Frequently Asked Questions
|
||||
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/faq/README.md)!
|
||||
|
||||
### Regular
|
||||
|
||||
- [Application](application)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Extensions](extensions)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
### Contribution
|
||||
|
||||
- [How can I help?](how-can-i-help)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
### Other pages
|
||||
|
||||
- [Guides](../guides/)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Available extensions](../../extensions/)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
69
src/help/guides/README.md
Normal file
69
src/help/guides/README.md
Normal file
@ -0,0 +1,69 @@
|
||||
---
|
||||
title: Guides
|
||||
lang: en-US
|
||||
---
|
||||
|
||||
# Guides
|
||||
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/README.md)!
|
||||
|
||||
### Regular
|
||||
|
||||
- [Getting started](getting-started)
|
||||
|
||||
Starter guide that guides you into installing and configuring the application for first use.
|
||||
|
||||
- [Reading local manga](reading-local-manga)
|
||||
|
||||
If you want to read your own stored manga this is the guide for you!
|
||||
|
||||
- [Source problems](source-problems)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Categories](categories)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Library filters](library-filters)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Source migration](source-migration)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
### Settings
|
||||
|
||||
- [General](general)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Reader](reader)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Downloads](downloads)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Tracking](tracking)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Backup](backup)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Advanced](advanced)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
## Other pages
|
||||
|
||||
- [Frequently Asked Questions](../faq/)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
- [Available extensions](../../extensions/)
|
||||
|
||||
:construction: :construction_worker_man: W.I.P.
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Library Filters
|
||||
title: Library filters
|
||||
lang: en-US
|
||||
---
|
||||
|
||||
# Library Filters
|
||||
# Library filters
|
||||
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/library-filters.md)!
|
||||
|
||||
## Guide?
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Source Migration
|
||||
title: Source migration
|
||||
lang: en-US
|
||||
---
|
||||
|
||||
# Source Migration
|
||||
# Source migration
|
||||
:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/source-migration.md)!
|
||||
|
||||
## Guide?
|
||||
|
Loading…
Reference in New Issue
Block a user