From 0b05c8df0054b8a48f1577d415a67b9a30659b91 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:12:51 -0400 Subject: [PATCH] starter-flows-in-sidebar --- docs/sidebars.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 3fb50ee73..2a6877232 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", ], }, {