diff --git a/sass/_valkey.scss b/sass/_valkey.scss
index 7d86f510..1b77e340 100644
--- a/sass/_valkey.scss
+++ b/sass/_valkey.scss
@@ -1289,6 +1289,18 @@ pre table {
.command-group {
margin-bottom: 2rem;
+ .command-entry .deprecated-notice {
+ text-transform: uppercase;
+ text-decoration: none;
+ color: black;
+ display: inline-block;
+ background-color: #d1d9ff;
+ padding: 0.33rem;
+ border-radius: 3px;
+ font-size: 0.75em;
+ font-weight: 600;
+ }
+
h2 {
border-bottom: 1px solid $line;
padding-bottom: 1rem;
diff --git a/templates/command-page.html b/templates/command-page.html
index be3e02f2..5a59c263 100644
--- a/templates/command-page.html
+++ b/templates/command-page.html
@@ -152,7 +152,7 @@
ERROR. Command description not loaded
{% endif %}
{% if command_data_obj.replaced_by %}
-
{{ command_title }}
use {{ entry[0] }}
{{entry[2]}}{{ entry[0] }}
{{entry[2]}}
+
+