From 2fa80333329c3290b69be881c0d23bd948eac289 Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Mon, 20 Oct 2025 13:03:12 -0400 Subject: [PATCH] docs: fix sidebar of `Detailed Tutorial` 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) 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