diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..c21cfbbd --- /dev/null +++ b/docs/index.md @@ -0,0 +1,22 @@ +# Welcome to Swarms Docs Home + +**Get Started Building Production-Grade Multi-Agent Applications** + +## Getting Started + +Here you'll find references about the Swarms framework, marketplace, community, and more to enable you to build your multi-agent applications. + +| Section | Links | +|----------------------|--------------------------------------------------------------------------------------------| +| API Reference | [API Reference](/api-reference) | +| Community | [Discord](https://discord.com/servers/agora-999382051935506503) | +| Blog | [Blog](https://medium.com/@kyeg) | +| Social Media | [Twitter](https://x.com/swarms_corp) | +| Swarms Framework | [Swarms Framework](https://github.com/kyegomez/swarms) | +| Swarms Platform | [Swarms Platform GitHub](https://github.com/kyegomez/swarms-platform) | +| Swarms Marketplace | [Swarms Marketplace](https://swarms.world) | +| Swarms Pricing | [Swarms Pricing](https://swarms.world/pricing) | + +## Get Support + +Want to get in touch with the Swarms team? Open an issue on [GitHub](https://github.com/kyegomez/swarms/issues/new) or reach out to us via [email](mailto:kye@swarms.world). We're here to help! diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7af1d608..2211f876 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -211,8 +211,9 @@ nav: - ChromaDB: "swarms_memory/chromadb.md" - Pinecone: "swarms_memory/pinecone.md" - Faiss: "swarms_memory/faiss.md" - - Swarms Platform: + - Swarms Marketplace: - Overview: "swarms_platform/index.md" + - Share & Discover Prompts, Agents, Tools, and more: "swarms_platform/share_discover.md" - Prompts API: - Overview: "swarms_platform/prompts_api.md" - Fetch Prompts: "swarms_platform/fetch_prompts.md" diff --git a/docs/swarms_platform/share_discover.md b/docs/swarms_platform/share_discover.md new file mode 100644 index 00000000..e69de29b