* Move site search to use an endpoint * Update browser.js * Update search.js * Update lib/search/versions.js Co-authored-by: James M. Greene <JamesMGreene@github.com> * Fix URLs Co-authored-by: James M. Greene <JamesMGreene@github.com>
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
module.exports = {
|
|
// records must be truncated to avoid going over Algolia's 10K limit
|
|
maxRecordLength: 8000,
|
|
maxContentLength: 5000,
|
|
namePrefix: 'github-docs'
|
|
}
|