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", ], }, {