docs: merge starter projects and sample flows into templates (#8652)

* move-pages-and-add-redirects

* move-vector-rag-in-list
This commit is contained in:
Mendon Kissling 2025-06-20 14:34:30 -04:00 committed by GitHub
commit d4fca1fe40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 39 additions and 36 deletions

View file

@ -11,23 +11,17 @@ module.exports = {
},
{
type: "category",
label: "Starter projects",
label: "Templates",
items: [
'Starter-Projects/starter-projects-basic-prompting',
'Starter-Projects/starter-projects-vector-store-rag',
'Starter-Projects/starter-projects-simple-agent',
],
},
{
type: "category",
label: "Sample flows",
items: [
'Sample-Flows/blog-writer',
'Sample-Flows/document-qa',
'Sample-Flows/memory-chatbot',
'Sample-Flows/financial-report-parser',
'Sample-Flows/sequential-agent',
'Sample-Flows/travel-planning-agent',
'Templates/basic-prompting',
'Templates/simple-agent',
'Templates/blog-writer',
'Templates/document-qa',
'Templates/memory-chatbot',
'Templates/vector-store-rag',
'Templates/financial-report-parser',
'Templates/sequential-agent',
'Templates/travel-planning-agent',
],
},
{