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
|
|
@ -39,7 +39,7 @@ const config = {
|
|||
docs: {
|
||||
routeBasePath: "/", // Serve the docs at the site's root
|
||||
sidebarPath: require.resolve("./sidebars.js"), // Use sidebars.js file
|
||||
sidebarCollapsed: false,
|
||||
sidebarCollapsed: true,
|
||||
beforeDefaultRemarkPlugins: [
|
||||
[
|
||||
remarkCodeHike,
|
||||
|
|
@ -107,8 +107,11 @@ const config = {
|
|||
from: "/getting-started-quickstart",
|
||||
},
|
||||
{
|
||||
to: "/starter-projects-travel-planning-agent",
|
||||
from: "/starter-projects-dynamic-agent/",
|
||||
to: "/tutorials-travel-planning-agent",
|
||||
from: [
|
||||
"/starter-projects-dynamic-agent/",
|
||||
"/starter-projects-travel-planning-agent",
|
||||
],
|
||||
},
|
||||
{
|
||||
to: "/workspace-overview",
|
||||
|
|
@ -127,6 +130,22 @@ const config = {
|
|||
to: "/configuration-global-variables",
|
||||
from: "/settings-global-variables",
|
||||
},
|
||||
{
|
||||
to: "/tutorials-sequential-agent",
|
||||
from: "/starter-projects-sequential-agent",
|
||||
},
|
||||
{
|
||||
to: "/tutorials-blog-writer",
|
||||
from: "/starter-projects-blog-writer",
|
||||
},
|
||||
{
|
||||
to: "/tutorials-memory-chatbot",
|
||||
from: "/starter-projects-memory-chatbot",
|
||||
},
|
||||
{
|
||||
to: "/tutorials-document-qa",
|
||||
from: "/starter-projects-document-qa",
|
||||
},
|
||||
{
|
||||
to: "/components-vector-stores",
|
||||
from: "/components-rag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue