mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
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
This commit is contained in:
parent
ce7632201a
commit
ecae1b350a
@ -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" },
|
||||
|
@ -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/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -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'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -21,9 +21,9 @@ Enable it by going to **<MaterialIcon icon-name="class"/> My library** → **<Ma
|
||||
The URL to the cover has probably changed. To fix this, refresh the metadata of your library.
|
||||
|
||||
::: guide
|
||||
Refresh your metadata by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="code"/> Advanced](/help/guides/advanced)** then pressing **[Refresh library metadata](/help/guides/advanced/#refresh-library-metadata)**.
|
||||
Refresh your metadata by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings/)** → **[<MaterialIcon icon-name="code"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="help"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings/)** → **[<MaterialIcon icon-name="help"/> 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 **[<MaterialIcon icon-name="settings"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="tune"/> General](/help/guides/general)** then pressing **[Language](/help/guides/general/#language)**.
|
||||
You can change language by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings/)** → **[<MaterialIcon icon-name="tune"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="code"/> Advanced](/help/guides/advanced)** then pressing [Clear chapter cache](/help/guides/advanced/#clear-chapter-cache).
|
||||
Chapter cache can be cleared by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings/)** → **[<MaterialIcon icon-name="code"/> 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
|
||||
|
@ -16,10 +16,10 @@ Backups can hold the following information:
|
||||
|
||||
## Restoring
|
||||
|
||||
Restoring is done from the [<MaterialIcon icon-name="cloud_upload"/> Backup](/help/guides/backup) settings. To restore without issues be sure to:
|
||||
Restoring is done from the [<MaterialIcon icon-name="cloud_upload"/> Backup](/help/guides/settings/backup) settings. To restore without issues be sure to:
|
||||
|
||||
* Install all the <MaterialIcon icon-name="extension"/> Extensions that were installed at the time of the backup.
|
||||
* Log into the [<MaterialIcon icon-name="autorenew"/> Tracking](/help/guides/tracking) services that you use.
|
||||
* Log into the [<MaterialIcon icon-name="autorenew"/> 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 [<MaterialIcon icon-name="cloud_upload"/> Backup](/he
|
||||
You can transfer downloaded manga chapters from one version of **Tachiyomi** to another.
|
||||
|
||||
::: guide
|
||||
You can do this by going to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → [<MaterialIcon icon-name="get_app"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings/)** → [<MaterialIcon icon-name="get_app"/> 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 **[<MaterialIcon icon-name="settings"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → [<MaterialIcon icon-name="cloud_upload"/> 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 **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings/)** → [<MaterialIcon icon-name="cloud_upload"/> 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
|
||||
|
@ -4,25 +4,24 @@ lang: en-US
|
||||
---
|
||||
|
||||
# Settings
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
### [<MaterialIcon icon-name="tune"/> General](/help/guides/general)
|
||||
## [<MaterialIcon icon-name="tune"/> General](general)
|
||||
This category of settings allows you to change the look of the app, and the update schedule and how the app updates.
|
||||
|
||||
### [<MaterialIcon icon-name="chrome_reader_mode"/> Reader](/help/guides/reader)
|
||||
## [<MaterialIcon icon-name="chrome_reader_mode"/> Reader](reader)
|
||||
This section relates to the reading experience in the app and navigating the reader.
|
||||
|
||||
### [<MaterialIcon icon-name="get_app"/> Downloads](/help/guides/downloads)
|
||||
## [<MaterialIcon icon-name="get_app"/> Downloads](downloads)
|
||||
This category of settings allows you to change the limitations and behaviour of downloads as well as enabling automatic downloads.
|
||||
|
||||
### [<MaterialIcon icon-name="autorenew"/> Tracking](/help/guides/tracking)
|
||||
## [<MaterialIcon icon-name="autorenew"/> 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.
|
||||
|
||||
### [<MaterialIcon icon-name="cloud_upload"/> Backup](/help/guides/backup)
|
||||
## [<MaterialIcon icon-name="cloud_upload"/> Backup](backup)
|
||||
This section lets you backup your library, tracking settings, and reading history as well as restoring it.
|
||||
|
||||
### [<MaterialIcon icon-name="code"/> Advanced](/help/guides/advanced)
|
||||
## [<MaterialIcon icon-name="code"/> Advanced](advanced)
|
||||
The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app.
|
||||
|
||||
### [<MaterialIcon icon-name="help"/> About](/help/guides/about)
|
||||
## [<MaterialIcon icon-name="help"/> About](about)
|
||||
The features here are mainly aimed to listing useful information such as version, build time and links to relevant websites.
|
@ -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.
|
||||
:::
|
||||
|
@ -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)
|
Loading…
Reference in New Issue
Block a user