mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-11 14:57:25 +00:00
26 lines
644 B
JavaScript
26 lines
644 B
JavaScript
// SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
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' }],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Integrations API',
|
|
link: { type: 'generated-index', title: 'Integrations API' },
|
|
items: [{ type: 'autogenerated', dirName: 'integrations-api' }],
|
|
},
|
|
],
|
|
};
|