Skip to content

Commit 66fdc99

Browse files
Fix interactive page navigation and info architecture
- Replace 'Back to Issue #NNN' links (pointed to newsletter HTML) with '← All Patterns' linking to index.html - Remove redundant 'Issue #NNN' badge from page headers - Standardize #4 header to use page-header/page-subtitle pattern (was using diagram-header/diagram-subtitle) - All 4 pages now have consistent: back-link → h1 → subtitle Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dafb929 commit 66fdc99

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

interactive/issue-001/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@
171171

172172
<div class="interactive-page">
173173
<div class="page-header">
174-
<a href="../../issues/the_cheat_code_issue_001.html" class="back-link">← Back to Issue #001</a>
175-
<div class="issue-badge">Issue #001</div>
174+
<a href="../../index.html" class="back-link">← All Patterns</a>
176175
<h1>Code-First Agent Delivery</h1>
177176
<p class="page-subtitle">VS Code → Azure → M365 Copilot Chat — Explore the deployment pipeline interactively</p>
178177
</div>

interactive/issue-002/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178

179179
<div class="interactive-page">
180180
<div class="page-header">
181-
<a href="../../issues/the_cheat_code_issue_002.html" class="back-link">← Back to Issue #002</a>
182-
<div class="issue-badge">Issue #002</div>
181+
<a href="../../index.html" class="back-link">← All Patterns</a>
183182
<h1>Scoped Multi-Source Search</h1>
184183
<p class="page-subtitle">Query Analysis → Targeted Source Routing → Grounded Response</p>
185184
</div>

interactive/issue-003/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@
193193

194194
<div class="interactive-page">
195195
<div class="page-header">
196-
<a href="../../issues/the_cheat_code_issue_003.html" class="back-link">← Back to Issue #003</a>
197-
<div class="issue-badge">Issue #003</div>
196+
<a href="../../index.html" class="back-link">← All Patterns</a>
198197
<h1>Prompt-Chained Triage</h1>
199198
<p class="page-subtitle">3-Step Reasoning Chain with Runtime Playbook Loading</p>
200199
</div>

interactive/issue-004/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@
184184
<body>
185185

186186
<div id="diagram" class="interactive-diagram">
187-
<div class="diagram-header">
187+
<div class="page-header">
188+
<a href="../../index.html" class="back-link">← All Patterns</a>
188189
<h1>Secure In-Boundary Processing</h1>
189-
<p class="diagram-subtitle">Issue #004 — Every component stays within the customer tenant</p>
190+
<p class="page-subtitle">Every component stays within the customer tenant</p>
190191
</div>
191192

192193
<div class="boundary">

0 commit comments

Comments
 (0)