31 lines
684 B
JavaScript
Executable file
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',
|
|
],
|
|
},
|
|
};
|