From 9105d963fc33732e6d45639aa2d1001c9501e738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sun, 3 Mar 2024 22:43:51 -0300 Subject: [PATCH] updating docs --- docs/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7228e8460..ee3592ea3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,7 +44,7 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
  • - + Create Custom Tools
  • diff --git a/mkdocs.yml b/mkdocs.yml index 4fe5808bd..9c81ecadf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,6 +128,7 @@ nav: - Collaboration: 'core-concepts/Collaboration.md' - How to Guides: - Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md' + - Create Custom Tools: 'how-to/Create-Custom-Tools.md' - Using Sequential Process: 'how-to/Sequential.md' - Using Hierarchical Process: 'how-to/Hierarchical.md' - Connecting to any LLM: 'how-to/LLM-Connections.md' @@ -153,7 +154,6 @@ nav: - Code Docs RAG Search: 'tools/CodeDocsSearchTool.md' - Youtube Video RAG Search: 'tools/YoutubeVideoSearchTool.md' - Youtube Chanel RAG Search: 'tools/YoutubeChannelSearchTool.md' - - Examples: - Trip Planner Crew: https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner" - Create Instagram Post: https://github.com/joaomdmoura/crewAI-examples/tree/main/instagram_post"