haystack/docs-website/reference-sidebars.js
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

16 lines
321 B
JavaScript

export default {
reference: [
{
type: 'doc',
id: 'api-index',
label: 'API Overview',
},
{
type: 'category',
label: 'Haystack API',
link: { type: 'generated-index', title: 'Haystack API' },
items: [{ type: 'autogenerated', dirName: 'haystack-api' }],
},
],
};