diff --git a/src/.vuepress/components/Navigation.vue b/src/.vuepress/components/Navigation.vue index c951efb5..8e21fbea 100644 --- a/src/.vuepress/components/Navigation.vue +++ b/src/.vuepress/components/Navigation.vue @@ -62,17 +62,17 @@ export default { downloaded_only: { text: "Downloaded only", icon: "cloud_off" }, download_queue: { text: "Download queue", icon: "get_app" }, source_migration: { text: "Source migration", icon: "compare_arrows" }, - settings: { text: "Settings", icon: "settings", link: "/help/guides/settings/" }, + settings: { text: "Settings", icon: "settings" }, about: { text: "About", icon: "info" }, /* Settings */ - settings_general: { text: "General", icon: "tune", link: "/help/guides/settings/general" }, + settings_general: { text: "General", icon: "tune" }, settings_library: { text: "Library", icon: "collections_bookmark" }, - 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_reader: { text: "Reader", icon: "chrome_reader_mode" }, + settings_downloads: { text: "Downloads", icon: "get_app" }, + settings_tracking: { text: "Tracking", icon: "autorenew" }, + settings_backup: { text: "Backup", icon: "backup" }, settings_security: { text: "Security", icon: "security" }, - settings_advanced: { text: "Advanced", icon: "code", link: "/help/guides/settings/advanced" }, + settings_advanced: { text: "Advanced", icon: "code" }, /* Library info */ bookmark: { text: "Add to library", icon: "favorite_border" }, bookmarked: { text: "In library", icon: "favorite" }, @@ -94,7 +94,7 @@ export default { old_library: { text: "My library", icon: "class" }, old_catalogues: { text: "Catalogues", icon: "explore" }, old_overflow: { text: "Overflow menu", icon: "more_vert" }, - old_backup: { text: "Backup", icon: "cloud_upload", link: "/help/guides/settings/backup" }, + old_backup: { text: "Backup", icon: "cloud_upload" }, old_extensions: { text: "Extensions", icon: "extension" }, }[this.item]; }, diff --git a/src/.vuepress/config/sideBar.js b/src/.vuepress/config/sideBar.js index b3e21d35..7fece0f7 100644 --- a/src/.vuepress/config/sideBar.js +++ b/src/.vuepress/config/sideBar.js @@ -6,32 +6,13 @@ module.exports = { collapsable: false, sidebarDepth: 2, children: [ - { - title: "General", - collapsable: false, - sidebarDepth: 2, - children: [ - "/help/guides/getting-started", - "/help/guides/source-problems", - "/help/guides/source-migration", - "/help/guides/creating-backups", - "/help/guides/reading-local-manga", - "/help/guides/categories", - ], - }, - { - title: "Settings", - collapsable: false, - sidebarDepth: 2, - children: [ - "/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/getting-started", + "/help/guides/source-problems", + "/help/guides/source-migration", + "/help/guides/creating-backups", + "/help/guides/reading-local-manga", + "/help/guides/reader-settings", + "/help/guides/categories", ], }, { diff --git a/src/.vuepress/public/assets/media/video-guide-backup-create.png b/src/.vuepress/public/assets/media/video-guide-backup-create.png deleted file mode 100644 index eadc4ca7..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-backup-create.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-backup-create.webm b/src/.vuepress/public/assets/media/video-guide-backup-create.webm deleted file mode 100644 index 19a20e3f..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-backup-create.webm and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-backup-restore.png b/src/.vuepress/public/assets/media/video-guide-backup-restore.png deleted file mode 100644 index e46e1970..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-backup-restore.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-backup-restore.webm b/src/.vuepress/public/assets/media/video-guide-backup-restore.webm deleted file mode 100644 index 9038d858..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-backup-restore.webm and /dev/null differ diff --git a/src/help/faq/README.md b/src/help/faq/README.md index cbbe308a..e4e98cb7 100644 --- a/src/help/faq/README.md +++ b/src/help/faq/README.md @@ -22,9 +22,7 @@ Enable it by going to then pressing **[Refresh library metadata](/help/guides/settings/advanced/#refresh-library-metadata)**. -::: aside -Read more [here](/help/guides/settings/advanced/#refresh-library-metadata) +Refresh your metadata by going to then pressing **Refresh library metadata**. ::: #### How do I ignore chapters from certain scanlator groups? @@ -96,9 +94,7 @@ Cetain devices such as MIUI have very aggressive battery saving, which can kill 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 then pressing **[Language](/help/guides/settings/general/#language)**. -::: aside -Read more [here](/help/guides/settings/general/#language) +You can change language by going to then pressing **Language**. ::: ### Miscellaneous diff --git a/src/help/guides/creating-backups.md b/src/help/guides/creating-backups.md index 59ec7773..dc6595a4 100644 --- a/src/help/guides/creating-backups.md +++ b/src/help/guides/creating-backups.md @@ -38,7 +38,7 @@ You can do this by going to 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. +You can do this by going to and then setting a **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/reader.md b/src/help/guides/reader-settings.md similarity index 99% rename from src/help/guides/settings/reader.md rename to src/help/guides/reader-settings.md index d701e408..4e08ded2 100644 --- a/src/help/guides/settings/reader.md +++ b/src/help/guides/reader-settings.md @@ -1,10 +1,10 @@ --- -title: Reader +title: Reader settings description: Reader settings for Tachiyomi. lang: en-US --- -# Reader +# Reader settings This section relates to the reading experience in the app and navigating the reader. ## Default viewer @@ -199,4 +199,4 @@ Reverses the Volume keys function of volume up going to the next page and volume ::: warning This setting can only be used when Volume keys setting is enabled. -::: \ No newline at end of file +::: diff --git a/src/help/guides/settings/README.md b/src/help/guides/settings/README.md deleted file mode 100644 index 2b11b168..00000000 --- a/src/help/guides/settings/README.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Settings -description: Overview of Tachiyomi settings. -lang: en-US ---- - -# Settings - -## [ 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](reader) -This section relates to the reading experience in the app and navigating the reader. - -## [ Downloads](downloads) -This category of settings allows you to change the limitations and behaviour of downloads as well as enabling automatic downloads. - -## [ 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](backup) -This section lets you backup your library, tracking settings, and reading history as well as restoring it. - -## [ Advanced](advanced) -The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app. diff --git a/src/help/guides/settings/advanced.md b/src/help/guides/settings/advanced.md deleted file mode 100644 index cb838c31..00000000 --- a/src/help/guides/settings/advanced.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Advanced -description: Advanced settings for Tachiyomi. -lang: en-US ---- - -# Advanced -The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app. - -## Clear chapter cache -This setting clears the cache of images from the app. Tachiyomi auto clears the cache when it reaches a certain threshold. - -## Clear cookies -This setting clears all cookies from Tachiyomi and the WebView browser. Doing so may log you out of tracking services and other parts of the app that use cookies to log in to the site, such as MangaDex. - -## Clear database -This function removes entries of manga that are not in the library. It is useful for correcting any errors that have updated yet. - -## Refresh library metadata -This setting refreshes entries in the library to the latest version from the source. It updates the cover, genre, description, and the complete status of the entry. - -## Refresh tracking metadata -This setting refreshes all tracking info to the most recent version grabbed from the tracking service, such as completed status, rating, and the last chapter read number. diff --git a/src/help/guides/settings/backup.md b/src/help/guides/settings/backup.md deleted file mode 100644 index 4b740831..00000000 --- a/src/help/guides/settings/backup.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Backup -description: Backup settings for Tachiyomi. -lang: en-US ---- - -# Backup -This category of settings allows you to setup a backup and restore mechanism for the manga you are reading in the app. - - -## Create backup -Create backup lets you backup your library (titles, categories, read chapters), tracking settings, and reading history. This setting will bring up a dialog letting you choose what to backup. Manga is greyed out because it will always be backed up. - -::: expander Click to reveal video guide! -
- -
-::: - -## Restore backup -Restore backup lets you restore your previously created backup. This setting will bring up a file explorer for you. Proceed by navigating to where your stored backup is located and then select it. - -::: expander Click to reveal video guide! -
- -
-::: - -## Backup frequency -Backup frequency lets you select a frequency in which Tachiyomi will automatically backup your library. This setting will bring up a dialog letting you choose between preset backup frequencies. - -## Backup directory -Backup directory lets you choose where your automatic backup is stored. - -## Max automatic backups -Max automatic backups lets you choose how many backups will be stored before deleting the oldest one. diff --git a/src/help/guides/settings/downloads.md b/src/help/guides/settings/downloads.md deleted file mode 100644 index c7a6af6f..00000000 --- a/src/help/guides/settings/downloads.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Downloads -description: Downloads settings for Tachiyomi. -lang: en-US ---- - -# Downloads -This category of settings allows you to change the limitations and behaviour of downloads as well as enabling automatic downloads. - -The blue badges next to titles is how we indicate the default option, a yellow badge can be used to indicate if for example the feature isn't yet available in the public release. - -## Downloads directory -This setting allows you to set where downloads are to be read from and downloaded to. There are some premade locations to download to, and also a custom option that allows you to select a folder that the download folder will be placed, but is only supported on Android 5 and newer. - -## Only download over Wi-Fi -This setting makes the [Download new chapters](#download-new-chapters) option only download when you're connected to Wi-Fi, and not data. - -## Remove when marked as read -This setting removes a downloaded chapter after you've used the and marked it as read. - -## Remove after read -This setting removes a downloaded chapter after you've reached the last page and exited the reader. - -## Download new chapters -This setting downloads new chapters as they show up in library updates. - -## Categories to include in download -If there are categories that you would like to exclude from being downloaded, use this setting to check the ones you only want included for downloads. Defaults to all categories being included for downloads. diff --git a/src/help/guides/settings/general.md b/src/help/guides/settings/general.md deleted file mode 100644 index 43a595c3..00000000 --- a/src/help/guides/settings/general.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: General -description: General settings for Tachiyomi. -lang: en-US ---- - -# General -This category of settings allows you to change the look of the app, and the update schedule and how the app updates. -The blue badges next to titles is how we indicate the default option, a yellow badge can be used to indicate if for example the feature isn't yet available in the public release. - - -## Language -The language of the app. If changed, all parts of the app change to the language. Defaults to system language. Does not affect which catalog languages are enabled. Currently, Tachiyomi supports 35 languages. - -::: tip HELP US TRANSLATE! -Tachiyomi relies on its users to help with translations, if you're up to the task then head to the [translation](../contribution/#translation) section. -::: - -## Application theme -How the app looks and what colors are used through the app. There are four themes included, consisting of a light theme and three dark themes. - -### Light themes - -#### Main -- This is the default white theme with blue accents. - -### Dark themes - -#### Dark -- This is themed to completely to material grey. - -#### AMOLED -- This is pitch black in most places and suitable for OLED screens. - -#### Dark Blue -- This is like the main theme as it keeps the blue accents but it's dark instead of white. - -## Library manga per row -This setting allows you to set how many manga show up per row. It can be between 1 and 10 and can be set to differing amounts depending on the orientation you want. - -## Start screen -This setting changes what screen the app opens up to. It can be changed between **My library**, **Recently read** and **Library updates**. - -## Library update frequency -This setting changes how often the app automatically scans bookmarked manga for chapter updates. It can be changed from preset values between hourly and every 2 days. - -## Library update restrictions -This setting allows you to prevent certain categories from updating. If you have categories you don't want to update, because you have a category that you would not like to update, then you can use this setting to save time from updating. If you would like to update manga while this setting is on, pull down in the manga or chapters view to manually update - -## Only update ongoing manga -This setting allows you to keep manga that sources have mark as finished from updating. If you would like to update manga while this setting is on, pull down in the manga or chapters view to manually update. - -## Categories to include in global update -This setting allows you to change which categories are updated when a manual (pull down in library) or automatic update occurs. - -## Library update order -This setting allows you to update in different orders, in alphabetical or in the order of the last updated manga. - -## Default category -This setting allows you to change the category that a manga is added to when the bookmark button is tapped and no category is selected. diff --git a/src/help/guides/settings/tracking.md b/src/help/guides/settings/tracking.md deleted file mode 100644 index c9552c22..00000000 --- a/src/help/guides/settings/tracking.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Tracking -description: Tracking settings for Tachiyomi. -lang: en-US ---- - -# Tracking -This feature allows you to record the progress of chapters read in the app once you've linked an account and a manga to the service. You may currently use and track using five services in-app: MyAnimeList, Anilist, Kitsu, Shikimori, and Bangumi. - -To login to each service, tap on the service you want to use, then complete the login feature from there and press login. Once done with that, press the back button if necessary. - -Linking an account doesn't automatically start syncing, so you'll have to link manga for each title manually. To do this, go to the manga entry, swipe to the tracking tab, and press the edit button. It'll automatically search the manga title then you'll have to tap on the title you think is right then press ok. After this, you can set a rating or a chapter read if wanted. - - -## Sync chapters after reading -This setting automatically updates the latest chapter read once you reach the last page of a chapter. diff --git a/src/help/guides/source-migration.md b/src/help/guides/source-migration.md index d219875f..fa132648 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/settings/backup/)**, if anything goes wrong. +Make sure you have a **[backup](/help/guides/creating-backups/)**, if anything goes wrong. :::