Add new files and update sidebars.js
This commit is contained in:
parent
477f7e8e73
commit
39bc9764b8
7 changed files with 9 additions and 64 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue