refactor(docs): optimize structure, content and navigability

Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
This commit is contained in:
Tyler Slaton
2026-02-23 22:32:35 -08:00
committed by Tyler Slaton
parent e23b57eb17
commit cc8c945893
726 changed files with 8765 additions and 14363 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ example_dir="${1:-coagents-research-canvas}"
if [[ "$example_dir" == "coagents-starter" || \
"$example_dir" == "langgraph-tutorial-customer-support" || \
"$example_dir" == "langgraph-tutorial-quickstart" || \
"$example_dir" == "coagents-starter-crewai-flows" || \
"$example_dir" == "coagents-starter-crewai-crews" ]]; then
"$example_dir" == "coagents-starter-crewai-flows" ]]; then
agent_dir="agent-py"
else
agent_dir="agent"