From 614fb2514a9625a28c7374550a3f2e54356bf643 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Thu, 6 Jun 2024 08:27:59 -0700 Subject: [PATCH] [fixing docs] --- docs/index.md | 2 +- docs/mkdocs.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 80b0f60c..e5f963a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Swarms Documentation +# Swarms Orchestrate enterprise-grade agents for multi-agent collaboration and orchestration to automate real-world problems. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 31c1172c..c03c99c4 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -41,8 +41,6 @@ plugins: # token: !ENV ["GITHUB_TOKEN"] - git-revision-date-localized: enable_creation_date: true - -copyright: "© TGSC, Corporation." extra_css: - assets/css/extra.css extra: @@ -124,7 +122,7 @@ nav: - List of The Best Multi-Agent Papers: "swarms/papers.md" - Contributors: - Contributing: "contributing.md" -- Swarms Framework Reference: +- SwarmsReference: - Overview: "swarms/index.md" - swarms.models: - How to Create A Custom Language Model: "swarms/models/custom_model.md"