From 7fed72298b36c9aecae849a57a615b85f15552d4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 19 Jun 2026 21:28:29 +0300 Subject: docs: polish readability of quick-start and reference pages - Friendlier, less jargon-heavy quick-start comments in README. - Simplify the --config row in the README main-flags table. - Replace <...> HTML entities with backtick code spans in generation.md and templates.md. - Rephrase the supported-images note in configuration.md to drop the find-specific 'maxdepth 1' phrasing in favour of plain English. --- docs/configuration.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 07bc1e0..d6471b4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -38,10 +38,11 @@ values for the current run. ## Supported source images -Only regular files in `INCOMING_DIR` (top level, `maxdepth 1`) with supported -image extensions are processed as album images. Supported extensions are `jpg`, -`jpeg`, `png`, `webp`, and `gif`, matched case-insensitively. Other files, such -as `.txt` or `.md` notes, are ignored with a warning so generation can continue. +Only regular files found directly in `INCOMING_DIR` (not in subdirectories) with +supported image extensions are processed as album images. Supported extensions +are `jpg`, `jpeg`, `png`, `webp`, and `gif`, matched case-insensitively. Other +files, such as `.txt` or `.md` notes, are ignored with a warning so generation +can continue. ## Validation -- cgit v1.2.3