diff --git a/docs/index.md b/docs/index.md index e2ffac1b..1a015099 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,19 @@ **Get Started Building Production-Grade Multi-Agent Applications** -## Getting Started +## Onboarding + +| Section | Links | +|----------------------|--------------------------------------------------------------------------------------------| +| Instllation | [Installation](https://docs.swarms.world/en/latest/swarms/install/install/) | +| Quickstart | [Get Started](https://docs.swarms.world/en/latest/swarms/install/quickstart/) | +| How Agents Work | [Agent Architecture](https://docs.swarms.world/en/latest/swarms/framework/agents_explained/) | +| Agent API | [Agent API](https://docs.swarms.world/en/latest/swarms/structs/agent/) | +| Integrating External Agents Griptape, Autogen, etc | [Integrating External APIs](https://docs.swarms.world/en/latest/swarms/agents/external_party_agents/) | +| Creating Agents from YAML | [Creating Agents from YAML](https://docs.swarms.world/en/latest/swarms/agents/create_agents_yaml/) | + + +## Ecosystem Here you'll find references about the Swarms framework, marketplace, community, and more to enable you to build your multi-agent applications. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c982bbdb..e50f308b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -133,10 +133,10 @@ nav: - Home: - Overview: "index.md" # - The Vision: "swarms/framework/vision.md" + # - Docker Setup: "swarms/install/docker_setup.md" - Our Goal; The Ultimate Multi-Agent LLM Framework for Developers: "swarms/concept/vision.md" - Swarms Framework Architecture: "swarms/concept/framework_architecture.md" - Philosophy: "swarms/concept/philosophy.md" - # - Docker Setup: "swarms/install/docker_setup.md" - Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md" - Onboarding: - Installation: "swarms/install/install.md"