From e8d5fba7e5b5f0f94100dc52bb2e4390e2da97a1 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Sun, 3 Sep 2023 06:34:55 +0600 Subject: [PATCH] [Docs] Fix documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix “Cache” option in Back up/Restore > Backup Options - Ensure touch target size for links is 48px in devices with touch screen Thanks: Mikael Wiesel Signed-off-by: Muntashir Al-Islam --- docs/raw/en/guide/backup-restore.tex | 5 ++--- docs/raw/index.html | 10 ++++++++++ scripts/docs.php | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/raw/en/guide/backup-restore.tex b/docs/raw/en/guide/backup-restore.tex index ccc3b2fb309..d024c00a7d4 100644 --- a/docs/raw/en/guide/backup-restore.tex +++ b/docs/raw/en/guide/backup-restore.tex @@ -57,9 +57,8 @@ \subsection{Backup Options}\label{subsec:backup-restore-backup-options} %%##$opt \item \textbf{Cache.} Android apps have multiple cache directories located at every data directories (both internal and external). There are two types of cache: \textbf{cache} and \textbf{code cache}. - Enabling this option excludes both cache directories from all the data directories. - It is generally advised to exclude cache directories since most apps do not clear the cache regularly (for some - reason, the only way an app can clear its cache is by deleting the entire cache directory) and usually handled by the OS itself. + Disabling this option excludes both cache directories from all the data directories. + It is generally advised to exclude cache directories since most apps do not clear the cache regularly and usually handled by the OS itself. Apps such as Telegram may use a very large cache (depending on the storage space) which may dramatically increase the backup size. When it is disabled, AM also ignores the \textbf{no\_backup} directories. diff --git a/docs/raw/index.html b/docs/raw/index.html index 6821cdbe309..41825eefac1 100644 --- a/docs/raw/index.html +++ b/docs/raw/index.html @@ -60,6 +60,16 @@ text-shadow: 0 0 2px #212121; font-family: Helvetica Nueue, Helvetica, sans-serif; } + + a.link { + display: inline-block; + } + + @media (any-pointer: coarse) { + a.link { + padding: 16px 8px; + } + }