From fb4b1c3e692645ed1ba30e4c742754a2390613b9 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Fri, 22 May 2026 14:14:54 -0500 Subject: [PATCH] Fix blank PLT-1B / TEMP-1B getting-started pages (#856) PLT-1B (main + Homey) and TEMP-1B (Homey) Getting Started pages rendered blank because their snippet wrappers chained through an intermediate 1-line wrapper file, then commit 87367f3c added :5: to all wrappers to skip front matter. Slicing line 5+ from a 1-line file yields empty output. Point each wrapper directly at the real source (getting-started.md:5:) instead of going through the intermediate per-product wrapper. (docs/products/temp1b on main docs already pointed at the real source and was not affected.) --- docs/homey/products/plt1b/setup/getting-started-plt1.md | 2 +- docs/homey/products/temp1b/setup/getting-started-temp1.md | 2 +- docs/products/plt1b/setup/getting-started-plt1.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/homey/products/plt1b/setup/getting-started-plt1.md b/docs/homey/products/plt1b/setup/getting-started-plt1.md index 91dd720cee..c29f62607b 100644 --- a/docs/homey/products/plt1b/setup/getting-started-plt1.md +++ b/docs/homey/products/plt1b/setup/getting-started-plt1.md @@ -1 +1 @@ ---8<-- "homey/products/general/setup/getting-started-plt1.md:5:" +--8<-- "homey/products/general/setup/getting-started.md:5:" diff --git a/docs/homey/products/temp1b/setup/getting-started-temp1.md b/docs/homey/products/temp1b/setup/getting-started-temp1.md index 185b15e153..c29f62607b 100644 --- a/docs/homey/products/temp1b/setup/getting-started-temp1.md +++ b/docs/homey/products/temp1b/setup/getting-started-temp1.md @@ -1 +1 @@ ---8<-- "homey/products/general/setup/getting-started-temp1.md:5:" +--8<-- "homey/products/general/setup/getting-started.md:5:" diff --git a/docs/products/plt1b/setup/getting-started-plt1.md b/docs/products/plt1b/setup/getting-started-plt1.md index b4b7066659..89fc1d8db5 100644 --- a/docs/products/plt1b/setup/getting-started-plt1.md +++ b/docs/products/plt1b/setup/getting-started-plt1.md @@ -1 +1 @@ ---8<-- "products/general/setup/getting-started-plt1.md:5:" +--8<-- "products/general/setup/getting-started.md:5:"