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:
parent
b135da749b
commit
d4fca1fe40
23 changed files with 39 additions and 36 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue