From 1416a0d89300bd359355f8f661ac4947cab37c9c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 14 Sep 2024 12:48:07 -0400 Subject: [PATCH] [DOCS] --- docs/mkdocs.yml | 2 +- docs/overrides/main.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f415029..2d6ea33 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -133,9 +133,9 @@ 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" diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 8dbe669..40280e7 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -4,6 +4,6 @@ {% block announce %}
- Star and contribute to Zeta on GitHub! + Star, fork, and contribute to Swarms on GitHub!
{% endblock %} \ No newline at end of file