From 40ef68ea7312f1dab7baa3ebadb85f8cd5001c63 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Tue, 22 Jul 2025 12:18:58 -0700 Subject: [PATCH] fix footer light mode bug --- README.md | 2 +- docs/mkdocs.yml | 20 +++++++++++++- docs/overrides/main.html | 57 +++++++++++++++++++++++++++++----------- 3 files changed, 62 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 9fc90d6f..f24ac29e 100644 --- a/README.md +++ b/README.md @@ -723,7 +723,7 @@ Join our community of agent engineers and researchers for technical support, cut | 📚 Documentation | Official documentation and guides | [docs.swarms.world](https://docs.swarms.world) | | 📝 Blog | Latest updates and technical articles | [Medium](https://medium.com/@kyeg) | | 💬 Discord | Live chat and community support | [Join Discord](https://discord.gg/jM3Z6M9uMq) | -| 🐦 Twitter | Latest news and announcements | [@kyegomez](https://twitter.com/kyegomez) | +| 🐦 Twitter | Latest news and announcements | [@swarms_corp](https://twitter.com/swarms_corp) | | 👥 LinkedIn | Professional network and updates | [The Swarm Corporation](https://www.linkedin.com/company/the-swarm-corporation) | | 📺 YouTube | Tutorials and demos | [Swarms Channel](https://www.youtube.com/channel/UC9yXyitkbU_WSy7bd_41SqQ) | | 🎫 Events | Join our community events | [Sign up here](https://lu.ma/5p2jnc2v) | diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f5744c55..db0a8e83 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -94,7 +94,7 @@ extra: url: "https://docs.swarms.world/en/latest/examples/paper_implementations/" - "Community": + "Contributors": - title: "Contributing" url: "https://docs.swarms.world/en/latest/contributors/main/" - title: "Code Style Guide" @@ -106,6 +106,24 @@ extra: - title: "Support" url: "https://docs.swarms.world/en/latest/swarms/support/" + "Community": + - title: "Twitter" + url: "https://twitter.com/swarms_corp" + - title: "Discord" + url: "https://discord.gg/jM3Z6M9uMq" + - title: "YouTube" + url: "https://www.youtube.com/channel/UC9yXyitkbU_WSy7bd_41SqQ" + - title: "LinkedIn" + url: "https://www.linkedin.com/company/the-swarm-corporation" + - title: "Blog" + url: "https://medium.com/@kyeg" + - title: "Events" + url: "https://lu.ma/5p2jnc2v" + - title: "Onboarding Session" + url: "https://cal.com/swarms/swarms-onboarding-session" + + + analytics: provider: google property: G-MPE9C65596 diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 8b60ce2b..2ec37c23 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -40,11 +40,10 @@ {% block styles %} {{ super() }} {% endblock %} \ No newline at end of file