From ea44c8b55accc31fd72e187a1eec1707a3e891f9 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:42:43 -0500 Subject: [PATCH] Rename Breakout Module slug to apollo-breakout-module (#958) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames the page file so the URL is /modules/apollo-breakout-module/. Adds a redirect from the old breakout-module slug and updates the nav path. Sidebar label and page title unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- .../modules/{breakout-module.md => apollo-breakout-module.md} | 0 mkdocs.yml | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename docs/products/ESPHome-Starter-Kit/modules/{breakout-module.md => apollo-breakout-module.md} (100%) diff --git a/docs/products/ESPHome-Starter-Kit/modules/breakout-module.md b/docs/products/ESPHome-Starter-Kit/modules/apollo-breakout-module.md similarity index 100% rename from docs/products/ESPHome-Starter-Kit/modules/breakout-module.md rename to docs/products/ESPHome-Starter-Kit/modules/apollo-breakout-module.md diff --git a/mkdocs.yml b/mkdocs.yml index 645e982860..87e7efeb93 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -74,6 +74,8 @@ plugins: - meta - redirects: redirect_maps: + # Starter Kit Breakout Module slug rename + 'products/ESPHome-Starter-Kit/modules/breakout-module.md': 'products/ESPHome-Starter-Kit/modules/apollo-breakout-module.md' # PR #733: R-PRO-1 calibrating-and-updating -> setup 'products/rpro1/calibrating-and-updating/zones-ha.md': 'products/rpro1/setup/zones-ha.md' 'products/rpro1/calibrating-and-updating/zones-hlk.md': 'products/rpro1/setup/zones-hlk.md' @@ -529,7 +531,7 @@ nav: - Motion: products/ESPHome-Starter-Kit/modules/motion-module.md - Temp & Humidity: products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md - LED & Buzzer: products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md - - Breakout Module: products/ESPHome-Starter-Kit/modules/breakout-module.md + - Breakout Module: products/ESPHome-Starter-Kit/modules/apollo-breakout-module.md - Tutorials: - Using Secrets: products/ESPHome-Starter-Kit/tutorials/using-secrets.md - Connect to Home Assistant: products/ESPHome-Starter-Kit/tutorials/connect-to-home-assistant.md