From fb5427e7503981c298c97311e4fa07bfe8df68f9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 11 Oct 2024 01:17:21 -0400 Subject: [PATCH] [FEAT][Prompt] --- docs/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index d6bfe8ba..a8ebdec7 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -142,9 +142,9 @@ nav: - Swarms CLI: "swarms/cli/main.md" # - Swarms + Docker: - Swarms Framework Architecture: "swarms/concept/framework_architecture.md" - - Prelimary: - - 80/20 Rule For Agents: "swarms/prompting/8020.md" - - Managing Prompts in Production: "swarms/prompting/main.md" + # - Prelimary: + # - 80/20 Rule For Agents: "swarms/prompting/8020.md" + - Managing Prompts in Production: "swarms/prompts/main.md" - Agents: # - Overview: "swarms/structs/index.md" # - Build Custom Agents: "swarms/structs/diy_your_own_agent.md"