haystack/docs-website/versioned_sidebars/version-2.18-sidebars.json
Daria Fokina fc0cff3b11
docs: start versioning API reference folder (#9878)
* sync-docs-reference-versions

* correct version numbers

* version label

* unstable-version
2025-10-15 15:14:28 +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"
]
}
]
}