Commit c2922c5
Replace single-tab code block title with bolded label (#44)
The Step 2 IAM policy code block on the Bring your own LLM page used a
title= attribute, which Astro Starlight renders as a single tab on top
of the code block. The style guide reserves title= for actual filenames
(e.g., title="config.yaml"), so this off-pattern usage looked like a
vestigial tab strip.
Drop the title attribute and add a bolded label line above the fence
instead. Repo-wide audit confirmed this was the only occurrence.
Co-authored-by: Oz <oz-agent@warp.dev>1 parent 8f81081 commit c2922c5
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments