haystack/docs-website/versioned_sidebars/version-2.0-sidebars.json
Daria Fokina a66a05f756
docs: moving Docusaurus setup to Haystack repo (#9847)
* move-docusarus-to-haystack

* debug

* add src

* blank page bug

* unify readme
2025-10-10 11:44:13 +02:00

34 lines
652 B
JSON

{
"docs": [
{
"type": "doc",
"id": "overview/intro",
"label": "Introduction"
},
{
"type": "category",
"label": "Overview",
"items": [
"overview/installation",
"overview/get-started"
]
},
{
"type": "category",
"label": "Haystack Concepts",
"link": {
"type": "doc",
"id": "concepts/concepts-overview"
},
"items": [
"concepts/components",
"concepts/custom-components",
"concepts/data-classes",
"concepts/document-store",
"concepts/pipelines",
"concepts/agents"
]
}
]
}