1
0
Fork 0
docsearch/packages/website/sidebars.js
2020-11-26 15:01:25 +01:00

31 lines
684 B
JavaScript
Executable file

/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
module.exports = {
docs: {
'Getting Started': [
'what-is-docsearch',
'how-does-it-work',
'who-can-apply',
'apply',
],
'Adding DocSearch to your UI': ['migration-guide', 'styling'],
'Requirements, tips, FAQ': [
'required-configuration',
'tips',
'faq',
'integrations',
],
'Under the Hood': [
'scraper',
'inside-the-engine',
'config-file',
'how-do-we-build-an-index',
'run-your-own',
],
},
};