diff --git a/docs/docs.json b/docs/docs.json index 52ae283fe..4ea940973 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -76,9 +76,7 @@ "concepts/testing", "concepts/cli", "concepts/tools", - "concepts/event-listener", - "concepts/langchain-tools", - "concepts/llamaindex-tools" + "concepts/event-listener" ] }, { @@ -97,7 +95,9 @@ "how-to/kickoff-async", "how-to/kickoff-for-each", "how-to/replay-tasks-from-latest-crew-kickoff", - "how-to/conditional-tasks" + "how-to/conditional-tasks", + "how-to/langchain-tools", + "how-to/llamaindex-tools" ] }, { @@ -196,6 +196,11 @@ "anchor": "Community", "href": "https://community.crewai.com", "icon": "discourse" + }, + { + "anchor": "Tutorials", + "href": "https://www.youtube.com/@crewAIInc", + "icon": "youtube" } ] } diff --git a/docs/installation.mdx b/docs/installation.mdx index a1fba2d64..7c1e09a3b 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -4,6 +4,21 @@ description: Get started with CrewAI - Install, configure, and build your first icon: wrench --- +## Video Tutorial +Watch this video tutorial for a step-by-step demonstration of the installation process: + + + +## Text Tutorial **Python Version Requirements**