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 %}