Third branch commit for the splitting of #27

This commit is contained in:
Simon Mattila 2019-09-23 12:58:19 +02:00
parent 8e30212807
commit 5048bc2b32
6 changed files with 110 additions and 6 deletions

View File

@ -49,11 +49,11 @@ module.exports = [
link: '/help/guides/categories' link: '/help/guides/categories'
}, },
{ {
text: 'Library Filters', text: 'Library filters',
link: '/help/guides/library-filters' link: '/help/guides/library-filters'
}, },
{ {
text: 'Source Migration', text: 'Source migration',
link: '/help/guides/source-migration' link: '/help/guides/source-migration'
} }
] ]

View File

@ -2,6 +2,7 @@ module.exports = [
'/', '/',
{ {
title: 'Guides', title: 'Guides',
path: '/help/guides/',
sidebarDepth: 2, sidebarDepth: 2,
children: [ children: [
{ {
@ -34,6 +35,7 @@ module.exports = [
}, },
{ {
title: 'Frequently Asked Questions', title: 'Frequently Asked Questions',
path: '/help/faq/',
sidebarDepth: 2, sidebarDepth: 2,
children: [ children: [
{ {

33
src/help/faq/README.md Normal file
View 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
View 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.

View File

@ -1,9 +1,9 @@
--- ---
title: Library Filters title: Library filters
lang: en-US 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)! :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? ## Guide?

View File

@ -1,9 +1,9 @@
--- ---
title: Source Migration title: Source migration
lang: en-US 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)! :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? ## Guide?