1
0
Fork 0
docsearch/packages/website/versioned_sidebars/version-legacy-sidebars.json
Pierre Millot 93578a4de0
fix: upgrade algoliasearch to v5 (#2326)
We can use the new generated client to stay up to date and upgrade packages that depends on docsearch.

---------

Co-authored-by: shortcuts <vannicattec@gmail.com>
2024-10-30 15:46:38 +01:00

69 lines
1.2 KiB
JSON

{
"docs": [
{
"collapsed": true,
"type": "category",
"label": "Adding DocSearch to your UI",
"items": [
{
"type": "doc",
"id": "dropdown"
},
{
"type": "doc",
"id": "styling"
},
{
"type": "doc",
"id": "behavior"
}
]
},
{
"collapsed": true,
"type": "category",
"label": "Requirements, tips, FAQ",
"items": [
{
"type": "doc",
"id": "required-configuration"
},
{
"type": "doc",
"id": "tips"
},
{
"type": "doc",
"id": "faq"
},
{
"type": "doc",
"id": "integrations"
}
]
},
{
"collapsed": true,
"type": "category",
"label": "Under the Hood",
"items": [
{
"type": "doc",
"id": "inside-the-engine"
},
{
"type": "doc",
"id": "config-file"
},
{
"type": "doc",
"id": "how-do-we-build-an-index"
},
{
"type": "doc",
"id": "run-your-own"
}
]
}
]
}