fix: convert metrics output section to collapsible details/summary#699
Merged
fix: convert metrics output section to collapsible details/summary#699
Conversation
Replace the inline :::note[...] block in the Understanding What Agents Did section with a <details>/<summary> HTML pattern to reduce visual clutter and allow users to expand the detailed output only when needed. Follows the existing collapsible pattern used in deploy_to_docker/python.mdx and deploy_to_terraform.mdx. Resolves #698
This comment has been minimized.
This comment has been minimized.
Remove temporary log files that were accidentally included in the previous commit.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
|
Assessment: Approve Clean change that converts the metrics example from an always-visible LGTM! 👍 |
Contributor
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-699/docs/user-guide/quickstart/overview/ Updated at: 2026-03-24T14:17:27.687Z |
mkmeral
approved these changes
Mar 24, 2026
notowen333
pushed a commit
to notowen333/docs
that referenced
this pull request
Mar 27, 2026
…trands-agents#699) Co-authored-by: Strands Agent <217235299+strands-agent@users.noreply.github.com>
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
Converts the inline
:::note[...]block in the quickstart guide's "Understanding What Agents Did" section to a collapsible<details>/<summary>HTML pattern.Changes
Replaced the Starlight Aside component with HTML collapsible section:
Before:
https://strandsagents.com/docs/user-guide/quickstart/#understanding-what-agents-did
After:
https://d3ehv1nix5p99z.cloudfront.net/pr-cms-699/docs/user-guide/quickstart/#understanding-what-agents-did
Why
deploy_to_docker/python.mdxanddeploy_to_terraform.mdxResolves #698