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"