Commented out unused guides in sidebars.js

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 08:51:44 -03:00
commit 9fb2261639

View file

@ -7,10 +7,10 @@ module.exports = {
items: [
"index",
"getting-started/cli",
"guides/basic-prompting",
"guides/document-qa",
"guides/blog-writer",
"guides/memory-chatbot",
// "guides/basic-prompting",
// "guides/document-qa",
// "guides/blog-writer",
// "guides/memory-chatbot",
"guides/rag-with-astradb",
],
},