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

@ -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",