75 lines
974 B
JavaScript
75 lines
974 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'category',
|
|
label: 'Getting Started',
|
|
collapsed: false,
|
|
items: ['index', 'installation', 'hugging-face-spaces', 'creating-flows'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Guidelines',
|
|
collapsed: false,
|
|
items: ['components', 'features', 'collection'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Examples',
|
|
collapsed: false,
|
|
items: [
|
|
'conversation-chain', 'buffer-memory','midjourney-prompt-chain',
|
|
'csv-loader', 'serp-api-tool', 'multiple-vectorstores', 'python-function', 'how-upload-examples',
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Deployment',
|
|
collapsed: false,
|
|
items: ['gcp-deployment', 'jina-deployment'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Contributing',
|
|
collapsed: false,
|
|
items: ['how-contribute', 'github-issues', 'community'],
|
|
},
|
|
],
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|