1
0
Fork 0
docsearch/packages/website/sidebars.js
2022-02-04 11:53:57 +01:00

54 lines
1.2 KiB
JavaScript

/**
* Creating a sidebar enables you to:
* - create an ordered group of docs
* - render a sidebar for each doc of that group
* - provide next/previous navigation.
*
* The sidebars can be generated from the filesystem, or explicitly defined here.
*
* Create as many sidebars as you want.
*/
module.exports = {
docs: [
{
type: 'category',
label: 'Introduction',
items: ['what-is-docsearch', 'who-can-apply', 'migrating-from-legacy'],
},
{
type: 'category',
label: 'DocSearch v3',
items: ['DocSearch-v3', 'api', 'styling'],
},
{
type: 'category',
label: 'Algolia Crawler',
items: ['record-extractor', 'templates', 'manage-your-crawls'],
},
{
type: 'category',
label: 'Requirements, tips, FAQ',
items: [
{
type: 'category',
label: 'FAQ',
items: ['crawler', 'DocSearch-program'],
},
{
type: 'doc',
id: 'tips',
},
{
type: 'doc',
id: 'integrations',
},
],
},
{
type: 'category',
label: 'Under the hood',
items: ['how-does-it-work', 'required-configuration'],
},
],
};