From ea0600fdc93161dd8c7416e97246f95237801226 Mon Sep 17 00:00:00 2001 From: James Petty Date: Tue, 11 Aug 2026 13:50:48 -0400 Subject: [PATCH] Remove unneeded Index section from UD templates article (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Index section was a two-item mini-TOC whose links (`the-why` / `the-how`) 404'd as relative pages. Rather than wire up in-page anchors, remove the Index block entirely — it added no value ahead of two adjacent headings. Closes #21 Co-Authored-By: Claude Opus 4.8 --- ...s-scaffolding-a-new-ud-project-with-powershell.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/content/articles/2019-06-14-universal-dashboard-templates-scaffolding-a-new-ud-project-with-powershell.md b/content/articles/2019-06-14-universal-dashboard-templates-scaffolding-a-new-ud-project-with-powershell.md index c6a8e2db8..7bd17949a 100644 --- a/content/articles/2019-06-14-universal-dashboard-templates-scaffolding-a-new-ud-project-with-powershell.md +++ b/content/articles/2019-06-14-universal-dashboard-templates-scaffolding-a-new-ud-project-with-powershell.md @@ -16,18 +16,6 @@ _All code from this article is freely available on Github as a template reposito -## Index {.wp-block-heading} - - - - - [What are the advantages of project scaffolding](the-why) - - - - - [How does ud-template work](the-how) - - - ## The Why {.wp-block-heading} Why should you consider scaffolding a new project? While we're here, what exactly is scaffolding? Much like the term's origin a project scaffold is meant to build a consistent framework and design that you can use to build your projects with.