Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ In the [Admin Panel](/enterprise/team-management/admin-panel/), configure which

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

**Example: AWS Bedrock minimum IAM policy**

```json
```json title="Example: AWS Bedrock minimum IAM policy"
{
"Version": "2012-10-17",
"Statement": [
Expand Down
7 changes: 5 additions & 2 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,11 @@ body {

Caption editorial rules (see AGENTS.md § "Image caption guidelines"):
Orient the reader, don't instruct. Keep under ~20 words. No marketing
language. Don't repeat surrounding prose or list everything visible. */
.sl-markdown-content figure {
language. Don't repeat surrounding prose or list everything visible.

Exclude Expressive Code figures (code blocks) — they render inside a
`.expressive-code` wrapper and must not be center-aligned. */
.sl-markdown-content figure:not(.expressive-code figure) {
margin: 1.5em 0;
text-align: center;
}
Expand Down
Loading