starter-flows-in-sidebar
This commit is contained in:
parent
9370972e4e
commit
0b05c8df00
1 changed files with 15 additions and 2 deletions
|
|
@ -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",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue