Docs: refactor starter flows (#5384)
* refactor: Update documentation links and restructure starter projects to use cases * feat: Add new redirects for use cases in Docusaurus configuration * lint * force-menu-collapse * change-usecase-to-tutorial
This commit is contained in:
parent
b2e7476d3b
commit
2c819dc0a4
11 changed files with 45 additions and 21 deletions
|
|
@ -14,13 +14,19 @@ module.exports = {
|
|||
label: "Starter Projects",
|
||||
items: [
|
||||
'Starter-Projects/starter-projects-basic-prompting',
|
||||
'Starter-Projects/starter-projects-blog-writer',
|
||||
'Starter-Projects/starter-projects-document-qa',
|
||||
'Starter-Projects/starter-projects-memory-chatbot',
|
||||
'Starter-Projects/starter-projects-simple-agent',
|
||||
'Starter-Projects/starter-projects-vector-store-rag',
|
||||
'Starter-Projects/starter-projects-sequential-agent',
|
||||
'Starter-Projects/starter-projects-travel-planning-agent',
|
||||
'Starter-Projects/starter-projects-simple-agent',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Tutorials",
|
||||
items: [
|
||||
'Tutorials/tutorials-blog-writer',
|
||||
'Tutorials/tutorials-document-qa',
|
||||
'Tutorials/tutorials-memory-chatbot',
|
||||
'Tutorials/tutorials-sequential-agent',
|
||||
'Tutorials/tutorials-travel-planning-agent',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue