From 6a12fc2bd72b8e5af6a2a66ed5e56a6ad090459d Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 6 Jan 2024 13:32:02 -0500 Subject: [PATCH] Better formatting for storage folders example --- website/src/docs/faq/storage.md | 37 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 19 deletions(-) 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.