diff --git a/docs/sidebars.js b/docs/sidebars.js index 74c3dc4c8..625f6ec8a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -6,12 +6,11 @@ module.exports = { collapsed: false, items: [ "index", + "getting-started/install-langflow", + "getting-started/quickstart", + "getting-started/huggingface-spaces", "getting-started/cli", - // "guides/basic-prompting", - // "guides/document-qa", - // "guides/blog-writer", - // "guides/memory-chatbot", - "guides/rag-with-astradb", + "getting-started/new-to-llms", ], }, {