diff --git a/src/.vuepress/config/nav.js b/src/.vuepress/config/nav.js index 6011625d..f4ddf258 100644 --- a/src/.vuepress/config/nav.js +++ b/src/.vuepress/config/nav.js @@ -14,6 +14,15 @@ module.exports = [ link: '/help/faq/extensions' } ] + }, + { + text: 'Contribution', + items: [ + { + text: 'How can I help?', + link: '/help/faq/how-can-i-help' + } + ] } ] }, @@ -34,6 +43,47 @@ module.exports = [ { text: 'Source problems', link: '/help/guides/source-problems' + }, + { + text: 'Categories', + link: '/help/guides/categories' + }, + { + text: 'Library Filters', + link: '/help/guides/library-filters' + }, + { + text: 'Source Migration', + link: '/help/guides/source-migration' + } + ] + }, + { + text: 'Settings', + items: [ + { + text: 'General', + link: '/help/guides/general' + }, + { + text: 'Reader', + link: '/help/guides/reader' + }, + { + text: 'Downloads', + link: '/help/guides/downloads' + }, + { + text: 'Tracking', + link: '/help/guides/tracking' + }, + { + text: 'Backup', + link: '/help/guides/backup' + }, + { + text: 'Advanced', + link: '/help/guides/advanced' } ] } diff --git a/src/.vuepress/config/sidebar.js b/src/.vuepress/config/sidebar.js index aed1faff..c9448069 100644 --- a/src/.vuepress/config/sidebar.js +++ b/src/.vuepress/config/sidebar.js @@ -11,7 +11,23 @@ module.exports = [ children: [ '/help/guides/getting-started', '/help/guides/reading-local-manga', - '/help/guides/source-problems' + '/help/guides/source-problems', + '/help/guides/categories', + '/help/guides/library-filters', + '/help/guides/source-migration' + ] + }, + { + title: 'Settings', + collapsable: false, + sidebarDepth: 2, + children: [ + '/help/guides/general', + '/help/guides/reader', + '/help/guides/downloads', + '/help/guides/tracking', + '/help/guides/backup', + '/help/guides/advanced' ] } ] @@ -28,6 +44,14 @@ module.exports = [ '/help/faq/application', '/help/faq/extensions' ] + }, + { + title: 'Contribution', + collapsable: false, + sidebarDepth: 2, + children: [ + '/help/faq/how-can-i-help' + ] } ] }, diff --git a/src/help/faq/how-can-i-help.md b/src/help/faq/how-can-i-help.md new file mode 100644 index 00000000..cef93727 --- /dev/null +++ b/src/help/faq/how-can-i-help.md @@ -0,0 +1,24 @@ +--- +title: How can I help? +lang: en-US +--- + +# How can I help? +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/faq/how-can-i-help.md)! + +## GitHub +:construction: :construction_worker_man: W.I.P. + +## Translation + +**The project is available at [https://hosted.weblate.org/engage/tachiyomi/](https://hosted.weblate.org/engage/tachiyomi/)** +(direct [https://hosted.weblate.org/projects/tachiyomi/strings/](https://hosted.weblate.org/projects/tachiyomi/strings/)) + +The translators guide can be found at [https://docs.weblate.org/en/latest/user/index.html](https://docs.weblate.org/en/latest/user/index.html). Notice also: +* [https://docs.weblate.org/en/latest/user/profile.html#secondary-languages](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages) +* [https://docs.weblate.org/en/latest/user/profile.html#subscriptions](https://docs.weblate.org/en/latest/user/profile.html#subscriptions) +* [https://docs.weblate.org/en/latest/user/translating.html#glossary](https://docs.weblate.org/en/latest/user/translating.html#glossary) + +*** + +[![Translation status](https://hosted.weblate.org/widgets/tachiyomi/-/multi-auto.svg)](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) diff --git a/src/help/guides/advanced.md b/src/help/guides/advanced.md new file mode 100644 index 00000000..adecd542 --- /dev/null +++ b/src/help/guides/advanced.md @@ -0,0 +1,22 @@ +--- +title: Advanced +lang: en-US +--- + +# Advanced +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/advanced.md)! + +## Clear chapter cache +:construction: :construction_worker_man: W.I.P. + +## Clear cookies +:construction: :construction_worker_man: W.I.P. + +## Clear database +:construction: :construction_worker_man: W.I.P. + +## Refresh library metadata +:construction: :construction_worker_man: W.I.P. + +## Refresh tracking metadata +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/backup.md b/src/help/guides/backup.md new file mode 100644 index 00000000..8ba51d1c --- /dev/null +++ b/src/help/guides/backup.md @@ -0,0 +1,22 @@ +--- +title: Backup +lang: en-US +--- + +# Backup +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/backup.md)! + +## Create backup +:construction: :construction_worker_man: W.I.P. + +## Restore backup +:construction: :construction_worker_man: W.I.P. + +## Backup frequency +:construction: :construction_worker_man: W.I.P. + +## Backup directory +:construction: :construction_worker_man: W.I.P. + +## Mac automatic backups +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/categories.md b/src/help/guides/categories.md new file mode 100644 index 00000000..73576398 --- /dev/null +++ b/src/help/guides/categories.md @@ -0,0 +1,10 @@ +--- +title: Categories +lang: en-US +--- + +# Categories +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/categories.md)! + +## Guide? +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/downloads.md b/src/help/guides/downloads.md new file mode 100644 index 00000000..112b426b --- /dev/null +++ b/src/help/guides/downloads.md @@ -0,0 +1,25 @@ +--- +title: Downloads +lang: en-US +--- + +# Downloads +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/downloads.md)! + +## Downloads directory +:construction: :construction_worker_man: W.I.P. + +## Only download over Wi-Fi +:construction: :construction_worker_man: W.I.P. + +## Remove when marked as read +:construction: :construction_worker_man: W.I.P. + +## Remove after read +:construction: :construction_worker_man: W.I.P. + +## Download new chapters +:construction: :construction_worker_man: W.I.P. + +## Categories to include in download +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/general.md b/src/help/guides/general.md new file mode 100644 index 00000000..f9bffc89 --- /dev/null +++ b/src/help/guides/general.md @@ -0,0 +1,37 @@ +--- +title: General +lang: en-US +--- + +# General +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/general.md)! + +## Language +:construction: :construction_worker_man: W.I.P. + +## Application theme +:construction: :construction_worker_man: W.I.P. + +## Library manga per row +:construction: :construction_worker_man: W.I.P. + +## Start screen +:construction: :construction_worker_man: W.I.P. + +## Library update frequency +:construction: :construction_worker_man: W.I.P. + +## Library update restrictions +:construction: :construction_worker_man: W.I.P. + +## Only update ongoing manga +:construction: :construction_worker_man: W.I.P. + +## Categories to include in global update +:construction: :construction_worker_man: W.I.P. + +## Library update order +:construction: :construction_worker_man: W.I.P. + +## Default category +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/library-filters.md b/src/help/guides/library-filters.md new file mode 100644 index 00000000..d1ef8be0 --- /dev/null +++ b/src/help/guides/library-filters.md @@ -0,0 +1,10 @@ +--- +title: Library Filters +lang: en-US +--- + +# 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? +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/reader.md b/src/help/guides/reader.md new file mode 100644 index 00000000..6cdeb155 --- /dev/null +++ b/src/help/guides/reader.md @@ -0,0 +1,58 @@ +--- +title: Reader +lang: en-US +--- + +# Reader +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/reader.md)! + +## Default viewer +:construction: :construction_worker_man: W.I.P. + +## Scale type +:construction: :construction_worker_man: W.I.P. + +## Zoom start position +:construction: :construction_worker_man: W.I.P. + +## Rotation +:construction: :construction_worker_man: W.I.P. + +## Background color +:construction: :construction_worker_man: W.I.P. + +## Double tap animation speed +:construction: :construction_worker_man: W.I.P. + +## Skip chapters marked read +:construction: :construction_worker_man: W.I.P. + +## Fullscreen +:construction: :construction_worker_man: W.I.P. + +## Keep screen on +:construction: :construction_worker_man: W.I.P. + +## Show page number +:construction: :construction_worker_man: W.I.P. + +## 32-bit color +:construction: :construction_worker_man: W.I.P. + +## Page transitions +:construction: :construction_worker_man: W.I.P. + +## Crop borders +:construction: :construction_worker_man: W.I.P. + +## Tapping +:construction: :construction_worker_man: W.I.P. + +## Long tap dialog +:construction: :construction_worker_man: W.I.P. + +## Volume keys +:construction: :construction_worker_man: W.I.P. + +## Invert volume keys +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/source-migration.md b/src/help/guides/source-migration.md new file mode 100644 index 00000000..5e8a1cf2 --- /dev/null +++ b/src/help/guides/source-migration.md @@ -0,0 +1,10 @@ +--- +title: Source Migration +lang: en-US +--- + +# 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? +:construction: :construction_worker_man: W.I.P. diff --git a/src/help/guides/source-problems.md b/src/help/guides/source-problems.md index a192fe3e..3d837481 100644 --- a/src/help/guides/source-problems.md +++ b/src/help/guides/source-problems.md @@ -46,7 +46,7 @@ In this case it is a problem with the site. 1. It may have been fixed already, but not released yet, so look at [closed](https://github.com/inorichi/tachiyomi/issues?q=is%3Aissue+is%3Aclosed) issues as well. 1. If you can't find the issue there, you can open a new one. -### Solving a captcha +## Solving a captcha Please note that webview is not the same as using your browser. Webview is a new feature introduced in stable version `0.8.4` to allow diff --git a/src/help/guides/tracking.md b/src/help/guides/tracking.md new file mode 100644 index 00000000..bfa60718 --- /dev/null +++ b/src/help/guides/tracking.md @@ -0,0 +1,14 @@ +--- +title: Tracking +lang: en-US +--- + +# Tracking +:construction: :construction_worker_man: W.I.P. Description, help us improve through [here](https://github.com/tachiyomiorg/website/edit/master/src/help/guides/tracking.md)! + +## Sync chapters after reading +:construction: :construction_worker_man: W.I.P. + +::: tip +Explain services? +::: diff --git a/src/help/guides/translation.md b/src/help/guides/translation.md new file mode 100644 index 00000000..4f0e75d7 --- /dev/null +++ b/src/help/guides/translation.md @@ -0,0 +1,20 @@ +--- +title: Translation +lang: en-US +--- + +# Translation + +## Weblate + +**The project is available at [https://hosted.weblate.org/engage/tachiyomi/](https://hosted.weblate.org/engage/tachiyomi/)** +(direct [https://hosted.weblate.org/projects/tachiyomi/strings/](https://hosted.weblate.org/projects/tachiyomi/strings/)) + +The translators guide can be found at [https://docs.weblate.org/en/latest/user/index.html](https://docs.weblate.org/en/latest/user/index.html). Notice also: +* [https://docs.weblate.org/en/latest/user/profile.html#secondary-languages](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages) +* [https://docs.weblate.org/en/latest/user/profile.html#subscriptions](https://docs.weblate.org/en/latest/user/profile.html#subscriptions) +* [https://docs.weblate.org/en/latest/user/translating.html#glossary](https://docs.weblate.org/en/latest/user/translating.html#glossary) + +*** + +[![Translation status](https://hosted.weblate.org/widgets/tachiyomi/-/multi-auto.svg)](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget)