Skip to content

Fix center alignment of IAM policy example label in BYOLLM docs#43

Merged
hongyi-chen merged 2 commits intomainfrom
oz-agent/fix-byollm-center-alignment
May 8, 2026
Merged

Fix center alignment of IAM policy example label in BYOLLM docs#43
hongyi-chen merged 2 commits intomainfrom
oz-agent/fix-byollm-center-alignment

Conversation

@IsaiahWitzke
Copy link
Copy Markdown
Contributor

Summary

Convert standalone bold text **Example: AWS Bedrock minimum IAM policy** to a proper #### heading so Astro Starlight renders it left-aligned instead of centered.

Related issues

Slack report in #pod-docs-starlight: center-aligned label on the Bring your own LLM page.

Validation

One-line markdown change; npm run build would validate. No logic changes.

Screenshots

N/A — layout fix (alignment change from centered to left-aligned).

Follow-ups

None.

Conversation: https://staging.warp.dev/conversation/fce671fb-91e9-4e07-b3f8-678349299c0c
Run: https://oz.staging.warp.dev/runs/019e0917-dfaf-732e-9dc0-34bc0c54947d

This PR was generated with Oz.

@cla-bot cla-bot Bot added the cla-signed label May 8, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 8, 2026 9:17pm

Request Review

Convert standalone bold text '**Example: AWS Bedrock minimum IAM policy**' to a
proper '####' heading so Astro Starlight renders it left-aligned instead of centered.

Co-Authored-By: Oz <oz-agent@warp.dev>
@IsaiahWitzke IsaiahWitzke force-pushed the oz-agent/fix-byollm-center-alignment branch from b258742 to e51baa6 Compare May 8, 2026 20:59
@hongyi-chen hongyi-chen marked this pull request as ready for review May 8, 2026 21:11
The .sl-markdown-content figure rule in custom.css applied text-align: center
to all figures, including the <figure> elements that Expressive Code renders
for code blocks. This caused every code block on the site to be center-aligned.

Fix by scoping the rule to exclude .expressive-code figures, so only image
figures (used for screenshot captions) get the centered treatment.

Co-Authored-By: Oz <oz-agent@warp.dev>
@hongyi-chen hongyi-chen merged commit bbfcefd into main May 8, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants