From ecae1b350a06c696c0bb51b5244089946ecc18b7 Mon Sep 17 00:00:00 2001 From: Soitora Date: Thu, 30 Apr 2020 00:43:59 +0200 Subject: [PATCH] Move settings guide location to subfolder (#150) * Initial build * Remove old faq pages * Remove redundant extraction attempts * Change headers * Fixed internal links * Fixed last internal link * Move settings * Move settings to subfolder --- src/.vuepress/components/Navigation.vue | 12 +++++------ src/.vuepress/config/nav.js | 2 +- src/.vuepress/config/sidebar/guides.js | 14 ++++++------- src/help/faq/README.md | 18 ++++++++--------- src/help/guides/creating-backups.md | 8 ++++---- .../{settings.md => settings/README.md} | 15 +++++++------- src/help/guides/{ => settings}/about.md | 0 src/help/guides/{ => settings}/advanced.md | 0 src/help/guides/{ => settings}/backup.md | 0 src/help/guides/{ => settings}/downloads.md | 0 src/help/guides/{ => settings}/general.md | 0 src/help/guides/{ => settings}/reader.md | 0 src/help/guides/{ => settings}/tracking.md | 0 src/help/guides/source-migration.md | 2 +- src/help/guides/translation.md | 20 ------------------- 15 files changed, 35 insertions(+), 56 deletions(-) rename src/help/guides/{settings.md => settings/README.md} (60%) rename src/help/guides/{ => settings}/about.md (100%) rename src/help/guides/{ => settings}/advanced.md (100%) rename src/help/guides/{ => settings}/backup.md (100%) rename src/help/guides/{ => settings}/downloads.md (100%) rename src/help/guides/{ => settings}/general.md (100%) rename src/help/guides/{ => settings}/reader.md (100%) rename src/help/guides/{ => settings}/tracking.md (100%) delete mode 100644 src/help/guides/translation.md diff --git a/src/.vuepress/components/Navigation.vue b/src/.vuepress/components/Navigation.vue index 07632c9d..7d520d7f 100644 --- a/src/.vuepress/components/Navigation.vue +++ b/src/.vuepress/components/Navigation.vue @@ -47,14 +47,14 @@ export default { about: { text: "About", icon: "info" }, help: { text: "Help", icon: "help" }, /* Settings */ - settings_general: { text: "General", icon: "tune", link: "/help/guides/general" }, + settings_general: { text: "General", icon: "tune", link: "/help/guides/settings/general" }, settings_library: { text: "Library", icon: "collections_bookmark" }, - settings_reader: { text: "Reader", icon: "chrome_reader_mode", link: "/help/guides/reader" }, - settings_downloads: { text: "Downloads", icon: "get_app", link: "/help/guides/downloads" }, - settings_tracking: { text: "Tracking", icon: "autorenew", link: "/help/guides/tracking" }, - settings_backup: { text: "Backup", icon: "backup", link: "/help/guides/backup" }, + settings_reader: { text: "Reader", icon: "chrome_reader_mode", link: "/help/guides/settings/reader" }, + settings_downloads: { text: "Downloads", icon: "get_app", link: "/help/guides/settings/downloads" }, + settings_tracking: { text: "Tracking", icon: "autorenew", link: "/help/guides/settings/tracking" }, + settings_backup: { text: "Backup", icon: "backup", link: "/help/guides/settings/backup" }, settings_security: { text: "Security", icon: "security" }, - settings_advanced: { text: "Advanced", icon: "code", link: "/help/guides/advanced" }, + settings_advanced: { text: "Advanced", icon: "code", link: "/help/guides/settings/advanced" }, /* Library info */ bookmark: { text: "Add to library", icon: "favorite_border" }, bookmarked: { text: "In library", icon: "favorite" }, diff --git a/src/.vuepress/config/nav.js b/src/.vuepress/config/nav.js index 7296071d..db3b4805 100644 --- a/src/.vuepress/config/nav.js +++ b/src/.vuepress/config/nav.js @@ -11,7 +11,7 @@ module.exports = [ text: "Guides", items: [ { text: "General", link: "/help/guides/getting-started" }, - { text: "Settings", link: "/help/guides/settings" } + { text: "Settings", link: "/help/guides/settings/" } ] }, { diff --git a/src/.vuepress/config/sidebar/guides.js b/src/.vuepress/config/sidebar/guides.js index 5673a70f..6bf9a9ea 100644 --- a/src/.vuepress/config/sidebar/guides.js +++ b/src/.vuepress/config/sidebar/guides.js @@ -23,13 +23,13 @@ module.exports = [ collapsable: false, sidebarDepth: 2, children: [ - '/help/guides/general', - '/help/guides/reader', - '/help/guides/downloads', - '/help/guides/tracking', - '/help/guides/backup', - '/help/guides/advanced', - '/help/guides/about' + '/help/guides/settings/general', + '/help/guides/settings/reader', + '/help/guides/settings/downloads', + '/help/guides/settings/tracking', + '/help/guides/settings/backup', + '/help/guides/settings/advanced', + '/help/guides/settings/about' ] } ] diff --git a/src/help/faq/README.md b/src/help/faq/README.md index 2e4b53c6..be08f1c6 100644 --- a/src/help/faq/README.md +++ b/src/help/faq/README.md @@ -21,9 +21,9 @@ Enable it by going to ** My library** → ** Settings](/help/guides/settings)** → **[ Advanced](/help/guides/advanced)** then pressing **[Refresh library metadata](/help/guides/advanced/#refresh-library-metadata)**. +Refresh your metadata by going to **[ Settings](/help/guides/settings/)** → **[ Advanced](/help/guides/settings/advanced)** then pressing **[Refresh library metadata](/help/guides/settings/advanced/#refresh-library-metadata)**. ::: aside -Read more [here](/help/guides/advanced/#refresh-library-metadata) +Read more [here](/help/guides/settings/advanced/#refresh-library-metadata) ::: #### How do I ignore chapters from certain scanlator groups? @@ -81,9 +81,9 @@ If you don't see a **Tachiyomi** folder on your device, try downloading a chapte ### Application Updates #### How do I enable automatic updates? -The **Tachiyomi** app now has in-app updating for both stable and preview versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled. +The **Tachiyomi** app now has in-app updating for both stable and preview versions. It happens automatically in the background if you got **[Check for updates](/help/guides/settings/about/#check-for-updates)** enabled. ::: guide -If you go to **[ Settings](/help/guides/settings)** → **[ About](/help/guides/about)** you will find the **[Check for updates](/help/guides/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/about/#version)** to force check for updates. +If you go to **[ Settings](/help/guides/settings/)** → **[ About](/help/guides/settings/about)** you will find the **[Check for updates](/help/guides/settings/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/settings/about/#version)** to force check for updates. ::: ### User Interface @@ -92,9 +92,9 @@ If you go to **[ Settings](/help/guides/sett Only the UI has been localized, language in manga will still be using the language of the source selected. ::: guide -You can change language by going to **[ Settings](/help/guides/settings)** → **[ General](/help/guides/general)** then pressing **[Language](/help/guides/general/#language)**. +You can change language by going to **[ Settings](/help/guides/settings/)** → **[ General](/help/guides/settings/general)** then pressing **[Language](/help/guides/settings/general/#language)**. ::: aside -Read more [here](/help/guides/general/#language) +Read more [here](/help/guides/settings/general/#language) ::: ### Miscellaneous @@ -115,7 +115,7 @@ There is currently no iOS version and there are no plans for one and since iOS a **Tachiyomi** is still in beta and some design changes or unexpected errors may lead to data loss. While we try for them not to happen, sometimes it is unavoidable. To avoid this in the future, you can use the automatic backup feature. ::: aside -Learn how to backup [here](/help/guides/backup/) +Learn how to backup [here](/help/guides/settings/backup/) ::: ## Extensions @@ -320,9 +320,9 @@ It's not currently possible to restore backup from MangaRock officially, as the If you get this error when opening **MangaRock** chapters, try clearing your chapter cache. ::: guide -Chapter cache can be cleared by going to **[ Settings](/help/guides/settings)** → **[ Advanced](/help/guides/advanced)** then pressing [Clear chapter cache](/help/guides/advanced/#clear-chapter-cache). +Chapter cache can be cleared by going to **[ Settings](/help/guides/settings/)** → **[ Advanced](/help/guides/settings/advanced)** then pressing [Clear chapter cache](/help/guides/settings/advanced/#clear-chapter-cache). ::: aside -Read more about clearing chapter cache [here](/help/guides/advanced/#clear-chapter-cache) +Read more about clearing chapter cache [here](/help/guides/settings/advanced/#clear-chapter-cache) ::: ### Madara diff --git a/src/help/guides/creating-backups.md b/src/help/guides/creating-backups.md index 004a7688..e44eca41 100644 --- a/src/help/guides/creating-backups.md +++ b/src/help/guides/creating-backups.md @@ -16,10 +16,10 @@ Backups can hold the following information: ## Restoring -Restoring is done from the [ Backup](/help/guides/backup) settings. To restore without issues be sure to: +Restoring is done from the [ Backup](/help/guides/settings/backup) settings. To restore without issues be sure to: * Install all the Extensions that were installed at the time of the backup. -* Log into the [ Tracking](/help/guides/tracking) services that you use. +* Log into the [ Tracking](/help/guides/settings/tracking) services that you use. * Log into **MangaDex** using **Webview** [as explained here](/help/faq/#no-results-when-searching). * You're able to access all the sources through the **WebView**. * Be on a consistent internet connection. @@ -29,7 +29,7 @@ Restoring is done from the [ Backup](/he You can transfer downloaded manga chapters from one version of **Tachiyomi** to another. ::: guide -You can do this by going to **[ Settings](/help/guides/settings)** → [ Downloads](/help/guides/downloads) and then set the download directory to that of the download folder of your old **Tachiyomi**, then restore the backup. +You can do this by going to **[ Settings](/help/guides/settings/)** → [ Downloads](/help/guides/settings/downloads) and then set the download directory to that of the download folder of your old **Tachiyomi**, then restore the backup. ::: ## Turning on auto-backups @@ -37,7 +37,7 @@ You can do this by going to **[ Settings](/h It is highly recommended you turn on auto backups, this will ensure you can recover if need be. ::: guide -You can do this by going to **[ Settings](/help/guides/settings)** → [ Backup](/help/guides/backup) and then setting a [backup frequency](/help/guides/backup/#backup-frequency). In the case of a catastrophic failure, at least you will be able to recover. +You can do this by going to **[ Settings](/help/guides/settings/)** → [ Backup](/help/guides/settings/backup) and then setting a [backup frequency](/help/guides/settings/backup/#backup-frequency). In the case of a catastrophic failure, at least you will be able to recover. ::: ## Forks information diff --git a/src/help/guides/settings.md b/src/help/guides/settings/README.md similarity index 60% rename from src/help/guides/settings.md rename to src/help/guides/settings/README.md index 1ae93f8a..c013b12a 100644 --- a/src/help/guides/settings.md +++ b/src/help/guides/settings/README.md @@ -4,25 +4,24 @@ lang: en-US --- # Settings -:construction: :construction_worker_man: W.I.P. -### [ General](/help/guides/general) +## [ General](general) This category of settings allows you to change the look of the app, and the update schedule and how the app updates. -### [ Reader](/help/guides/reader) +## [ Reader](reader) This section relates to the reading experience in the app and navigating the reader. -### [ Downloads](/help/guides/downloads) +## [ Downloads](downloads) This category of settings allows you to change the limitations and behaviour of downloads as well as enabling automatic downloads. -### [ Tracking](/help/guides/tracking) +## [ Tracking](tracking) This category of settings allows you to record the progress of chapters read in the app once you've linked an account to a service. -### [ Backup](/help/guides/backup) +## [ Backup](backup) This section lets you backup your library, tracking settings, and reading history as well as restoring it. -### [ Advanced](/help/guides/advanced) +## [ Advanced](advanced) The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app. -### [ About](/help/guides/about) +## [ About](about) The features here are mainly aimed to listing useful information such as version, build time and links to relevant websites. diff --git a/src/help/guides/about.md b/src/help/guides/settings/about.md similarity index 100% rename from src/help/guides/about.md rename to src/help/guides/settings/about.md diff --git a/src/help/guides/advanced.md b/src/help/guides/settings/advanced.md similarity index 100% rename from src/help/guides/advanced.md rename to src/help/guides/settings/advanced.md diff --git a/src/help/guides/backup.md b/src/help/guides/settings/backup.md similarity index 100% rename from src/help/guides/backup.md rename to src/help/guides/settings/backup.md diff --git a/src/help/guides/downloads.md b/src/help/guides/settings/downloads.md similarity index 100% rename from src/help/guides/downloads.md rename to src/help/guides/settings/downloads.md diff --git a/src/help/guides/general.md b/src/help/guides/settings/general.md similarity index 100% rename from src/help/guides/general.md rename to src/help/guides/settings/general.md diff --git a/src/help/guides/reader.md b/src/help/guides/settings/reader.md similarity index 100% rename from src/help/guides/reader.md rename to src/help/guides/settings/reader.md diff --git a/src/help/guides/tracking.md b/src/help/guides/settings/tracking.md similarity index 100% rename from src/help/guides/tracking.md rename to src/help/guides/settings/tracking.md diff --git a/src/help/guides/source-migration.md b/src/help/guides/source-migration.md index 37345fb5..54faf663 100644 --- a/src/help/guides/source-migration.md +++ b/src/help/guides/source-migration.md @@ -17,5 +17,5 @@ Migration is the process of moving manga from one source to another while keepin ::: ::: warning -Make sure you have a **[backup](/help/guides/backup/)**, if anything goes wrong. +Make sure you have a **[backup](/help/guides/settings/backup/)**, if anything goes wrong. ::: diff --git a/src/help/guides/translation.md b/src/help/guides/translation.md deleted file mode 100644 index 4f0e75d7..00000000 --- a/src/help/guides/translation.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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)