From 4bc4b6ab0499c722105ad6c1e8c1dae5240a00c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 16:35:30 +0000 Subject: [PATCH 1/4] chore: prepare develop for next prerelease --- project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.json b/project.json index 3d63b60..f3d3df3 100644 --- a/project.json +++ b/project.json @@ -1,7 +1,7 @@ { "ProjectName": "NovaModuleTools", "Description": "NovaModuleTools is an enterprise-focused evolution of ModuleTools, designed for large-scale PowerShell projects with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.", - "Version": "3.0.0", + "Version": "3.0.1-preview", "Preamble": [ "Set-StrictMode -Version Latest", "$ErrorActionPreference = 'Stop'" From b5911dbd4f3d35653f2ef97a80da37d706a79ea9 Mon Sep 17 00:00:00 2001 From: Stiwi Gabriel Courage Date: Sun, 17 May 2026 21:22:01 +0200 Subject: [PATCH 2/4] fix: restore readable docs site layouts and copy --- CHANGELOG.md | 7 +++- docs/assets/site.css | 18 ++++---- docs/commands.html | 43 +++++-------------- docs/core-workflows.html | 44 ++++++++++--------- docs/getting-started.html | 24 +++++------ tests/DocsSiteLayout.Tests.ps1 | 77 ++++++++++++++++++++++++++++++++++ 6 files changed, 137 insertions(+), 76 deletions(-) create mode 100644 tests/DocsSiteLayout.Tests.ps1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8672b..896ca89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixed +- Website layout and copy now keep expanding with the browser width instead of stopping at fixed max-width caps on wide windows; the shared site stylesheet no longer limits the outer page shell, guide intros, leads, section headings, or guide body text to narrow fixed widths. +- The command cheat sheet now keeps the "Set up a project" section balanced by summarizing scaffold extras instead of repeating the full internal Agentic guidance list. +- The getting-started guide now splits the Agentic quickstart explanation into shorter paragraphs so the scaffold flow stays readable on the site. +- The core workflows guide now splits the scaffold and Agentic starter explanation into shorter paragraphs so the page stays readable on the site. +- The command cheat sheet now stacks the three "Set up a project" cards vertically so the section reads top-to-bottom without a missing grid slot. + ### Security ## [3.0.0] - 2026-05-17 @@ -417,4 +423,3 @@ This release was yanked because it removed the implicit `Pester` dependency, bef [0.0.6]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.5...Version_0.0.6 [0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5 [0.0.4]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.3...Version_0.0.4 - diff --git a/docs/assets/site.css b/docs/assets/site.css index b5f949c..958fc03 100644 --- a/docs/assets/site.css +++ b/docs/assets/site.css @@ -11,7 +11,7 @@ --outline: rgba(255, 255, 255, 0.12); --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 22px; - --max-width: 1600px; + --max-width: none; --anchor-offset: 2.90rem; } @@ -254,7 +254,7 @@ pre code { .guide-hero { margin-bottom: 3rem; - max-width: 880px; + max-width: none; } @@ -331,7 +331,7 @@ pre code { .guide-content .content-section > p, .guide-content .content-section > ul, .guide-content .content-section > ol { - max-width: 72ch; + max-width: none; } .guide-grid { @@ -380,7 +380,7 @@ h3 { h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); - max-width: 12ch; + max-width: none; } h2 { @@ -398,7 +398,7 @@ p { .lead { font-size: 1.1rem; - max-width: 68ch; + max-width: none; } .hero__actions { @@ -517,11 +517,11 @@ p { } .narrow { - max-width: 760px; + max-width: none; } .section-heading { - max-width: 760px; + max-width: none; margin-bottom: 2.5rem; } @@ -772,6 +772,10 @@ td { gap: 1.5rem; } +.command-card-grid--stacked { + grid-template-columns: 1fr; +} + .command-card h3 { margin-bottom: 0.75rem; } diff --git a/docs/commands.html b/docs/commands.html index f49a631..63d03a0 100644 --- a/docs/commands.html +++ b/docs/commands.html @@ -89,7 +89,7 @@

Keep one workflow surface in view

On this page