From 33cbcd2061b141223aa07a5f8ea3a6be96e1d829 Mon Sep 17 00:00:00 2001 From: Joel Hamill <11722533+joel-hamill@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:55:15 -0700 Subject: [PATCH] DOCS-31175 - Add no index tags to all docs pages (#10497) --- docs/overrides/main.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/overrides/main.html diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 000000000000..b7a62158b067 --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block extrahead %} + + + + +{% endblock %}