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:
Mendon Kissling 2024-12-23 09:53:37 -05:00 committed by GitHub
commit 2c819dc0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 45 additions and 21 deletions

View file

@ -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',
],
},
{