starter-flows-in-sidebar

This commit is contained in:
Mendon Kissling 2024-04-26 10:12:51 -04:00
commit 0b05c8df00

View file

@ -9,10 +9,23 @@ module.exports = {
"getting-started/install-langflow",
"getting-started/quickstart",
"getting-started/huggingface-spaces",
//"getting-started/cli",
"getting-started/new-to-llms",
],
},
{
type: "category",
label: " Starter projects",
collapsed: false,
items: [
"guides/basic-prompting",
"guides/blog-writer",
"guides/document-qa",
"guides/memory-chatbot",
"guides/rag-with-astradb",
],
},
{
type: "category",
label: " What's New",
@ -45,7 +58,7 @@ module.exports = {
"migration/global-variables",
// "migration/experimental-components",
// "migration/state-management",
"guides/rag-with-astradb",
//"guides/rag-with-astradb",
],
},
{