Skip to content

Commit 8276a78

Browse files
author
DavidQ
committed
Remove empty sections from samples index
1 parent 93f0b82 commit 8276a78

6 files changed

Lines changed: 28 additions & 6 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MODEL: GPT-5.4-codex
22
REASONING: low
33

44
COMMAND:
5-
Execute docs/pr/BUILD_PR_SAMPLES_75_INDEX_SORT_AND_SECTION_HEADERS.md exactly.
5+
Execute docs/pr/BUILD_PR_SAMPLES_76_INDEX_REMOVE_DEAD_SECTIONS.md exactly.
66
Modify only samples/index.html.
77
Package to:
8-
<project folder>/tmp/BUILD_PR_SAMPLES_75_INDEX_SORT_AND_SECTION_HEADERS_delta.zip
8+
<project folder>/tmp/BUILD_PR_SAMPLES_76_INDEX_REMOVE_DEAD_SECTIONS_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sort samples index and add simple section headers
1+
Remove empty sections from samples index

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: identify explicit sample files before structural changes
1+
Next: pause samples index work and plan explicit file-based phase moves
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
index readability improvement
1+
cleanup empty sections
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
links unchanged
1+
links unchanged; no empty sections
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BUILD PR — Samples Index Remove Empty/Dead Sections
2+
3+
## Purpose
4+
Remove any empty sections or headers in samples/index.html introduced during prior grouping/sorting, keeping only sections that contain links.
5+
6+
## Exact Target Files
7+
- samples/index.html
8+
9+
## Required Code Changes
10+
- remove headers/sections with no links beneath them
11+
- keep all existing links unchanged
12+
- do not add new sections
13+
14+
## Constraints
15+
- exact file only
16+
- no file creation
17+
- no path changes
18+
- no link changes
19+
20+
## Acceptance Criteria
21+
- no empty sections remain
22+
- all links still resolve

0 commit comments

Comments
 (0)