diff --git a/docs/index.md b/docs/index.md index 9150e68d..c28ab5b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ Swarms provides you with all the building blocks you need to build reliable, pro ## 💻 Install You can install `swarms` with pip in a -[**Python>=3.8**](https://www.python.org/) environment. +[**Python>=3.10**](https://www.python.org/) environment. !!! example "pip install (recommended)" diff --git a/docs/install.md b/docs/install.md index 716f1f31..038d0310 100644 --- a/docs/install.md +++ b/docs/install.md @@ -12,7 +12,7 @@ # Installation Guide You can install `swarms` with pip in a -[**Python>=3.8**](https://www.python.org/) environment. +[**Python>=3.10**](https://www.python.org/) environment. !!! example "pip install (recommended)" diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2156b9cd..4e63397e 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -96,13 +96,17 @@ markdown_extensions: - footnotes nav: - Home: + - Installation: - Overview: "index.md" - Install: "install.md" - - Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md" - - Limitations of Individual Agents: "limits_of_individual_agents.md" + - Docker Setup: docker_setup.md + - Usage Examples: - Build an Agent: "diy_your_own_agent.md" - Build an Agent with tools: "examples/tools_agents.md" - - Docker Setup: docker_setup.md + - What & Why?: + - Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md" + - Limitations of Individual Agents: "limits_of_individual_agents.md" + - Swarms Cloud API: - Overview: "swarms_cloud/main.md" - Available Models: "swarms_cloud/available_models.md"