Add new files and update sidebars.js

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 23:19:14 -03:00
commit 39bc9764b8
7 changed files with 9 additions and 64 deletions

View file

@ -4,7 +4,15 @@ module.exports = {
type: "category",
label: " Getting Started",
collapsed: false,
items: ["index", "getting-started/cli", "getting-started/creating-flows"],
items: [
"index",
"getting-started/cli",
"getting-started/basic-prompting",
"getting-started/document-qa",
"getting-started/blog-writer",
"getting-started/memory-chatbot",
"getting-started/rag-with-astradb",
],
},
{
type: "category",
@ -15,18 +23,6 @@ module.exports = {
"whats-new/migrating-to-one-point-zero",
],
},
{
type: "category",
label: " Starter Projects",
collapsed: false,
items: [
"starter-projects/rag-with-astradb",
"starter-projects/basic-prompting",
"starter-projects/memory-chatbot",
"starter-projects/document-qa",
"starter-projects/blog-writer",
],
},
{
type: "category",
label: " Step-by-Step Guides",