From 0c339634d0880a95879e13aef61f830ccdb61ea9 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Fri, 27 Jun 2025 10:08:08 -0700 Subject: [PATCH] fix docs --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 53f3a36a..b3577652 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -308,7 +308,7 @@ nav: - Examples: - Overview: "examples/index.md" - CookBook Index: "examples/cookbook_index.md" - - PreBuilt Templates: "examples/templates_index.md" + # - PreBuilt Templates: "examples/templates_index.md" - Customizing Agents: - Basic Agent: "swarms/examples/basic_agent.md" - Agents with Callable Tools: "swarms/examples/agent_with_tools.md"