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

@ -200,9 +200,10 @@ const config = {
from: ["/starter-projects-document-qa", "/tutorials-document-qa"],
},
{
to: "/starter-projects-simple-agent",
to: "/simple-agent",
from: [
"/math-agent",
"/starter-projects-simple-agent",
"/starter-projects-math-agent",
"/tutorials-math-agent",
],
@ -268,6 +269,14 @@ const config = {
"/deployment-kubernetes",
],
},
{
to: "/basic-prompting",
from: "/starter-projects-basic-prompting",
},
{
to: "/vector-store-rag",
from: "/starter-projects-vector-store-rag",
},
// add more redirects like this
// {
// to: '/docs/anotherpage',