From 0e893347f69ec558ab1dd66f1cfe3263e2de2e6b Mon Sep 17 00:00:00 2001 From: Nimrod Gutman Date: Sat, 14 Mar 2026 19:16:57 +0200 Subject: [PATCH] docs(nav): move btw to end of built-in tools (#46416) --- docs/docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index b18409f6fbf..07a88de39f7 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1009,7 +1009,8 @@ "tools/loop-detection", "tools/reactions", "tools/thinking", - "tools/web" + "tools/web", + "tools/btw" ] }, { @@ -1033,7 +1034,6 @@ { "group": "Skills", "pages": [ - "tools/btw", "tools/creating-skills", "tools/slash-commands", "tools/skills",