Commit ed46b2a
Generate Lab D's task table instead of using a Liquid include
The landing page called {% include lab-tasks-table.html lab='D' %}, written
when that include existed on the PoC branch. It never reached main: lab pages
are read directly by platforms that don't render Liquid, so A, B and C now
carry a real markdown table written by tools/generate_lab_blocks.py between
HTML comment markers. Lab D now follows the same pattern.
Also drops the core duration from the intro prose, which restated a number
the generated block already gives. A, B and C had the same line removed for
the same reason - one source for the timings, not two.
Verified against main's tooling: all Tier 0 checks pass, --check is clean,
and sync.py reports 4 labs in sync with no files updated, confirming the
generated infrastructure matches the canonical source byte for byte.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: dc4690cc-57d6-48a7-abc8-bc8570113ab11 parent f6d9703 commit ed46b2a
1 file changed
Lines changed: 10 additions & 2 deletions
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
130 | 138 | | |
131 | 139 | | |
132 | 140 | | |
| |||
0 commit comments