From 3470a7379035d10d6f64c78683de0335b0785eec Mon Sep 17 00:00:00 2001 From: Nitin Kanukolanu Date: Mon, 11 May 2026 17:23:19 -0400 Subject: [PATCH] fix(docs): commit redis-logo-script-red.svg referenced by index.md The hero block on the docs landing page (added in #31) references `assets/redis-logo-script-red.svg` (the cursive Redis wordmark in the official red #FF4438), but the file itself was never committed. The GitHub Pages build runs with `mkdocs build --strict`, which promotes the resulting warning into a hard failure: WARNING - Doc file 'index.md' contains a link 'assets/redis-logo-script-red.svg', but the target is not found among documentation files. Aborted with 1 warnings in strict mode! Add the missing asset alongside the existing white-fill variant (`redis-logo-script.svg`, used in the dark navbar). Verified locally: $ DISABLE_MKDOCS_2_WARNING=true uv run --group docs mkdocs build --strict INFO - Documentation built in ~3s --- docs/assets/redis-logo-script-red.svg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/assets/redis-logo-script-red.svg diff --git a/docs/assets/redis-logo-script-red.svg b/docs/assets/redis-logo-script-red.svg new file mode 100644 index 0000000..082a5a8 --- /dev/null +++ b/docs/assets/redis-logo-script-red.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file