From 913176545b1dee21cbe1f0db0027cd84969dd34a Mon Sep 17 00:00:00 2001 From: Dan Molik Date: Sun, 5 Oct 2025 10:12:36 -0400 Subject: [PATCH] feat: add go module redirect for k8s-operator Signed-off-by: Dan Molik --- content/valkey-operator/_index.md | 4 ++++ templates/includes/head.html | 4 +++- templates/operator.html | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/valkey-operator/_index.md create mode 100644 templates/operator.html diff --git a/content/valkey-operator/_index.md b/content/valkey-operator/_index.md new file mode 100644 index 00000000..45888dba --- /dev/null +++ b/content/valkey-operator/_index.md @@ -0,0 +1,4 @@ ++++ +template = "operator.html" +title = "Valkey-Operator" ++++ diff --git a/templates/includes/head.html b/templates/includes/head.html index fe229a32..f86901fc 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -9,6 +9,8 @@ {% if page and page.description %} {% elif section and section.description %}{% endif %} + {% if section.title and section.title == "Valkey-Operator" %} + {% endif %} @@ -69,4 +71,4 @@ {% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %} - \ No newline at end of file + diff --git a/templates/operator.html b/templates/operator.html new file mode 100644 index 00000000..a46be01d --- /dev/null +++ b/templates/operator.html @@ -0,0 +1,5 @@ +{% extends "fullwidth.html" %} +{% import "macros/docs.html" as docs %} + +{% block main_content %} +{% endblock main_content %}