From fe0287b9b95b7d6cbd4153edf9c3c0aca30d2f6e Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Thu, 5 Jun 2025 13:32:48 -0700 Subject: [PATCH] examples fix --- docs/mkdocs.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index cafe4765..77570ace 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -302,24 +302,23 @@ nav: - Swarms 5.9.2: "swarms/changelog/changelog_new.md" - Examples: - - Individal LLM Examples: - - OpenAI: "swarms/examples/openai_example.md" - - Anthropic: "swarms/examples/claude.md" - - Groq: "swarms/examples/groq.md" - - Cohere: "swarms/examples/cohere.md" - - DeepSeek: "swarms/examples/deepseek.md" - - Ollama: "swarms/examples/ollama.md" - - OpenRouter: "swarms/examples/openrouter.md" - - XAI: "swarms/examples/xai.md" - - VLLM: "swarms/examples/vllm_integration.md" - - Llama4: "swarms/examples/llama4.md" - - Agent Examples: - Basic Agent: "swarms/examples/basic_agent.md" - Agents with Callable Tools: "swarms/examples/agent_with_tools.md" # - Agent With MCP Integration: "swarms/examples/agent_with_mcp.md" - - Agent Output Types: "swarms/examples/agent_output_types.md" + - Various Model Providers: + - OpenAI: "swarms/examples/openai_example.md" + - Anthropic: "swarms/examples/claude.md" + - Groq: "swarms/examples/groq.md" + - Cohere: "swarms/examples/cohere.md" + - DeepSeek: "swarms/examples/deepseek.md" + - Ollama: "swarms/examples/ollama.md" + - OpenRouter: "swarms/examples/openrouter.md" + - XAI: "swarms/examples/xai.md" + - VLLM: "swarms/examples/vllm_integration.md" + - Llama4: "swarms/examples/llama4.md" + # - Swarms Tools: