4ef25c4eb3
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: David S. Batista <dsbatista@gmail.com>
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' }],
|
|
},
|
|
],
|
|
};
|