From e669af2fa820d5538e8fdf29f6b14a628419d0e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:26:03 +0000 Subject: [PATCH 1/4] Initial plan From 422c36e574f7d0f878d00d4dcffcfdf0e61751bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:33:29 +0000 Subject: [PATCH 2/4] Add Valkey 9.0 announcement banner Co-authored-by: madolson <34459052+madolson@users.noreply.github.com> --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 4b6edd78..e20a1fba 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,7 @@ highlight_code = true "valkey-conf" = "valkey.conf" [extra] +banner = "**What's new in Valkey 9.0?** Discover atomic slot migrations, hash field expiration, numbered databases in cluster mode, and much more. [Read the announcement](/blog/2025-10-21-introducing-valkey-9/)." command_description_path = "../build-command-docs/" command_json_path = "../build-command-json/" command_bloom_json_path = "../build-bloom-command-json/" From a6bbe18c8ba3fc558c0033d858f98fd1fc43fb24 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:42:20 +0000 Subject: [PATCH 3/4] Shorten banner text to prevent wrapping Co-authored-by: madolson <34459052+madolson@users.noreply.github.com> --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e20a1fba..2544db40 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ highlight_code = true "valkey-conf" = "valkey.conf" [extra] -banner = "**What's new in Valkey 9.0?** Discover atomic slot migrations, hash field expiration, numbered databases in cluster mode, and much more. [Read the announcement](/blog/2025-10-21-introducing-valkey-9/)." +banner = "**What's new in Valkey 9.0?** Discover new features and improvements. [Read the announcement](/blog/2025-10-21-introducing-valkey-9/)." command_description_path = "../build-command-docs/" command_json_path = "../build-command-json/" command_bloom_json_path = "../build-bloom-command-json/" From 5e1c61b4b5cbed725fa1f4ba666ca30e898a3560 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:46:59 +0000 Subject: [PATCH 4/4] Update blog post link to /blog/introducing-valkey-9/ Co-authored-by: madolson <34459052+madolson@users.noreply.github.com> --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2544db40..3d3628de 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ highlight_code = true "valkey-conf" = "valkey.conf" [extra] -banner = "**What's new in Valkey 9.0?** Discover new features and improvements. [Read the announcement](/blog/2025-10-21-introducing-valkey-9/)." +banner = "**What's new in Valkey 9.0?** Discover new features and improvements. [Read the announcement](/blog/introducing-valkey-9/)." command_description_path = "../build-command-docs/" command_json_path = "../build-command-json/" command_bloom_json_path = "../build-bloom-command-json/"