Fix center alignment of IAM policy example label in BYOLLM docs#43
Merged
hongyi-chen merged 2 commits intomainfrom May 8, 2026
Merged
Fix center alignment of IAM policy example label in BYOLLM docs#43hongyi-chen merged 2 commits intomainfrom
hongyi-chen merged 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
b258742 to
e51baa6
Compare
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
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 buildwould 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.