Skip to content

Commit c2922c5

Browse files
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

File tree

src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ In the [Admin Panel](/enterprise/team-management/admin-panel/), configure which
8181

8282
Grant your team members the necessary permissions in AWS. Use least-privilege IAM policies.
8383

84-
```json title="Example: AWS Bedrock minimum IAM policy"
84+
**Example: AWS Bedrock minimum IAM policy**
85+
86+
```json
8587
{
8688
"Version": "2012-10-17",
8789
"Statement": [

0 commit comments

Comments
 (0)