From 573e783ff0d3b5491db3fdb740ad4493907df05f Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Mon, 20 Oct 2025 13:10:50 -0400 Subject: [PATCH] docs: fix sidebar of `Detailed Tutorial` (#3856) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What does this PR do? the sidebar currently has an extra `ii. Run the Script` because its incorrectly put into the doc as an H3 not an H4 (like the other ones) Screenshot 2025-10-20 at 1 04 54 PM Fix this which will update the sidebar Signed-off-by: Charlie Doern --- docs/docs/getting_started/detailed_tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/detailed_tutorial.mdx b/docs/docs/getting_started/detailed_tutorial.mdx index 888ea2414..c629e26f1 100644 --- a/docs/docs/getting_started/detailed_tutorial.mdx +++ b/docs/docs/getting_started/detailed_tutorial.mdx @@ -308,7 +308,7 @@ stream = agent.create_turn( for event in AgentEventLogger().log(stream): event.print() ``` -### ii. Run the Script +#### ii. Run the Script Let's run the script using `uv` ```bash uv run python agent.py