From a81d89167d480784fce100db0e805090aa091148 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 14 Sep 2024 12:44:57 -0400 Subject: [PATCH] [DOCS] --- docs/index.md | 27 +++++++++++++++++++++++++++ docs/mkdocs.yml | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..296d733 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,27 @@ +# 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 | +|----------------------|--------------------------------------------------------------------------------------------| +| Swarms Python Framework Docs | [Framework Docs](https://docs.swarms.world/en/latest/swarms/install/install/) | +| Swarms Marketplace API Docs | [Swarms Marketplace](https://docs.swarms.world/en/latest/swarms_platform/) | +| Swarms Cloud Docs | [Swarms Pricing](https://docs.swarms.world/en/latest/swarms_cloud/main/) | + + +## Community +| Section | Links | +|----------------------|--------------------------------------------------------------------------------------------| +| Community | [Discord](https://discord.com/servers/agora-999382051935506503) | +| Blog | [Blog](https://medium.com/@kyeg) | +| Social Media | [Twitter](https://x.com/swarms_corp) | +| Event Calendar | [Twitter](https://lu.ma/swarms_calendar/usr-GPa2xaC3pL1Hunp) | + + +## 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 9c7d2d1..f415029 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -130,11 +130,12 @@ markdown_extensions: custom_checkbox: true - pymdownx.tilde nav: +- Home: + - Welcome: "index.md" - Installation: "swarms/index.md" # - Contributing: "contributing.md" # - Purpose: "swarms/purpose.md" - Vision: "vision.md" - - Contributing: "contributing.md" - swarms_torch: - ParticleSwarmOptimization: "swarms/pso.md" - AntColonyOptimization: "swarms/aco.md"