diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fd30946a..df0abaa6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -44,9 +44,6 @@ plugins: extra_css: - assets/css/extra.css extra: - analytics: - provider: google - property: G-N5DYRKYB2H social: - icon: fontawesome/brands/twitter link: https://x.com/KyeGomezB @@ -92,36 +89,32 @@ markdown_extensions: - def_list - footnotes nav: - - Home: "/" - - Installation: - - Overview: "index.md" - - Install: "swarms/install/install.md" - - Docker Setup: "swarms/install/docker_setup.md" - - Usage Examples: - - Models: - - How to Create A Custom Language Model: "swarms/models/custom_model.md" - - Models Available: "swarms/models/index.md" - - MultiModal Models Available: "swarms/models/multimodal_models.md" - - Agents: - - Getting started with Agents: "swarms/structs/diy_your_own_agent.md" - - Tools: - - The Swarms Tool System Functions, Pydantic BaseModels as Tools, and Radical Customization: "swarms/tools/main.md" - - Memory: - - Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md" - - ShortTermMemory: "swarms/memory/short_term_memory.md" - - Multi-Agent Collaboration: - - Conversation: "swarms/structs/conversation.md" - - SwarmNetwork: "swarms/structs/swarmnetwork.md" - - MajorityVoting: "swarms/structs/majorityvoting.md" - - AgentRearrange: "swarms/structs/agent_rearrange.md" - - Why does Swarms Exist?: - - Why Swarms? Orchestrating Agents for Enterprise Automation: "swarms/purpose/why.md" - - Limitations of Individual Agents: "swarms/purpose/limits_of_individual_agents.md" - - References: - - Agent Glossary: "swarms/glossary.md" - - List of The Best Multi-Agent Papers: "swarms/papers.md" - - Contributors: - - Contributing: "contributing.md" + - Home: + - Installation: + - Overview: "index.md" + - Install: "swarms/install/install.md" + - Docker Setup: "swarms/install/docker_setup.md" + - Usage Examples: + - Models: + - How to Create A Custom Language Model: "swarms/models/custom_model.md" + - Models Available: "swarms/models/index.md" + - MultiModal Models Available: "swarms/models/multimodal_models.md" + - Agents: + - Getting started with Agents: "swarms/structs/diy_your_own_agent.md" + - Tools: + - Functions, Pydantic BaseModels, and More: "swarms/tools/main.md" + - Memory: + - Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md" + - ShortTermMemory: "swarms/memory/short_term_memory.md" + - Multi-Agent Collaboration: + - SwarmNetwork: "swarms/structs/swarmnetwork.md" + - AgentRearrange: "swarms/structs/agent_rearrange.md" + - Why does Swarms Exist?: + - References: + - Agent Glossary: "swarms/glossary.md" + - List of The Best Multi-Agent Papers: "swarms/papers.md" + - Contributors: + - Contributing: "contributing.md" - Reference: - Overview: "swarms/index.md" - Framework Structure: "swarms/structs/tree.md"