mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Minor fixes and updates (#1019)
Co-authored-by: theCyberTech <mattrapidb@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user