diff --git a/website/src/docs/faq/storage.md b/website/src/docs/faq/storage.md index cd859099..b1de3811 100644 --- a/website/src/docs/faq/storage.md +++ b/website/src/docs/faq/storage.md @@ -11,25 +11,24 @@ Tachiyomi manages several things within a selected storage location, including a The following illustrates the folder structure: ```txt -[your selected storage location]/ - |- autobackup/ - |- eu.kanade.tachiyomi_yyyy-mm-dd_hh-mm.tachibk - |- ... - |- downloads/ - |- Source name (LANG) - |- Title - |- Chapter01.cbz - |- ... - |- Other title - |- Chapter01.cbz - |- ... - |- local/ - |- Title - |- Chapter01.cbz - |- ... - |- Other title - |- Chapter01.cbz - |- ... +/ +├── autobackup +│ ├── eu.kanade.tachiyomi_yyyy-mm-dd_hh-mm.tachibk +│ └── ... +├── downloads +│ └── Source name (LANG) +│ ├── Title +│ │ ├── Chapter01.cbz +│ │ └── ... +│ └── Other title +│ ├── Chapter01.cbz +│ └── ... +└── local + ├── Title + │ ├── Chapter01.cbz + │ └── ... + └── Other title + └── Chapter01.cbz ``` Backup file name prefixes are unique for the app to avoid potential collisions between forks.