From 11d940d74446260614a2359d05b0a8b8ad14b472 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sat, 8 Mar 2025 17:39:27 -0800 Subject: [PATCH] docs --- docs/mkdocs.yml | 13 ++++--------- docs/swarms/install/env.md | 1 + 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 10db5005..f9b072c0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -142,20 +142,15 @@ markdown_extensions: nav: - Home: - Overview: "index.md" - # - The Vision: "swarms/framework/vision.md" - # - Docker Setup: "swarms/install/docker_setup.md" - Swarms Vision: "swarms/concept/vision.md" - - Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md" - - Swarms Products: "swarms/products.md" - Onboarding: - Installation: "swarms/install/install.md" - - Environment Configuration: "swarms/install/workspace_manager.md" - - Environment Variables: "swarms/install/env.md" + - Environment Configuration: "swarms/install/env.md" - Quickstart: "swarms/install/quickstart.md" - Swarms CLI: "swarms/cli/main.md" - Swarms Framework Architecture: "swarms/concept/framework_architecture.md" - # - Prelimary: - # - 80/20 Rule For Agents: "swarms/prompting/8020.md" + - Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md" + - Swarms Products: "swarms/products.md" - Agents: # - Overview: "swarms/structs/index.md" - Managing Prompts in Production: "swarms/prompts/main.md" @@ -175,7 +170,7 @@ nav: - Creating Custom Agents: "swarms/agents/new_agent.md" - Reasoning Agents: - Self Consistency Agent: "swarms/agents/consistency_agent.md" - - Iterative Reflective Expansion (IRE) Agent: "swarms/agents/iterative_agent.md" + - IRE Agent: "swarms/agents/iterative_agent.md" - Swarm Architectures: - Why MultiAgent Collaboration is Necessary: "swarms/concept/why.md" - Swarm Architectures: "swarms/concept/swarm_architectures.md" diff --git a/docs/swarms/install/env.md b/docs/swarms/install/env.md index 689a5d93..1a7a0973 100644 --- a/docs/swarms/install/env.md +++ b/docs/swarms/install/env.md @@ -185,3 +185,4 @@ SWARMS_VERBOSE_GLOBAL="True" - [Swarms Documentation](https://docs.swarms.world) - [Security Best Practices](https://swarms.world/security) - [API Documentation](https://swarms.world/docs/api) +