This is an automated email from the ASF dual-hosted git repository.
lianetm pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 8f37009824 update (#815)
8f37009824 is described below
commit 8f37009824ef9026038ec0fc6e45bd2dacbb7021
Author: Lianet Magrans <[email protected]>
AuthorDate: Mon Feb 23 12:54:17 2026 -0500
update (#815)
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index a678d220eb..1dcdc5f86c 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,23 @@ For more details, see the [Hugo Front Matter
Documentation](https://gohugo.io/co
### Managing Redirects
+#### Redirecting to an Internal URL
+
+To redirect to an internal URL use the `aliases` Front Matter field.
+
+Add one or more aliases to the page that should be the redirect destination.
+See example in 4.2 blog entry content/en/blog/releases/ak-4.2.0.md (aliases
used to preserve the initial blog url after it changed)
+
+```yaml
+---
+title: Apache Kafka 4.2.0 Release Announcement
+aliases:
+ - /blog/2026/01/14/apache-kafka-4.2.0-release-announcement/
+---
+```
+
+#### Redirecting to an External URL
+
To create a client-side redirect to an external URL, use the `redirect_to`
Front Matter field.
1. Create a markdown file at the desired path (e.g., `content/en/KEYS.md` for
`/KEYS`).