From f5896c4be9f6eea6705ad0bffae70248755040bc Mon Sep 17 00:00:00 2001 From: Kye Gomez <kye@swarms.world> Date: Tue, 25 Mar 2025 16:47:02 -0700 Subject: [PATCH] docs --- docs/mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5d56afb6..afac7539 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -184,7 +184,8 @@ nav: - Swarm Architectures: - Introduction to Multi-Agent Collaboration: "swarms/concept/why.md" - - Conceptual Introduction to Swarms: + + - Concepts: - Introduction to Swarm Architectures: "swarms/concept/swarm_architectures.md" - How to Choose the Right Swarm Architecture: "swarms/concept/how_to_choose_swarms.md" - How to Build Custom Swarms: "swarms/structs/custom_swarm.md"