haystack/docs-website/sidebars.js

34 lines
649 B
JavaScript
Raw Normal View History

export default {
docs: [
{
type: 'doc',
id: 'overview/intro',
label: 'Introduction',
},
{
type: 'category',
label: 'Overview',
items: [
'overview/installation',
'overview/get-started',
],
},
{
type: 'category',
label: 'Haystack Concepts',
link: {
type: 'doc',
id: 'concepts/concepts-overview'
},
items: [
'concepts/components',
'concepts/custom-components',
'concepts/data-classes',
'concepts/document-store',
'concepts/pipelines',
'concepts/agents',
],
},
],
};