Minor fixes and updates (#1019)

Co-authored-by: theCyberTech <mattrapidb@gmail.com>
This commit is contained in:
Rip&Tear
2024-07-29 14:24:23 +08:00
committed by GitHub
parent 2fe79e68cd
commit 25c314befc
2 changed files with 3 additions and 15 deletions

View File

@@ -66,21 +66,6 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
<div style="width:30%"> <div style="width:30%">
<h2>How-To Guides</h2> <h2>How-To Guides</h2>
<ul> <ul>
<li>
<a href="./how-to/Start-a-New-CrewAI-Project">
Starting Your crewAI Project
</a>
</li>
<li>
<a href="./how-to/Installing-CrewAI">
Installing crewAI
</a>
</li>
<li>
<a href="./how-to/Creating-a-Crew-and-kick-it-off">
Getting Started
</a>
</li>
<li> <li>
<a href="./how-to/Create-Custom-Tools"> <a href="./how-to/Create-Custom-Tools">
Create Custom Tools Create Custom Tools

View File

@@ -119,6 +119,9 @@ theme:
nav: nav:
- Home: '/' - Home: '/'
- Getting Started:
- Installing CrewAI: 'getting-started/Installing-CrewAI.md'
- Starting a new CrewAI project: 'getting-started/Start-a-New-CrewAI-Project-Template-Method.md'
- Core Concepts: - Core Concepts:
- Agents: 'core-concepts/Agents.md' - Agents: 'core-concepts/Agents.md'
- Tasks: 'core-concepts/Tasks.md' - Tasks: 'core-concepts/Tasks.md'