From 6c2f27d668484f92c1b229b017984818ee99041d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 15:10:48 +0000 Subject: [PATCH 1/3] Initial plan From 1d09a053b7826c52a92d3b228314924e1049f4d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 15:15:31 +0000 Subject: [PATCH 2/3] Filter redirect/conflict pages from listings and search index Agent-Logs-Url: https://github.com/mieweb/docs/sessions/99f6a7fa-9a57-41c5-9ae0-c04201ee92b4 Co-authored-by: pierzchala-m <162727606+pierzchala-m@users.noreply.github.com> --- themes/mieweb-docs/layouts/_default/list.html | 2 ++ themes/mieweb-docs/layouts/_default/search.json | 2 ++ themes/mieweb-docs/layouts/partials/is-hidden-page.html | 2 ++ themes/mieweb-docs/layouts/shortcodes/children-inner.html | 2 ++ themes/mieweb-docs/layouts/shortcodes/children.html | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 themes/mieweb-docs/layouts/partials/is-hidden-page.html diff --git a/themes/mieweb-docs/layouts/_default/list.html b/themes/mieweb-docs/layouts/_default/list.html index 0c3f70953..0eca1f785 100644 --- a/themes/mieweb-docs/layouts/_default/list.html +++ b/themes/mieweb-docs/layouts/_default/list.html @@ -18,6 +18,7 @@