mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-16 09:38:07 +00:00
16 lines
321 B
JavaScript
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' }],
|
|
},
|
|
],
|
|
};
|